summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+24
* | | Refactor test_urllib2. Include test_HTTPError_interface under MiscTestsSenthil Kumaran2013-03-191-21/+20
* | | Merge: #17476: make allmethods actually return all methods.R David Murray2013-03-191-0/+24
* | | #17464: improve pydoc test coverage.R David Murray2013-03-191-0/+25
* | | #17474 - Remove the various deprecated methods of Request class.Senthil Kumaran2013-03-191-21/+0
* | | #5024: whichhdr now returns the frame count for WAV files.R David Murray2013-03-181-1/+1
* | | 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
* | | 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
* | | #11420: merge with 3.3.Ezio Melotti2013-03-164-28/+48
|\ \ \ | |/ /
| * | #11420: merge with 3.2.Ezio Melotti2013-03-164-28/+48
| |\ \ | | |/
| | * #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-163-25/+44
* | | 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
* | | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-161-0/+4
|\ \ \ | |/ /
| * | Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-161-0/+4
| |\ \ | | |/
* | | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-151-0/+10
* | | Issue #17099: Have importlib.find_loader() raise ValueError whenBrett Cannon2013-03-131-0/+14
* | | Normalize whitespaceBrett Cannon2013-03-131-1/+1
* | | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-132-10/+76
* | | #17368: merge with 3.3.Ezio Melotti2013-03-121-4/+10
|\ \ \ | |/ /
| * | #17368: merge with 3.2.Ezio Melotti2013-03-121-4/+10
| |\ \ | | |/
| | * #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-121-4/+10
* | | #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
* | | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-111-1/+1
|\ \ \ | |/ /
| * | Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-112-2/+2
|\ \ \ | |/ /
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-112-2/+2
| |\ \ | | |/
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-112-2/+2
* | | #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-111-0/+22
* | | #11963: merge with 3.3.Ezio Melotti2013-03-111-12/+36
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-111-12/+36
| |\ \ | | |/
| | * #11963: remove human verification from test_parser and test_subprocess.Ezio Melotti2013-03-111-12/+36
* | | #11963: merge with 3.3.Ezio Melotti2013-03-101-1/+2
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-101-1/+2
| |\ \ | | |/
| | * #11963: fix Windows buildbots.Ezio Melotti2013-03-101-1/+2
* | | #11963: merge with 3.3.Ezio Melotti2013-03-091-4/+5
|\ \ \ | |/ /
| * | #11963: merge with 3.2.Ezio Melotti2013-03-091-4/+5
| |\ \ | | |/
| | * #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.Ezio Melotti2013-03-091-4/+5
* | | Issue #17384: Consolidated cleanup operations in tests.Vinay Sajip2013-03-081-4/+14
* | | (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t typeVictor Stinner2013-03-081-11/+3
|\ \ \ | |/ /
| * | Issue #17223: the test is specific to 32-bit wchar_t typeVictor Stinner2013-03-081-11/+3