Benjamin Peterson
|
96e0430dfb
|
document TokenError and unclosed expression behavior (closes #12063)
Patch by Amandine Lee.
|
2014-06-07 17:47:41 -07:00 |
|
Benjamin Peterson
|
4bb09c8432
|
specify that getuid() returns the real uid (closes #10503)
Patch by εσχατοκυριος.
|
2014-06-07 13:50:34 -07:00 |
|
Benjamin Peterson
|
9b2731bfdd
|
document the compress_level argument to tarfile.open (closes #21404)
Patch by Katherine Busch.
|
2014-06-07 12:45:37 -07:00 |
|
R David Murray
|
092135ebc8
|
#21653: fix doc for return type of sqlite3.Row.keys().
|
2014-06-05 15:16:38 -04:00 |
|
Victor Stinner
|
f9e49dd346
|
Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio
|
2014-06-05 12:06:44 +02:00 |
|
Terry Jan Reedy
|
b52f876767
|
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
|
2014-06-02 20:42:56 -04:00 |
|
Victor Stinner
|
8d21357fb5
|
Issue #21601: Document asyncio.Task.cancel(). Initial patch written by Vajrasky
Kok.
|
2014-06-02 23:06:46 +02:00 |
|
Benjamin Peterson
|
a8195770fa
|
give the correct fixer name (closes #21604)
|
2014-05-31 13:16:49 -07:00 |
|
Terry Jan Reedy
|
0edb5c1668
|
Issue #21593: (from StackOverflow) minor doc clarification for re.search.
|
2014-05-30 16:19:59 -04:00 |
|
Vinay Sajip
|
c673a9ab87
|
Issue #21608: Updated HTTPHandler documentation.
|
2014-05-30 18:59:27 +01:00 |
|
Victor Stinner
|
a5b257af22
|
Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
The function sets the the pipe to non-blocking mode.
|
2014-05-29 00:14:03 +02:00 |
|
Victor Stinner
|
28d0ae48e9
|
Issue #21376: document asyncio.TimeoutError
|
2014-05-29 00:04:57 +02:00 |
|
Benjamin Peterson
|
5e2c4d2de0
|
grammar and sentence flow fix
|
2014-05-26 15:48:12 -07:00 |
|
Benjamin Peterson
|
f9ea5f39d8
|
format reST directive in the usual way
|
2014-05-26 15:45:14 -07:00 |
|
Benjamin Peterson
|
0d81d80f6e
|
link to wikipedia description of cryptographic salt
|
2014-05-26 15:42:29 -07:00 |
|
Benjamin Peterson
|
0ccff4d3e1
|
oxford comma
|
2014-05-26 15:41:26 -07:00 |
|
Raymond Hettinger
|
e8e2df3daa
|
Issue 21558: Fix a typo in the contextlib docs
|
2014-05-25 18:06:04 -07:00 |
|
Raymond Hettinger
|
7096e26983
|
Issue 21479: Fix markup for the TarFile.open() classmethod.
|
2014-05-23 03:46:52 +01:00 |
|
Raymond Hettinger
|
f7f64f94b1
|
Issue 21198: Minor tarfile documentation bug.
|
2014-05-23 00:03:45 +01:00 |
|
Antoine Pitrou
|
75e03388d8
|
Issue #21430: additions to the description of non-blocking SSL sockets
|
2014-05-18 00:55:13 +02:00 |
|
Antoine Pitrou
|
2d1ec06484
|
Issue #21364: remove recommendation of broken pattern.
|
2014-05-15 22:38:56 +02:00 |
|
Victor Stinner
|
ef5b4e3dc3
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support.
Patch written by Brad Aylsworth.
|
2014-05-14 17:08:45 +02:00 |
|
R David Murray
|
ae9d193dc4
|
#21347: use string not list in shell=True example.
Patch by Akira.
|
2014-05-14 10:09:52 -04:00 |
|
Jason R. Coombs
|
73308d6869
|
Merge doc change from 3.3
|
2014-05-12 22:41:15 -04:00 |
|
Jason R. Coombs
|
13266fb5c8
|
Update docs to reflect resurrection of Setuptools over Distribute
|
2014-05-12 22:40:49 -04:00 |
|
Victor Stinner
|
b0539b27d9
|
Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code
example
|
2014-05-12 23:25:09 +02:00 |
|
Gregory P. Smith
|
8e0aa051e6
|
Change all references to Unix to POSIX in the subprocess docs. It's
more accurate and sounds less like a strange tale of yore.
|
2014-05-11 13:28:35 -07:00 |
|
Gregory P. Smith
|
6436cba9db
|
Remove the warning-soup from the subprocess documentation by adding
a Security Considerations section as preferred by both the devguide
and documentation users who do not wish to go insane.
|
2014-05-11 13:26:21 -07:00 |
|
Brett Cannon
|
062fcac9a4
|
Issue #21438: Document what loaders don't require a module name for
load_module().
|
2014-05-09 11:55:49 -04:00 |
|
Brett Cannon
|
f26702b86e
|
Issue #21157: Touch up imp docs to be more explicit about importlib
alternatives.
|
2014-05-09 10:37:31 -04:00 |
|
R David Murray
|
a83ade1d60
|
#21300: fix typo
|
2014-05-08 10:05:47 -04:00 |
|
R David Murray
|
e25244657c
|
#21300: Clean up the docs for the email "policy" arguments.
|
2014-05-06 21:33:18 -04:00 |
|
Guido van Rossum
|
5280d2e399
|
asyncio docs: ProactorEventLoop does not support SSL.
|
2014-05-05 07:34:56 -07:00 |
|
Gregory P. Smith
|
d8ea56d26d
|
Document the subprocess Popen.args attribute (issue21353)
|
2014-04-29 11:33:56 -07:00 |
|
Gregory P. Smith
|
024c5eecbc
|
Document the subprocess Popen.args attribute (issue21353)
|
2014-04-29 11:33:23 -07:00 |
|
Terry Jan Reedy
|
43e7cd38e5
|
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.
|
2014-04-29 00:31:53 -04:00 |
|
R David Murray
|
ae25f46706
|
#18243: Remove obsolete cautionary note from email mktime_tz docs.
|
2014-04-26 19:01:18 -04:00 |
|
Terry Jan Reedy
|
bddecc3861
|
Issue #21232: Replace .splitlines arg '1' with 'keepends=True'.
|
2014-04-18 17:00:19 -04:00 |
|
Senthil Kumaran
|
aad7cc9dba
|
Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes #21248
|
2014-04-16 23:43:34 -04:00 |
|
Senthil Kumaran
|
8b4a272c98
|
Correct the URL in the http.client example. Noted by Evens Fortuné. Closes #21229
|
2014-04-16 23:33:02 -04:00 |
|
Senthil Kumaran
|
cad2bf20c3
|
Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers attribute further.
Initial patch by Caelyn McAulay.
|
2014-04-16 13:56:19 -04:00 |
|
Terry Jan Reedy
|
7f84d1eb63
|
#18566: Whitespace
|
2014-04-15 23:44:14 -04:00 |
|
Terry Jan Reedy
|
6ac4240b6c
|
Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.
|
2014-04-15 23:38:18 -04:00 |
|
Vinay Sajip
|
65425b4bc6
|
Issue #21245: updated documentation on exception() method and function.
|
2014-04-15 23:13:12 +01:00 |
|
R David Murray
|
fe0e1082aa
|
#15104: add backtick code markup.
|
2014-04-14 18:53:51 -04:00 |
|
R David Murray
|
061cb3b04d
|
#15104: improve the discussion of __main__.
Patch by Sam Lucidi.
|
2014-04-14 15:04:47 -04:00 |
|
Andrew Kuchling
|
44da19a63d
|
#18518: mention that including a return statement changes/breaks the behaviour
|
2014-04-14 13:39:43 -04:00 |
|
Mark Dickinson
|
abf079de25
|
Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception.
|
2014-04-14 11:20:12 -04:00 |
|
R David Murray
|
604453c9ce
|
#21169: add comment and doc update for getpass change.
|
2014-04-14 10:28:58 -04:00 |
|
Terry Jan Reedy
|
f98021cff2
|
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
|
2014-04-11 14:11:11 -04:00 |
|