summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-281-0/+70
* Issue #22596: support.transient_internet() now also catchesBerker Peksag2014-10-252-6/+4
|\
| * Issue #22596: support.transient_internet() now also catchesBerker Peksag2014-10-252-6/+4
* | Issue #13918: Provide a locale.delocalize() function which can removeAntoine Pitrou2014-10-231-0/+54
* | Issue #22637: avoid using a shell in uuidVictor Stinner2014-10-211-19/+19
* | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
|\ \ | |/
| * Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* | Merge with 3.4Terry Jan Reedy2014-10-181-1/+1
|\ \ | |/
| * Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
* | Issue #17401: document closefd in io.FileIO docs and add to reprRobert Collins2014-10-181-4/+6
* | Merge: #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-171-0/+7
|\ \ | |/
| * #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-171-0/+7
* | Merge: #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-171-0/+3
|\ \ | |/
| * #21991: make headerregistry params property MappingProxyType.R David Murray2014-10-171-0/+3
* | Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...Antoine Pitrou2014-10-171-0/+29
|\ \ | |/
| * Issue #22653: Fix an assertion failure in debug mode when doing a reentrant d...Antoine Pitrou2014-10-171-0/+29
* | Merge with 3.4Zachary Ware2014-10-171-1/+4
|\ \ | |/
| * Fix test_ctypes failure on OpenIndiana buildbot where _ctypes is not builtZachary Ware2014-10-171-1/+4
* | Issue #16000: Convert test_curses to use unittestZachary Ware2014-10-171-367/+347
|\ \ | |/
| * Issue #16000: Convert test_curses to use unittestZachary Ware2014-10-171-367/+347
* | merge 3.4 (#22643)Benjamin Peterson2014-10-151-0/+1
|\ \ | |/
| * 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