summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* fix malformed use cmdoption directiveBenjamin Peterson2014-09-051-1/+2
* Fixed the versionadded in the docs for the backport in 16c86a6bdbe2Alex Gaynor2014-09-041-1/+1
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-041-4/+14
* the correct role is :meth: not :method:Benjamin Peterson2014-09-041-8/+6
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-281-0/+18
* Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.pyNed Deily2014-08-221-0/+4
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-179/+1203
* Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).Zachary Ware2014-08-111-1/+1
* Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-101-7/+13
* Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
* #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
* Issue #13540: Merge commitsJason R. Coombs2014-08-031-19/+53
|\
| * Issue #13540: Update references to Action class to match syntax used for othe...Jason R. Coombs2014-08-031-2/+2
| * Issue #13540: Removed redundant documentation about Action instance attribute...Jason R. Coombs2014-07-201-49/+26
| * Issue #13540: Expanded argparse documents to clarify the action APIJason R. Coombs2011-12-141-19/+76
* | Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+5
* | Fix minor typo in round docs. Reported by Scott Hinton on docs@.Zachary Ware2014-07-221-1/+1
* | Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ...Mark Dickinson2014-07-191-4/+0
* | Issue #22004: Correct an argument name.Zachary Ware2014-07-181-1/+1
* | Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.Zachary Ware2014-07-161-1/+1
* | Fix typo found by Scott Hinton on docs@Zachary Ware2014-07-071-1/+1
* | Fix guidance for subclassing collections.Set()Raymond Hettinger2014-07-021-1/+1
* | Fix typo pointed out by Dmitry Chaplinsky on docs@.Berker Peksag2014-06-281-1/+1
* | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-9/+2
* | Issue #19897: Use python as executable instead of python3.Berker Peksag2014-06-261-2/+2
* | Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-254-0/+29
* | clarify that islink only really works if python knows about symlinks (closes ...Benjamin Peterson2014-06-231-1/+1
* | issue 20091 - index entry for __main__ in runpy docs.Senthil Kumaran2014-06-201-0/+6
* | #21690: fix a couple of links in the docs of the re module. Noticed by Julia...Ezio Melotti2014-06-191-2/+2
* | Issue #19362: Tweek len() doc and docstring to expand the indicated range ofTerry Jan Reedy2014-06-161-1/+2
* | clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
* | document IOBase.__del__'s behavior (closes #21764)Benjamin Peterson2014-06-151-0/+6
* | #5904: Add sentence about the encoding of strftime's result.R David Murray2014-06-131-1/+3
* | #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-2/+4
* | document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
* | specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
* | document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+4
* | #21653: fix doc for return type of sqlite3.Row.keys().R David Murray2014-06-051-1/+1
* | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
* | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)Benjamin Peterson2014-05-311-0/+40
* | give the correct fixer name (closes #21604)Benjamin Peterson2014-05-311-1/+1
* | Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* | Issue #21608: Updated HTTPHandler documentation.Vinay Sajip2014-05-301-3/+17
* | Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
* | Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
* | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-6/+8
* | #21347: use string not list in shell=True example.R David Murray2014-05-141-1/+1
* | backport hmac.compare_digest to partially implement PEP 466 (closes #21306)Benjamin Peterson2014-05-111-0/+33
* | Issue #19630 Emphasise that the file parameter to marshal.dump must be a real...Tim Golden2014-04-291-2/+3