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.4 (#22643)Benjamin Peterson2014-10-151-0/+5
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-151-10/+38
* | | Issue #21338: Add silent mode for compileall.Berker Peksag2014-10-151-0/+7
* | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-2/+9
|\ \ \ | |/ /
| * | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-2/+9
* | | Merge 3.4 (asyncio)Victor Stinner2014-10-141-0/+4
|\ \ \ | |/ /
| * | Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows ifVictor Stinner2014-10-141-0/+4
* | | Issue #18643: Add socket.socketpair() on Windows.Charles-François Natali2014-10-141-2/+0
* | | Issue22506: merge from 3.4Ethan Furman2014-10-141-0/+12
|\ \ \ | |/ /
| * | Issue22506: added methods on base Enum class now show up in dir of Enum subcl...Ethan Furman2014-10-141-0/+12
* | | Merge.Charles-François Natali2014-10-1311-1/+62
|\ \ \
| * | | WhitespaceAntoine Pitrou2014-10-137-7/+7
| * | | Issue #17636: Circular imports involving relative imports are now supported.Antoine Pitrou2014-10-1311-1/+62
* | | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-131-0/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
|\ \ \ | |/ /
| * | #20815: small readability improvements in ipaddress tests.R David Murray2014-10-121-4/+9
* | | Merge: #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
|\ \ \ | |/ /
| * | #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
* | | (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of theVictor Stinner2014-10-111-1/+21
|\ \ \ | |/ /
| * | 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 #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-101-2/+7
* | | Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-101-1/+3
* | | #11694: merge with 3.4Petri Lehtinen2014-10-101-0/+24
|\ \ \ | |/ /
| * | Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-101-0/+24
* | | (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fixVictor Stinner2014-10-101-11/+10
|\ \ \ | |/ /
| * | 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 #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-101-0/+5
* | | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-2/+8
* | | #18615: Make sndhdr return namedtuples.R David Murray2014-10-091-0/+13
* | | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
|\ \ \ | |/ /
| * | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-081-1/+17
* | | Issue #21965: Add support for in-memory SSL to the ssl module.Antoine Pitrou2014-10-051-2/+160
* | | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
|\ \ \ | |/ /
| * | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
* | | #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-4/+4
* | | Merge 3.4Victor Stinner2014-10-057-12/+20
|\ \ \ | |/ /
| * | cleanup test_posixVictor Stinner2014-10-051-9/+10
| * | Issue #22390: Remove files created by testsVictor Stinner2014-10-057-3/+10
* | | (Merge 3.4) Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-0/+33
|\ \ \ | |/ /
| * | Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-051-0/+33
* | | Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*Antoine Pitrou2014-10-041-0/+16
* | | Fixed tests on Windows for issue #21883.Serhiy Storchaka2014-10-041-1/+2