- f46676d Branch merge by Éric Araujo · 14 years ago
- d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 14 years ago
- 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 14 years ago
- a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
- af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 14 years ago
- 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 14 years ago
- b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
- 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 14 years ago
- dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 14 years ago
- 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 14 years ago
- 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 14 years ago
- c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 14 years ago
- b45c708 excellent place for assertRaises by Benjamin Peterson · 14 years ago
- be62103 Issue #8533: regrtest replaces also sys.stdout on Windows by Victor Stinner · 14 years ago
- 62666e1 (Merge 3.2) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 14 years ago
- 8ed8416 (Merge 3.1) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 14 years ago
- 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 14 years ago
- 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 14 years ago
- 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 14 years ago
- eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 14 years ago
- d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 14 years ago
- 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
- 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 14 years ago
- 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 14 years ago
- b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 14 years ago
- e36f375 Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 by Victor Stinner · 14 years ago
- fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 14 years ago
- a910072 Merge heads. by Ezio Melotti · 14 years ago
- 64af7c0 #12074: merge with 3.2. by Ezio Melotti · 14 years ago
- 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 14 years ago
- 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 14 years ago
- bfcdcf9 merge heads by Benjamin Peterson · 14 years ago
- 200fe3d merge heads by Benjamin Peterson · 14 years ago
- 5cc10b0 merge 3.2 by Benjamin Peterson · 14 years ago
- f5fcd33 merge 3.1 by Benjamin Peterson · 14 years ago
- 08c719e (Merge 3.2) Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 14 years ago
- a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 14 years ago
- 7963a35 correctly lookup __dir__ by Benjamin Peterson · 14 years ago
- acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 14 years ago
- ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 14 years ago
- d688170 Merge 3.2 by Victor Stinner · 14 years ago
- b43dd4b Merge 3.1 by Victor Stinner · 14 years ago
- 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 14 years ago
- cc6491a Issue #12105: test_posix, add the value of O_CLOEXEC in the error message by Victor Stinner · 14 years ago
- 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 14 years ago
- 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 14 years ago
- 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 14 years ago
- f738d33 Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 14 years ago
- a98d26a Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 14 years ago
- 3c18f25 regrtest: enable faulthandler in main() instead of if __name__ == '__main__': by Victor Stinner · 14 years ago
- b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 14 years ago
- 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 14 years ago
- 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 14 years ago
- 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 14 years ago
- 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 14 years ago
- ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 14 years ago
- 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 14 years ago
- 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 14 years ago
- 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 14 years ago
- 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
- 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 14 years ago
- cad648c Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. by Ezio Melotti · 14 years ago
- 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 14 years ago
- 566f8a6 os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option. by Giampaolo Rodola' · 14 years ago
- 0d38f2e Skip test_smtpnet when ssl is not available by Antoine Pitrou · 14 years ago
- 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
- b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
- cc9ca22 Also protect ehlo() and quit() with the transient_internet() context manager by Antoine Pitrou · 14 years ago
- e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 14 years ago
- ae8856f Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python by Victor Stinner · 14 years ago
- ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 14 years ago
- 5f3b1c4 (Merge 3.2) Issue #12096: Fix a race condition in by Victor Stinner · 14 years ago
- 3349bca Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch by Victor Stinner · 14 years ago
- bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 14 years ago
- ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 14 years ago
- 362ce37 (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
- e5720b9 (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
- e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 14 years ago
- 651e1a2 (Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
- b67cf16 (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
- 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 14 years ago
- 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
- 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
- c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 14 years ago
- d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 14 years ago
- f4542eb (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
- 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
- 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 14 years ago
- beb552c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
- 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
- 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
- 11ddc99 merge heads by Gregory P. Smith · 14 years ago
- ec075e6 merge heads by Gregory P. Smith · 14 years ago
- 873cab2 merge heads. by Gregory P. Smith · 14 years ago
- ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
- 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
- 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
- 79aa5bf Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
- 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
- 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago