summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #19946: appropriately skip new multiprocessing testsNick Coghlan2013-12-191-9/+5
* Remove some dead code in importlib, introduced with the PEP 451 patch.Eric Snow2013-12-191-8/+3
* merge 3.3 (#20018)Benjamin Peterson2013-12-181-1/+1
|\
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* | Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-188-63/+36
|\ \ | |/
| * Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-188-57/+32
* | Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-27/+28
|\ \ | |/
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-27/+28
* | Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-2/+8
|\ \ | |/
| * Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-1/+8
| * 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-172-1/+4
|\ \ | |/
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-172-1/+4
* | Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-172-51/+357
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-162-26/+10
* | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-162-10/+26
* | (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-162-3/+12
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-162-35/+93
* | 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-162-20/+29
|\ \ \ | |/ /
| * | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-162-20/+29
* | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-162-1/+4
|\ \ \ | |/ /
| * | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-162-1/+4
| |/
* | Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-162-3/+25
|\ \ | |/
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-162-1/+25
| * Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.Serhiy Storchaka2013-12-143-24/+12
* | test_ssl: skip tests when SNI is not availableChristian Heimes2013-12-151-0/+2
* | test_poplib: skip stls_context test when SNI is not availableChristian Heimes2013-12-151-0/+5
* | fixed test_ftplibChristian Heimes2013-12-151-1/+1
* | test_imaplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-151-0/+4
* | test_ftplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-151-0/+4
* | Skip some tests that require server name indication (SNI)Christian Heimes2013-12-151-0/+6
* | Import USHRT_MAX to fix failing test_devpool testChristian Heimes2013-12-151-0/+1
* | Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-154-84/+235
* | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-144-40/+25
|\ \ | |/
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-145-62/+101
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-142-5/+19
|\ \ | |/
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-142-5/+19
* | Merge: #19970: Fix some comment typos.R David Murray2013-12-141-1/+1
|\ \ | |/
| * #19970: Fix some comment typos.R David Murray2013-12-141-1/+1
* | #19975: remove unused imports from webbrowser module.R David Murray2013-12-131-3/+0
* | Issue #19704: Port test.test_threaded_import to PEP 451Brett Cannon2013-12-131-6/+6