summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#19563)Benjamin Peterson2013-12-236-7/+7
|\
| * update Barry's email (#19563)Benjamin Peterson2013-12-236-7/+7
| * Fix DeprecationWarnings in test suiteAntoine Pitrou2013-12-212-10/+10
* | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+17
|\ \ | |/
| * Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+17
* | mergeChristian Heimes2013-12-212-1/+60
|\ \
| * | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-212-1/+60
* | | Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-2/+0
|/ /
* | skip multiprocessing main handling test when Python is built without threadsChristian Heimes2013-12-211-0/+2
* | Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
|\ \ | |/
| * Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
| * Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
| * Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-191-65/+0
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+58
* | Issue #19946: use public API for multiprocessing start methodsNick Coghlan2013-12-201-6/+6
* | asyncio: Clean up formatting.Guido van Rossum2013-12-191-1/+3
* | Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor inVictor Stinner2013-12-191-0/+2
* | Shorten lines.Guido van Rossum2013-12-191-1/+2
* | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+58
* | Fix the C definition of the sys._debugmallocstats() function: the function hasVictor Stinner2013-12-191-0/+3
* | (Merge 3.3) Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() nowVictor Stinner2013-12-191-0/+4
|\ \ | |/
| * Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise aVictor Stinner2013-12-191-0/+4
* | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-5/+39
|\ \ | |/
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-5/+39
* | Issue #19946: appropriately skip new multiprocessing testsNick Coghlan2013-12-191-9/+5
* | Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-171-2/+6
|\ \ | |/
| * Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-171-1/+6
| * Revert misled test change in f189da5bda26.Antoine Pitrou2013-12-171-1/+0
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
|\ \ | |/
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
* | Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-0/+287
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-161-11/+2
* | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-2/+11
* | (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() onVictor Stinner2013-12-161-1/+1
|\ \ | |/
| * Close #19999: tolerate coarse time when testing time.monotonic() on veryVictor Stinner2013-12-161-1/+1
* | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-2/+4
|\ \ | |/
| * Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-161-2/+4
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-161-2/+11
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-161-0/+53
* | Issue #19987: Merge with 3.3Zachary Ware2013-12-161-8/+8
|\ \ | |/
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-7/+8
| * Merge headsSerhiy Storchaka2013-12-161-0/+1
| |\
| | * Issue #17919: add missing import of USHRT_MAXChristian Heimes2013-12-161-0/+1
* | | Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...Christian Heimes2013-12-161-6/+7
* | | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+23
|\ \ \ | |/ /
| * | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+23
* | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
|\ \ \ | |/ /
| * | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-161-0/+3
| |/
* | Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-2/+23
|\ \ | |/
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-161-0/+23