| Commit message (Expand) | Author | Age | Files | Lines |
* | unify some ast.argument's attrs; change Attribute column offset (closes #16795) | Benjamin Peterson | 2013-03-18 | 1 | -37/+45 |
|
|
* | Issue #17463: Fix test discovery for test_pdb.py | Andrew Svetlov | 2013-03-18 | 1 | -4/+5 |
|\ |
|
| * | Issue #17463: Fix test discovery for test_pdb.py | Andrew Svetlov | 2013-03-18 | 1 | -4/+5 |
|
|
* | | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst... | Giampaolo Rodola' | 2013-03-18 | 1 | -4/+4 |
|
|
* | | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -2/+2 |
| |\ |
|
| | * | #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -2/+2 |
|
|
* | | | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | #16057: Clarify why the base method default is called in custom encoders. | R David Murray | 2013-03-18 | 1 | -0/+1 |
|
|
* | | | merge | Brett Cannon | 2013-03-17 | 1 | -2/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #16880: _imp.load_dynamic() is not defined on a platform that | Brett Cannon | 2013-03-17 | 1 | -2/+7 |
|
|
* | | | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 1 | -6/+24 |
|\ \ \
| |/ / |
|
| * | | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 1 | -6/+24 |
| |\ \
| | |/ |
|
| | * | Issue #16564: Fixed a performance regression relative to Python 3.1 in the | Serhiy Storchaka | 2013-03-16 | 1 | -9/+25 |
|
|
* | | | #11420: merge with 3.3. | Ezio Melotti | 2013-03-16 | 5 | -31/+51 |
|\ \ \
| |/ / |
|
| * | | #11420: merge with 3.2. | Ezio Melotti | 2013-03-16 | 5 | -31/+51 |
| |\ \
| | |/ |
|
| | * | #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by... | Ezio Melotti | 2013-03-16 | 5 | -29/+49 |
|
|
* | | | reject non-docs strings between future imports (closes #17434) | Benjamin Peterson | 2013-03-16 | 2 | -0/+11 |
|
|
* | | | Merge with 3.3 | Terry Jan Reedy | 2013-03-16 | 4 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. | Terry Jan Reedy | 2013-03-16 | 4 | -0/+12 |
| |\ \
| | |/ |
|
| | * | Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. | Terry Jan Reedy | 2013-03-16 | 4 | -0/+12 |
|
|
* | | | Add missing FeedParser and BytesFeedParser to email.parser.__all__. | R David Murray | 2013-03-16 | 1 | -1/+2 |
|
|
* | | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 2 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 2 | -1/+5 |
| |\ \
| | |/ |
|
| | * | #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 2 | -1/+5 |
|
|
* | | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 2 | -6/+22 |
|
|
* | | | Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. | Terry Jan Reedy | 2013-03-15 | 1 | -29/+17 |
|
|
* | | | Issue #1285086: Get rid of the refcounting hack and speed up | Serhiy Storchaka | 2013-03-14 | 1 | -36/+27 |
|\ \ \
| |/ / |
|
| * | | Issue #1285086: Get rid of the refcounting hack and speed up | Serhiy Storchaka | 2013-03-14 | 1 | -36/+27 |
| |\ \
| | |/ |
|
| | * | Issue #1285086: Get rid of the refcounting hack and speed up | Serhiy Storchaka | 2013-03-14 | 1 | -36/+27 |
|
|
* | | | Issue #17099: Have importlib.find_loader() raise ValueError when | Brett Cannon | 2013-03-13 | 2 | -0/+16 |
|
|
* | | | Normalize whitespace | Brett Cannon | 2013-03-13 | 1 | -1/+1 |
|
|
* | | | Issue #17117: Have both import itself and importlib.util.set_loader() | Brett Cannon | 2013-03-13 | 3 | -16/+79 |
|
|
* | | | #17368: merge with 3.3. | Ezio Melotti | 2013-03-12 | 2 | -5/+11 |
|\ \ \
| |/ / |
|
| * | | #17368: merge with 3.2. | Ezio Melotti | 2013-03-12 | 2 | -5/+11 |
| |\ \
| | |/ |
|
| | * | #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail... | Ezio Melotti | 2013-03-12 | 2 | -5/+11 |
|
|
| * | | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -7/+4 |
| |\ \
| | |/ |
|
| | * | Issue #11367: fix documentation of some find* methods in ElementTree | Eli Bendersky | 2013-03-12 | 1 | -7/+4 |
|
|
* | | | #17066: merge with 3.3. | Ezio Melotti | 2013-03-12 | 1 | -6/+10 |
|\ \ \
| |/ / |
|
| * | | #17066: test_robotparser now works with unittest test discovery. Patch by Za... | Ezio Melotti | 2013-03-12 | 1 | -6/+10 |
|
|
* | | | Issue #17047: remove doubled words added in 3.4, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
* | | | Merge with 3.3, issue #17047: remove doubled words added in 3.3, | Terry Jan Reedy | 2013-03-11 | 7 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #17047: remove doubled words added in 3.3 | Terry Jan Reedy | 2013-03-11 | 7 | -7/+7 |
|
|
* | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 13 | -38/+40 |
|\ \ \
| |/ / |
|
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 13 | -38/+40 |
| |\ \
| | |/ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 13 | -38/+40 |
|
|
* | | | #17395: wait for live children in test_multiprocessing. | Ezio Melotti | 2013-03-11 | 1 | -1/+7 |
|
|
* | | | Remove debug print. | Ezio Melotti | 2013-03-11 | 1 | -1/+0 |
|
|
* | | | Issue #15806: Add contextlib.ignored(). | Raymond Hettinger | 2013-03-11 | 2 | -1/+35 |
|
|