summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, N...Christian Heimes2013-11-171-0/+38
* | Merge.Richard Oudkerk2013-11-171-1/+1
|\ \ | |/
| * Issue #19599: Increase sleep period.Richard Oudkerk2013-11-171-1/+1
* | Merge.Richard Oudkerk2013-11-171-1/+1
|\ \ | |/
| * Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-171-1/+1
* | Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
|\ \ | |/
| * Issue #19606: Use specific asserts in http.cookiejar tests.Serhiy Storchaka2013-11-171-84/+73
* | Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
|\ \ | |/
| * Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
* | Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
|\ \ | |/
| * Issue #19605: Use specific asserts in datetime testsSerhiy Storchaka2013-11-171-79/+80
* | Merge headsSerhiy Storchaka2013-11-173-0/+37
|\ \
| * | Close #19282: Native context management in dbmNick Coghlan2013-11-173-0/+37
* | | Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-161-34/+34
|\ \ \ | |/ / |/| / | |/
| * Issue #19604: Use specific asserts in array tests.Serhiy Storchaka2013-11-161-34/+34
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-162-12/+31
* | Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-161-0/+24
* | Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-162-29/+75
* | Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-164-107/+92
|\ \ | |/
| * Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-164-107/+92
* | asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-163-13/+26
* | Update more usage of assertEqualJason R. Coombs2013-11-161-3/+3
* | asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.Guido van Rossum2013-11-151-1/+2
* | Avoid triggering the refleak detectorNick Coghlan2013-11-151-8/+14
* | Close 19609: narrow scope of codec exc chainingNick Coghlan2013-11-151-11/+26
* | asyncio: Refactor waitpid mocks. Patch by Anthony Baire.Guido van Rossum2013-11-151-249/+186
* | Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-143-10/+12
* | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok.Guido van Rossum2013-11-141-4/+18
* | asyncio: Relax timing requirement. Fixes issue 19579.Guido van Rossum2013-11-141-2/+2
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).Guido van Rossum2013-11-132-14/+19
* | removed Enum.__eq__ as it added nothingEthan Furman2013-11-131-0/+11
* | Close #17828: better handling of codec errorsNick Coghlan2013-11-131-24/+169
* | Avoid global side effect in test_ensurepipNick Coghlan2013-11-131-3/+8
* | Fix test_socket for repr updateNick Coghlan2013-11-131-2/+2
* | test.support: considering the module is a mix of utilities unrelated with eac...Giampaolo Rodola'2013-11-121-18/+36
* | Close #19466: Clear the frames of daemon threads earlier during the PythonVictor Stinner2013-11-121-0/+50
* | Remove mis-merged artefactTim Golden2013-11-121-3/+0
* | Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-121-0/+26
|\ \ | |/
| * Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-121-1/+25
* | Issue #19440: Clean up test_capiZachary Ware2013-11-121-14/+8
|\ \ | |/
| * Issue #19440: Clean up test_capiZachary Ware2013-11-121-13/+7
* | Closes #6683: add a test that exercises multiple authentication.Andrew Kuchling2013-11-111-0/+9
* | Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+123
* | Issue #8799: Reduce timing sensitivity of condition test by explicitlyKristjan Valur Jonsson2013-11-111-0/+15
* | Issue #16685: Added support for any bytes-like objects in the audioop module.Serhiy Storchaka2013-11-101-4/+98
* | Merge headsSerhiy Storchaka2013-11-101-0/+16
|\ \
| * \ MergeJason R. Coombs2013-11-101-2/+2
| |\ \
| * | | Normalize whitespaceJason R. Coombs2013-11-101-2/+2
| * | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...Atsuo Ishimoto2012-07-161-0/+16
* | | | Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-102-0/+28
| |/ / |/| |