summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#16722)Benjamin Peterson2012-12-191-0/+6
|\
| * try to call __bytes__ before __index__ (closes #16722)Benjamin Peterson2012-12-191-0/+6
* | replace threw with raised (#16714)Andrew Svetlov2012-12-192-2/+2
|\ \ | |/
| * replace threw with raised (#16714)Andrew Svetlov2012-12-192-2/+2
| |\
| | * replace threw with raised (#16714)Andrew Svetlov2012-12-192-2/+2
* | | Small cleanup in test_ftplibAntoine Pitrou2012-12-191-13/+14
|\ \ \ | |/ /
| * | Small cleanup in test_ftplibAntoine Pitrou2012-12-191-13/+14
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-195-21/+21
* | | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #...Antoine Pitrou2012-12-181-1/+8
|\ \ \ | |/ /
| * | Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #...Antoine Pitrou2012-12-181-1/+8
* | | Call importlib.invalidate_caches() after creating module files in test_thread...Antoine Pitrou2012-12-181-0/+3
|\ \ \ | |/ /
| * | Call importlib.invalidate_caches() after creating module files in test_thread...Antoine Pitrou2012-12-181-0/+3
* | | Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2
|\ \ \ | |/ /
| * | Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2
* | | Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-181-0/+1
|\ \ \ | |/ /
| * | Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-181-0/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-1816-109/+109
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-184-5/+5
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1815-27/+27
|\ \ \ | |/ /
| * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1815-27/+27
| |\ \ | | |/
| | * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1814-25/+25
| | * Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
* | | Relax test when WITH_PYMALLOC is false or undefined.Antoine Pitrou2012-12-181-1/+4
* | | Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...Antoine Pitrou2012-12-171-1/+6
* | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-179-19/+18
* | | Replace mmap.error with OSError, #16705Andrew Svetlov2012-12-171-2/+2
* | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead.Andrew Svetlov2012-12-173-4/+4
* | | Cleanup: remove not needed mocks.Andrew Svetlov2012-12-171-6/+0
* | | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-172-8/+4
|\ \ \ | |/ /
* | | Merge 3.3.Stefan Krah2012-12-161-0/+21
|\ \ \ | |/ /
| * | Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-161-0/+21
* | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
|\ \ \ | |/ /
| * | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387...Antoine Pitrou2012-12-161-1/+8
* | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-161-5/+28
|\ \ \ | |/ /
| * | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-161-5/+28
| |\ \ | | |/
| | * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-161-5/+28
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+13
|\ \ \ | |/ /
| * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+13
| |\ \ | | |/
| | * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte...Antoine Pitrou2012-12-161-0/+13
* | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
|\ \ \ | |/ /
| * | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
| |\ \ | | |/
| | * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-1/+6
* | | Merge 3.3.Stefan Krah2012-12-151-8/+294
|\ \ \ | |/ /
| * | Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-151-8/+294
* | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-151-0/+32
* | | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-151-0/+7
* | | MergeAntoine Pitrou2012-12-151-0/+5
|\ \ \
| * | | use error label instead of breaking eval loop (closes #16693)Benjamin Peterson2012-12-151-0/+5
* | | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-2/+34
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-2/+34
| |\ \ | | |/