summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-37/+45
* Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
|\
| * Issue #17463: Fix test discovery for test_pdb.pyAndrew Svetlov2013-03-181-4/+5
* | (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst...Giampaolo Rodola'2013-03-181-4/+4
* | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
|\ \ | |/
| * Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
| |\
| | * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
* | | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+1
|\ \ \ | |/ /
| * | Merge #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+1
| |\ \ | | |/
| | * #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+1
* | | mergeBrett Cannon2013-03-171-2/+7
|\ \ \ | |/ /
| * | Issue #16880: _imp.load_dynamic() is not defined on a platform thatBrett Cannon2013-03-171-2/+7
* | | Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-6/+24
|\ \ \ | |/ /
| * | Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-6/+24
| |\ \ | | |/
| | * Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-9/+25
* | | #11420: merge with 3.3.Ezio Melotti2013-03-165-31/+51
|\ \ \ | |/ /
| * | #11420: merge with 3.2.Ezio Melotti2013-03-165-31/+51
| |\ \ | | |/
| | * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-165-29/+49
* | | reject non-docs strings between future imports (closes #17434)Benjamin Peterson2013-03-162-0/+11
* | | Merge with 3.3Terry Jan Reedy2013-03-164-0/+12
|\ \ \ | |/ /
| * | Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-164-0/+12
| |\ \ | | |/
| | * Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-164-0/+12
* | | Add missing FeedParser and BytesFeedParser to email.parser.__all__.R David Murray2013-03-161-1/+2
* | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-1/+5
|\ \ \ | |/ /
| * | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-1/+5
| |\ \ | | |/
| | * #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-1/+5
* | | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-152-6/+22
* | | Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.Terry Jan Reedy2013-03-151-29/+17
* | | Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-141-36/+27
|\ \ \ | |/ /
| * | Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-141-36/+27
| |\ \ | | |/
| | * Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-141-36/+27
* | | Issue #17099: Have importlib.find_loader() raise ValueError whenBrett Cannon2013-03-132-0/+16
* | | Normalize whitespaceBrett Cannon2013-03-131-1/+1
* | | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-133-16/+79
* | | #17368: merge with 3.3.Ezio Melotti2013-03-122-5/+11
|\ \ \ | |/ /
| * | #17368: merge with 3.2.Ezio Melotti2013-03-122-5/+11
| |\ \ | | |/
| | * #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-122-5/+11
| * | Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-7/+4
| |\ \ | | |/
| | * Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-7/+4
* | | #17066: merge with 3.3.Ezio Melotti2013-03-121-6/+10
|\ \ \ | |/ /
| * | #17066: test_robotparser now works with unittest test discovery. Patch by Za...Ezio Melotti2013-03-121-6/+10
* | | Issue #17047: remove doubled words added in 3.4,Terry Jan Reedy2013-03-111-1/+1
* | | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-117-7/+7
|\ \ \ | |/ /
| * | Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-117-7/+7
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-1113-38/+40
|\ \ \ | |/ /
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-1113-38/+40
| |\ \ | | |/
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-1113-38/+40
* | | #17395: wait for live children in test_multiprocessing.Ezio Melotti2013-03-111-1/+7
* | | Remove debug print.Ezio Melotti2013-03-111-1/+0
* | | Issue #15806: Add contextlib.ignored().Raymond Hettinger2013-03-112-1/+35