Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified | Victor Stinner | 2014-06-16 | 7 | -23/+170 |
* | Merge issue #21669 from 3.4 | Nick Coghlan | 2014-06-16 | 3 | -0/+165 |
|\ | |||||
| * | Issue #21669: Special case print & exec syntax errors | Nick Coghlan | 2014-06-16 | 3 | -0/+165 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Issue #21559: Add alternative (historical) reason for OverflowError. | Terry Jan Reedy | 2014-06-16 | 1 | -3/+4 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 2 | -2/+3 |
|\ \ | |/ | |||||
| * | Issue #19362: Tweek len() doc and docstring to expand the indicated range of | Terry Jan Reedy | 2014-06-16 | 2 | -2/+3 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | whitespace | Terry Jan Reedy | 2014-06-16 | 1 | -1/+1 |
* | | Merge with 3.4 | Terry Jan Reedy | 2014-06-16 | 1 | -80/+84 |
|\ \ | |/ | |||||
| * | Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and | Terry Jan Reedy | 2014-06-16 | 1 | -80/+84 |
* | | merge 3.4 (#13779) | Benjamin Peterson | 2014-06-16 | 2 | -8/+12 |
|\ \ | |/ | |||||
| * | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 2 | -8/+12 |
* | | fix a BytesWarning in my previous commit. | Gregory P. Smith | 2014-06-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix a BytesWarning in my previous commit. | Gregory P. Smith | 2014-06-16 | 1 | -1/+1 |
* | | improve note | Benjamin Peterson | 2014-06-16 | 1 | -1/+2 |
* | | Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so | Gregory P. Smith | 2014-06-16 | 1 | -8/+30 |
|\ \ | |/ | |||||
| * | Isolate the subprocess test_close_fds_when_max_fd_is_lowered test so | Gregory P. Smith | 2014-06-16 | 1 | -8/+30 |
* | | merge | Raymond Hettinger | 2014-06-15 | 2 | -1/+8 |
|\ \ | |/ | |||||
| * | Issue #21774: Fix incorrect variable in xml.dom.minidom | Raymond Hettinger | 2014-06-15 | 3 | -1/+12 |
* | | Update comment to reflect using the default parameter with min() and max(). | Raymond Hettinger | 2014-06-15 | 1 | -2/+2 |
* | | Issue 19898: Add test for dequereviter_new. | Raymond Hettinger | 2014-06-15 | 1 | -0/+5 |
* | | merge 3.4 (#21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | document IOBase.__del__'s behavior (closes #21764) | Benjamin Peterson | 2014-06-15 | 1 | -0/+6 |
* | | merge 3.4 (#21766) | Benjamin Peterson | 2014-06-15 | 3 | -1/+9 |
|\ \ | |/ | |||||
| * | merge 3.3 (#21766) | Benjamin Peterson | 2014-06-15 | 3 | -1/+9 |
| |\ | |||||
| | * | merge 3.2 (#21766) | Benjamin Peterson | 2014-06-15 | 3 | -1/+9 |
| | |\ | |||||
| | | * | url unquote the path before checking if it refers to a CGI script (closes #21... | Benjamin Peterson | 2014-06-15 | 3 | -1/+9 |
* | | | | Factor common code into internal functions. | Raymond Hettinger | 2014-06-14 | 3 | -53/+75 |
* | | | | fix issue #6916: undocument deprecated asynchat.fifo class.q | Giampaolo Rodola' | 2014-06-14 | 2 | -34/+2 |
* | | | | Closes #21742: Merged fix from 3.4. | Vinay Sajip | 2014-06-14 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21742: Set stream to None after closing. | Vinay Sajip | 2014-06-14 | 1 | -0/+1 |
* | | | | Closes #21752: Merged update from 3.4. | Vinay Sajip | 2014-06-14 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21752: Documented change to behaviour of logging.getLevelName(). | Vinay Sajip | 2014-06-14 | 1 | -0/+5 |
* | | | | Fix typo | Raymond Hettinger | 2014-06-14 | 1 | -1/+1 |
* | | | | Merge with 3.4 | Terry Jan Reedy | 2014-06-13 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag. | Terry Jan Reedy | 2014-06-13 | 1 | -0/+1 |
* | | | | Merge with 3.4 | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21726: Remove unnecessary and contextually wrong line. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+0 |
* | | | | Issue #19493: Merge with 3.4 | Zachary Ware | 2014-06-13 | 33 | -746/+720 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #19493: Refactor ctypes test package. | Zachary Ware | 2014-06-13 | 33 | -746/+720 |
* | | | | Merge with 3.4 | Terry Jan Reedy | 2014-06-13 | 1 | -3/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #20043: Add direct test for _thread. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+4 |
* | | | | Merge with 3.4 | Zachary Ware | 2014-06-13 | 1 | -3/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Per Martin [1], PGO is no longer used for official releases. | Zachary Ware | 2014-06-13 | 1 | -3/+0 |
* | | | | Issue #21745: Merge with 3.4 | Zachary Ware | 2014-06-13 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors | Zachary Ware | 2014-06-13 | 1 | -0/+3 |
* | | | | Merge 3.4 (null merge) | Victor Stinner | 2014-06-13 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16136: VMSError is done, bye bye VMS | Victor Stinner | 2014-06-13 | 1 | -4/+0 |
* | | | | Issue #16136: VMSError is done, bye bye VMS | Victor Stinner | 2014-06-13 | 1 | -4/+0 |