summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-153-38/+166
* | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-143-37/+17
|\ \ | |/
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-144-59/+93
* | 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
* | Issue #19704: Port test.test_threaded_import to PEP 451Brett Cannon2013-12-131-6/+6
* | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError ifVictor Stinner2013-12-131-0/+6
|\ \ | |/
| * Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"Victor Stinner2013-12-131-0/+6
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-4/+0
|\ \ | |/
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-4/+0
| * Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-131-0/+43
* | #19957: Simplify encode_7or8bit now that _payload is always str.R David Murray2013-12-131-1/+8
* | Issue #19952: test_asyncio: relax timings of Windows events, buildbots areVictor Stinner2013-12-131-2/+2
* | Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-132-1/+39
* | Issue #19751: Fix hash_info test of test_sys on SPARC SolarisVictor Stinner2013-12-121-5/+1
* | Issue #19751: Fix typo in configuration optionVictor Stinner2013-12-121-1/+1
* | Merge fix from 3.3Zachary Ware2013-12-121-2/+2
|\ \ | |/
| * Avoid UnicodeEncodeError by only printing ASCII.Zachary Ware2013-12-121-2/+2
* | Issue #19828: Merge with 3.3Zachary Ware2013-12-111-9/+8
|\ \ | |/
| * Issue #19828: Fixed test_site when the whole suite is run with -S.Zachary Ware2013-12-111-9/+8
| * #19063: partially fix set_payload handling of non-ASCII string input.R David Murray2013-12-111-0/+32
* | #19063: fix set_payload handling of non-ASCII string input.R David Murray2013-12-112-15/+42