Benjamin Peterson
|
beda11047c
|
fix malformed use cmdoption directive
|
2014-09-04 22:40:34 -04:00 |
Alex Gaynor
|
162126d567
|
Fixed the versionadded in the docs for the backport in 16c86a6bdbe2
|
2014-09-04 13:37:07 -07:00 |
Alex Gaynor
|
e98205d798
|
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Backport from default.
|
2014-09-04 13:33:22 -07:00 |
Benjamin Peterson
|
ceb0e1d751
|
the correct role is :meth: not :method:
|
2014-09-04 11:50:14 -04:00 |
Benjamin Peterson
|
3f48d39493
|
getuid() returns real process id not effective (closes #22307)
|
2014-08-30 21:04:15 -04:00 |
Benjamin Peterson
|
0062d1e7f4
|
PEP 466: backport hashlib algorithm constants (closes #21307)
|
2014-08-28 09:41:29 -04:00 |
Ned Deily
|
9d6488a1f0
|
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py
for 2.7 to match other versions of sysconfig.
|
2014-08-22 13:48:06 -07:00 |
Benjamin Peterson
|
daeb925cc8
|
backport many ssl features from Python 3 (closes #21308)
A contribution of Alex Gaynor and David Reid with the generous support of
Rackspace. May God have mercy on their souls.
|
2014-08-20 14:14:50 -05:00 |
Zachary Ware
|
67310859d1
|
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
|
2014-08-11 14:58:37 -05:00 |
Raymond Hettinger
|
575ee4c4c7
|
Issue #22174: Clean-up grammar and ambiguities in property() docs.
|
2014-08-10 10:44:21 -07:00 |
Vinay Sajip
|
075588f1af
|
Issue #22130: Corrected fileConfig() documentation.
|
2014-08-05 10:32:06 +01:00 |
Ezio Melotti
|
249fcf6261
|
#21928: clarify functools.wraps docs.
|
2014-08-05 08:14:28 +03:00 |
Jason R. Coombs
|
c4a907dbc1
|
Issue #13540: Merge commits
|
2014-08-03 14:57:20 -04:00 |
Jason R. Coombs
|
2b492032f2
|
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
|
2014-08-03 14:54:11 -04:00 |
Victor Stinner
|
fe9ebe4f4f
|
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
|
2014-07-24 19:15:00 +02:00 |
Zachary Ware
|
85b5b73999
|
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
|
2014-07-22 13:14:54 -05:00 |
Jason R. Coombs
|
69cd346387
|
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.
|
2014-07-20 10:52:46 -04:00 |
Mark Dickinson
|
70beff1105
|
Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report.
|
2014-07-19 21:47:13 +01:00 |
Zachary Ware
|
a2dd3b23af
|
Issue #22004: Correct an argument name.
|
2014-07-18 09:11:48 -05:00 |
Zachary Ware
|
2d011e6c2c
|
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
|
2014-07-16 14:48:11 -05:00 |
Zachary Ware
|
65a6436b5f
|
Fix typo found by Scott Hinton on docs@
|
2014-07-07 15:31:21 -05:00 |
Raymond Hettinger
|
809b665b57
|
Fix guidance for subclassing collections.Set()
|
2014-07-03 00:30:52 +01:00 |
Berker Peksag
|
86af310c15
|
Fix typo pointed out by Dmitry Chaplinsky on docs@.
|
2014-06-28 03:12:37 +03:00 |
Ned Deily
|
5937f39aee
|
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
|
2014-06-26 23:38:14 -07:00 |
Berker Peksag
|
e75f527b5a
|
Issue #19897: Use python as executable instead of python3.
|
2014-06-26 23:27:26 +03:00 |
Jesus Cea
|
6d52ced4ce
|
Closes #20872: dbm/gdbm/ndbm close methods are not documented
|
2014-06-25 12:55:48 +02:00 |
Benjamin Peterson
|
ecb4a1e49a
|
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
|
2014-06-22 17:59:35 -07:00 |
Senthil Kumaran
|
454a5155d2
|
issue 20091 - index entry for __main__ in runpy docs.
|
2014-06-20 01:36:58 -07:00 |
Ezio Melotti
|
33b810d272
|
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
|
2014-06-20 00:47:11 +03:00 |
Terry Jan Reedy
|
9f2dcd227c
|
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
arguments. Original patch by Gareth Rees.
|
2014-06-16 03:05:30 -04:00 |
Benjamin Peterson
|
87d0136416
|
clarify when the list of subdirectories is read (closes #13779)
|
2014-06-15 20:51:12 -07:00 |
Benjamin Peterson
|
efda558b60
|
document IOBase.__del__'s behavior (closes #21764)
Patch from Nikolaus Rath.
|
2014-06-14 18:51:34 -07:00 |
R David Murray
|
ec92b4a9fa
|
#5904: Add sentence about the encoding of strftime's result.
|
2014-06-13 17:23:34 -04:00 |
R David Murray
|
dd35484662
|
#20903: clarify what happens when an smtp connection timeout occurs.
Patch by Milan Oberkirch.
|
2014-06-09 16:40:47 -04:00 |
Benjamin Peterson
|
806f9d704f
|
document TokenError and unclosed expression behavior (closes #12063)
Patch by Amandine Lee.
|
2014-06-07 17:47:41 -07:00 |
Benjamin Peterson
|
4547d371c6
|
specify that getuid() returns the real uid (closes #10503)
Patch by εσχατοκυριος.
|
2014-06-07 13:50:34 -07:00 |
Benjamin Peterson
|
3afd956e09
|
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
|
7b02ef0085
|
#21653: fix doc for return type of sqlite3.Row.keys().
|
2014-06-05 15:15:43 -04:00 |
Terry Jan Reedy
|
a4b538df75
|
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
|
2014-06-02 20:42:48 -04:00 |
Benjamin Peterson
|
48f2e99808
|
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Backport by Alex Gaynor.
|
2014-05-31 13:26:22 -07:00 |
Benjamin Peterson
|
d2058fb5b2
|
give the correct fixer name (closes #21604)
|
2014-05-31 13:16:49 -07:00 |
Terry Jan Reedy
|
9f7f62f06d
|
Issue #21593: (from StackOverflow) minor doc clarification for re.search.
|
2014-05-30 16:19:50 -04:00 |
Vinay Sajip
|
ab2db5815c
|
Issue #21608: Updated HTTPHandler documentation.
|
2014-05-30 18:46:02 +01:00 |
Raymond Hettinger
|
fd61349848
|
Issue 21479: Fix markup for the TarFile.open() classmethod.
|
2014-05-23 03:43:29 +01:00 |
Raymond Hettinger
|
198123c607
|
Issue 21198: Minor tarfile documentation bug.
|
2014-05-23 00:05:48 +01:00 |
Victor Stinner
|
07b16159b8
|
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support.
Patch written by Brad Aylsworth.
|
2014-05-14 17:07:08 +02:00 |
R David Murray
|
0eb9ee97b8
|
#21347: use string not list in shell=True example.
Patch by Akira.
|
2014-05-14 10:09:21 -04:00 |
Benjamin Peterson
|
629026aecc
|
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Backport from Alex Gaynor.
|
2014-05-11 16:11:44 -07:00 |
Tim Golden
|
e9864c5e30
|
Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object
|
2014-04-29 16:11:18 +01:00 |
Terry Jan Reedy
|
0fe1d0a597
|
Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.
|
2014-04-29 00:31:46 -04:00 |