Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix malformed use cmdoption directive | Benjamin Peterson | 2014-09-05 | 1 | -1/+2 |
| | |||||
* | Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 | Alex Gaynor | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Issue #20421: Add a .version() method to SSL sockets exposing the actual ↵ | Alex Gaynor | 2014-09-04 | 1 | -4/+14 |
| | | | | | | protocol version in use. Backport from default. | ||||
* | the correct role is :meth: not :method: | Benjamin Peterson | 2014-09-04 | 1 | -8/+6 |
| | |||||
* | getuid() returns real process id not effective (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | PEP 466: backport hashlib algorithm constants (closes #21307) | Benjamin Peterson | 2014-08-28 | 1 | -0/+18 |
| | |||||
* | Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py | Ned Deily | 2014-08-22 | 1 | -0/+4 |
| | | | | for 2.7 to match other versions of sysconfig. | ||||
* | backport many ssl features from Python 3 (closes #21308) | Benjamin Peterson | 2014-08-20 | 1 | -179/+1203 |
| | | | | | A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls. | ||||
* | Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). | Zachary Ware | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Issue #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 1 | -7/+13 |
| | |||||
* | Issue #22130: Corrected fileConfig() documentation. | Vinay Sajip | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | #21928: clarify functools.wraps docs. | Ezio Melotti | 2014-08-05 | 1 | -3/+4 |
| | |||||
* | Issue #13540: Merge commits | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
|\ | |||||
| * | Issue #13540: Update references to Action class to match syntax used for ↵ | Jason R. Coombs | 2014-08-03 | 1 | -2/+2 |
| | | | | | | | | other classes in this file. | ||||
| * | Issue #13540: Removed redundant documentation about Action instance ↵ | Jason R. Coombs | 2014-07-20 | 1 | -49/+26 |
| | | | | | | | | attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. | ||||
| * | Issue #13540: Expanded argparse documents to clarify the action API | Jason R. Coombs | 2011-12-14 | 1 | -19/+76 |
| | | |||||
* | | Issue #16133: The asynchat.async_chat.handle_read() method now ignores | Victor Stinner | 2014-07-24 | 1 | -0/+5 |
| | | | | | | | | | | socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY, EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye. | ||||
* | | Fix minor typo in round docs. Reported by Scott Hinton on docs@. | Zachary Ware | 2014-07-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for ↵ | Mark Dickinson | 2014-07-19 | 1 | -4/+0 |
| | | | | | | | | the report. | ||||
* | | Issue #22004: Correct an argument name. | Zachary Ware | 2014-07-18 | 1 | -1/+1 |
| | | |||||
* | | Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. | Zachary Ware | 2014-07-16 | 1 | -1/+1 |
| | | |||||
* | | Fix typo found by Scott Hinton on docs@ | Zachary Ware | 2014-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fix guidance for subclassing collections.Set() | Raymond Hettinger | 2014-07-02 | 1 | -1/+1 |
| | | |||||
* | | Fix typo pointed out by Dmitry Chaplinsky on docs@. | Berker Peksag | 2014-06-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. | Ned Deily | 2014-06-27 | 1 | -9/+2 |
| | | |||||
* | | Issue #19897: Use python as executable instead of python3. | Berker Peksag | 2014-06-26 | 1 | -2/+2 |
| | | |||||
* | | Closes #20872: dbm/gdbm/ndbm close methods are not documented | Jesus Cea | 2014-06-25 | 4 | -0/+29 |
| | | |||||
* | | clarify that islink only really works if python knows about symlinks (closes ↵ | Benjamin Peterson | 2014-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | #13143) Patch from Yayoi Ukai. | ||||
* | | issue 20091 - index entry for __main__ in runpy docs. | Senthil Kumaran | 2014-06-20 | 1 | -0/+6 |
| | | |||||
* | | #21690: fix a couple of links in the docs of the re module. Noticed by ↵ | Ezio Melotti | 2014-06-19 | 1 | -2/+2 |
| | | | | | | | | Julian Gilbey. | ||||
* | | Issue #19362: Tweek len() doc and docstring to expand the indicated range of | Terry Jan Reedy | 2014-06-16 | 1 | -1/+2 |
| | | | | | | | | arguments. Original patch by Gareth Rees. | ||||
* | | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
| | | |||||
* | | document IOBase.__del__'s behavior (closes #21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
| | | | | | | | | Patch from Nikolaus Rath. | ||||
* | | #5904: Add sentence about the encoding of strftime's result. | R David Murray | 2014-06-13 | 1 | -1/+3 |
| | | |||||
* | | #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -2/+4 |
| | | | | | | | | Patch by Milan Oberkirch. | ||||
* | | document TokenError and unclosed expression behavior (closes #12063) | Benjamin Peterson | 2014-06-08 | 1 | -0/+18 |
| | | | | | | | | Patch by Amandine Lee. | ||||
* | | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
| | | | | | | | | Patch by εσχατοκυριος. | ||||
* | | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
| | | | | | | | | Patch by Katherine Busch. | ||||
* | | #21653: fix doc for return type of sqlite3.Row.keys(). | R David Murray | 2014-06-05 | 1 | -1/+1 |
| | | |||||
* | | Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. | Terry Jan Reedy | 2014-06-03 | 1 | -2/+2 |
| | | |||||
* | | backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) | Benjamin Peterson | 2014-05-31 | 1 | -0/+40 |
| | | | | | | | | Backport by Alex Gaynor. | ||||
* | | give the correct fixer name (closes #21604) | Benjamin Peterson | 2014-05-31 | 1 | -1/+1 |
| | | |||||
* | | Issue #21593: (from StackOverflow) minor doc clarification for re.search. | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #21608: Updated HTTPHandler documentation. | Vinay Sajip | 2014-05-30 | 1 | -3/+17 |
| | | |||||
* | | Issue 21479: Fix markup for the TarFile.open() classmethod. | Raymond Hettinger | 2014-05-23 | 1 | -1/+1 |
| | | |||||
* | | Issue 21198: Minor tarfile documentation bug. | Raymond Hettinger | 2014-05-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword ↵ | Victor Stinner | 2014-05-14 | 1 | -6/+8 |
| | | | | | | | | | | | | support. Patch written by Brad Aylsworth. | ||||
* | | #21347: use string not list in shell=True example. | R David Murray | 2014-05-14 | 1 | -1/+1 |
| | | | | | | | | Patch by Akira. | ||||
* | | backport hmac.compare_digest to partially implement PEP 466 (closes #21306) | Benjamin Peterson | 2014-05-11 | 1 | -0/+33 |
| | | | | | | | | Backport from Alex Gaynor. | ||||
* | | Issue #19630 Emphasise that the file parameter to marshal.dump must be a ↵ | Tim Golden | 2014-04-29 | 1 | -2/+3 |
| | | | | | | | | real file object |