- f1a1af2 Fix typo in bz2 module. by Nadeem Vawda · 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
- 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 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
- 19fb53c Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation by Victor Stinner · 14 years ago
- abf22b4 merge 3.2 by Benjamin Peterson · 14 years ago
- e6a0621 merge 3.1 by Benjamin Peterson · 14 years ago
- f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 14 years ago
- c728412 indicate return value on __dir__ methods by Benjamin Peterson · 14 years ago
- 1fdcf0e merge 3.2 by Benjamin Peterson · 14 years ago
- 17658a1 merge 3.1 by Benjamin Peterson · 14 years ago
- fbe56bb use '->' to indicate return values by Benjamin Peterson · 14 years ago
- 9b325b0 merge 3.2 by Benjamin Peterson · 14 years ago
- 48e21fc merge 3.1 by Benjamin Peterson · 14 years ago
- a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 14 years ago
- 247b52b Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
- cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
- 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
- 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 14 years ago
- 9bcfacd Issue #12167: packaging.tests.test_dist unloads the temporary module by Victor Stinner · 14 years ago
- 79d1b1c Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the by Victor Stinner · 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
- 25000d4 Issue #11377: platform.popen() emits a DeprecationWarning 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
- 17ec7cd merge 3.2 by Benjamin Peterson · 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
- 1dc5407 Clean-up example. by Raymond Hettinger · 14 years ago
- 4b244ef Clean-up example. by Raymond Hettinger · 14 years ago
- e1177d9 Issue #12125: fixed the failures under Solaris due to improper test cleanup. by Tarek Ziade · 14 years ago
- fabc308 fixed the cwd cleanup in packaging test_util by Tarek Ziade · 14 years ago
- eb64b61 make sure the cwd is restored on tearDown by Tarek Ziade · 14 years ago
- 7870bdf Issue #6501: os.device_encoding() returns None on Windows if the application by Victor Stinner · 14 years ago
- a1ae533 make sure build_dir.build_lib is synced to the faked build location by Tarek Ziade · 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
- 9b49304 Close #12153: faulthandler, mark stack_overflow() as static by Victor Stinner · 14 years ago
- a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 14 years ago
- 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 14 years ago
- abe38da merged by Martin v. Löwis · 14 years ago
- ad23420 Add 3.2.1rc2 uuid. by Martin v. Löwis · 14 years ago
- 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 14 years ago
- e5f9cbd skip more tests in packaging if threading is not supported by Tarek Ziade · 14 years ago
- a3c1545 not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7 by Tarek Ziade · 14 years ago
- 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 14 years ago
- 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 14 years ago
- 2bc55e4 Issue 10126 - backported distutils fix for the enable-share mode into packaging by Tarek Ziade · 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
- b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 14 years ago
- 203bdb3 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
- 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
- 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
- 70b3ee5 Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, by Ned Deily · 14 years ago
- 2c40f60 added the Content-Length header. that fixes the weird packaging.pypi.errors.HashDoesNotMatch errors by Tarek Ziade · 14 years ago
- 99d4623 deactivating one test under win32 for now by Tarek Ziade · 14 years ago
- cc243cc make sure the crawler can browse file-based indexes under win32 by Tarek Ziade · 14 years ago
- 76ad4f0 fixed the export symbols for the win32 linker by Tarek Ziade · 14 years ago
- 5edc31e skip the pypi upload doc test via https, if ssl is not available by Tarek Ziade · 14 years ago
- be20be1 use the same line terminator everywhere by Tarek Ziade · 14 years ago
- fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 14 years ago
- 89cc452 Simplify example by Raymond Hettinger · 14 years ago
- f9ca76f Simplify example by Raymond Hettinger · 14 years ago
- 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 14 years ago
- d079367 Set up branch to be rc2 next. by Georg Brandl · 14 years ago
- 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 14 years ago
- 4bdd9f3 fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module by Tarek Ziade · 14 years ago
- 2db5674 we want to generate /-separated paths setup.cfg files even under win32 by Tarek Ziade · 14 years ago
- 95c7c46 avoid a compiler warning. the compiler doesn't know that the static by Gregory P. Smith · 14 years ago
- 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 14 years ago
- 91f0e34 fixed the way the cfg file markers values are split under win32 by Tarek Ziade · 14 years ago
- ec9b76d fixed the separator issues in packaging/resources+config by Tarek Ziade · 14 years ago
- 9444961 fixed a few mocking/cleanup issues in packaging test_util for win32 by Tarek Ziade · 14 years ago
- 9904b22 Close #12114: fix a potential deadlock in packaging.util._find_exe_version() by Victor Stinner · 14 years ago
- 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 14 years ago
- bb00976 Fix another ResourceWarning in test_packaging. by Ezio Melotti · 14 years ago