summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#22643)Benjamin Peterson2014-10-151-0/+1
|\
| * test is cpython onlyBenjamin Peterson2014-10-151-0/+1
* | merge 3.3 (#22643)Benjamin Peterson2014-10-151-0/+5
|\ \ | |/
| * fix integer overflow in unicode case operations (closes #22643)Benjamin Peterson2014-10-151-0/+5
* | Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-151-10/+38
* | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-2/+9
* | Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows ifVictor Stinner2014-10-141-0/+4
* | Issue22506: added methods on base Enum class now show up in dir of Enum subcl...Ethan Furman2014-10-141-0/+12
* | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-131-0/+10
* | #20815: small readability improvements in ipaddress tests.R David Murray2014-10-121-4/+9
* | #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
* | Issue #22601: run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-111-1/+21
* | Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+7
* | Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-101-0/+24
* | test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadicVictor Stinner2014-10-101-11/+10
* | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-101-0/+5
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
* | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
* | cleanup test_posixVictor Stinner2014-10-051-9/+10
* | Issue #22390: Remove files created by testsVictor Stinner2014-10-057-3/+10
* | Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-0/+33
* | separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
* | also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-031-0/+8
* | #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
* | #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
* | Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* | faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
* | merge 3.3 (#22517)Benjamin Peterson2014-09-301-0/+6
|\ \ | |/
| * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+6
* | check that exception messages are not empty (#22379)Benjamin Peterson2014-09-283-15/+12
* | Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-0/+24
* | asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio moduleYury Selivanov2014-09-251-4/+11
* | asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-252-10/+88
* | test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
* | Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
* | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-241-0/+24
* | Fixed bytes literals in tests.Serhiy Storchaka2014-09-231-2/+2
* | Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-231-4/+41
* | Fixed test_large_file_exception. Ported tests for large count of filesSerhiy Storchaka2014-09-231-1/+62
* | Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-6/+39
* | Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-211-6/+23
* | Merge headsSerhiy Storchaka2014-09-211-0/+33
|\ \
| * | Issue #21332: Ensure that ``bufsize=1`` in subprocess.Popen() selects line bu...Antoine Pitrou2014-09-211-0/+33
* | | Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-211-2/+83
|/ /
* | #21091: make is_attachment a method.R David Murray2014-09-201-5/+15
* | #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-201-1/+2
* | Issue #22247: Add NNTPError to nntplib.__all__.Berker Peksag2014-09-201-5/+12
* | Issue #4180: The warnings registries are now reset when the filters are modif...Antoine Pitrou2014-09-181-2/+47
* | asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-171-4/+5
* | Merge from 3.3Senthil Kumaran2014-09-171-0/+5
|\ \ | |/