Andrew Svetlov
|
fd43b4d3e4
|
replace threw with raised (#16714)
|
2012-12-19 22:55:40 +02:00 |
|
Andrew Svetlov
|
1f415cf2c2
|
replace threw with raised (#16714)
|
2012-12-19 22:54:47 +02:00 |
|
Andrew Svetlov
|
7bd61cbc03
|
replace threw with raised (#16714)
|
2012-12-19 22:49:25 +02:00 |
|
Antoine Pitrou
|
aa03a1fe2a
|
Small cleanup in test_ftplib
|
2012-12-19 20:44:37 +01:00 |
|
Antoine Pitrou
|
08d02724df
|
Small cleanup in test_ftplib
|
2012-12-19 20:44:02 +01:00 |
|
Andrew Svetlov
|
2606a6f197
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Patch by Serhiy Storchaka.
|
2012-12-19 14:33:35 +02:00 |
|
Antoine Pitrou
|
f23e3f7ad2
|
Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-18 23:44:59 +01:00 |
|
Antoine Pitrou
|
d5a070f586
|
Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-18 23:44:36 +01:00 |
|
Antoine Pitrou
|
dcac718236
|
Call importlib.invalidate_caches() after creating module files in test_threaded_import.
|
2012-12-18 23:28:24 +01:00 |
|
Antoine Pitrou
|
07edb82e4b
|
Call importlib.invalidate_caches() after creating module files in test_threaded_import.
|
2012-12-18 23:28:04 +01:00 |
|
Antoine Pitrou
|
1688812894
|
Try to make test_threaded_import faster and safer (issue #15599).
|
2012-12-18 23:04:10 +01:00 |
|
Antoine Pitrou
|
e0b1c23145
|
Try to make test_threaded_import faster and safer (issue #15599).
|
2012-12-18 23:03:42 +01:00 |
|
Antoine Pitrou
|
ad8c461e2c
|
Add sanity assertions in some import lock code (issue #15599).
|
2012-12-18 22:18:58 +01:00 |
|
Antoine Pitrou
|
202b60640b
|
Add sanity assertions in some import lock code (issue #15599).
|
2012-12-18 22:18:17 +01:00 |
|
Andrew Svetlov
|
0832af6628
|
Issue #16717: get rid of socket.error, replace with OSError
|
2012-12-18 23:10:48 +02:00 |
|
Andrew Svetlov
|
ad28c7f9da
|
Issue #16706: get rid of os.error
|
2012-12-18 22:02:39 +02:00 |
|
Andrew Svetlov
|
a191959849
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:16 +02:00 |
|
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
|
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
|
Antoine Pitrou
|
f61dc4cea2
|
Relax test when WITH_PYMALLOC is false or undefined.
|
2012-12-18 19:50:58 +01:00 |
|
Antoine Pitrou
|
928405303d
|
Following issue #13390, fix compilation --without-pymalloc, and make sys.getallocatedblocks() return 0 in that situation.
|
2012-12-17 23:05:59 +01:00 |
|
Andrew Svetlov
|
3438fa496d
|
Get rig of EnvironmentError (#16705)
|
2012-12-17 23:35:18 +02:00 |
|
Andrew Svetlov
|
6eda46de99
|
Replace mmap.error with OSError, #16705
|
2012-12-17 22:55:31 +02:00 |
|
Andrew Svetlov
|
6d8a122b9c
|
Issue #16704: Get rid of select.error in stdlib. Use OSError instead.
|
2012-12-17 22:23:46 +02:00 |
|
Andrew Svetlov
|
69d03c4799
|
Cleanup: remove not needed mocks.
|
2012-12-17 19:27:10 +02:00 |
|
Andrew Svetlov
|
2ade6f24cb
|
Issue #16647: save socket error details in LMTP.connect()
Initial patch by Serhiy Storchaka.
|
2012-12-17 18:57:16 +02:00 |
|
Stefan Krah
|
8e47b8767b
|
Merge 3.3.
|
2012-12-16 21:11:35 +01:00 |
|
Stefan Krah
|
9a4ff437d1
|
Issue #15783: Support None default values in the Context() constructor.
|
2012-12-16 21:10:35 +01:00 |
|
Antoine Pitrou
|
d2fc88bbde
|
Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-16 16:40:22 +01:00 |
|
Antoine Pitrou
|
92f8b0016e
|
Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related.
|
2012-12-16 16:40:04 +01:00 |
|
Antoine Pitrou
|
697ce5560f
|
Fix ResourceWarnings in test_pty
|
2012-12-16 16:09:11 +01:00 |
|
Antoine Pitrou
|
feb318a37a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:57 +01:00 |
|
Antoine Pitrou
|
33138df36a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:42 +01:00 |
|
Antoine Pitrou
|
5461558d1a
|
Issue #16696: fix comparison between bytes and string. Also, improve glob tests.
|
2012-12-16 16:03:01 +01:00 |
|
Antoine Pitrou
|
39a6ee20ac
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:54:14 +01:00 |
|
Antoine Pitrou
|
3c331bb729
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:50:19 +01:00 |
|
Antoine Pitrou
|
3d068b2ecf
|
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path.
Patch by Serhiy Storchaka.
|
2012-12-16 13:49:37 +01:00 |
|
Hynek Schlawack
|
0bb8d8c4c9
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:46:58 +01:00 |
|
Hynek Schlawack
|
9ca5893338
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:44:07 +01:00 |
|
Hynek Schlawack
|
dec59ec5ff
|
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
|
2012-12-16 12:39:11 +01:00 |
|
Stefan Krah
|
8031d0dfd4
|
Merge 3.3.
|
2012-12-15 22:36:49 +01:00 |
|
Stefan Krah
|
040e311826
|
Issue #15783: Except for the number methods, the C version of decimal now
supports all None default values present in decimal.py. These values were
largely undocumented.
|
2012-12-15 22:33:33 +01:00 |
|
Petri Lehtinen
|
74d6c250e1
|
#11175: argparse.FileType now accepts encoding and errors arguments.
Patch by Lucas Maystre.
|
2012-12-15 22:42:47 +02:00 |
|
Antoine Pitrou
|
09bb89b8cf
|
Issue #16488: epoll() objects now support the with statement.
Patch by Serhiy Storchaka.
|
2012-12-15 21:14:21 +01:00 |
|
Antoine Pitrou
|
c48e81ed46
|
Merge
|
2012-12-15 19:26:38 +01:00 |
|
Antoine Pitrou
|
3454339430
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
|
2012-12-15 19:23:34 +01:00 |
|
Antoine Pitrou
|
d20e7745ee
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
|
2012-12-15 19:22:30 +01:00 |
|
Antoine Pitrou
|
084daa2f74
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
|
2012-12-15 19:11:54 +01:00 |
|
Benjamin Peterson
|
9272279afd
|
use error label instead of breaking eval loop (closes #16693)
|
2012-12-15 12:51:05 -05:00 |
|
Andrew Svetlov
|
ef9a43b2c9
|
Rename test module names for #16421 to don't clash with other tests.
|
2012-12-15 17:22:59 +02:00 |
|