- 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 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
- 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
- 2177ac9 Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method. by Ezio Melotti · 14 years ago
- 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 14 years ago
- 86c54f0 Fix several ResourceWarnings in test_packaging. by Ezio Melotti · 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
- 4050c69 packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES by Victor Stinner · 14 years ago
- e1e3b12 fix packaging tests on Windows: use os.path.join() in glob patterns 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
- f966803 packaging: fix the constructor of FakePopen by Victor Stinner · 14 years ago
- 8914fed fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str by Victor Stinner · 14 years ago
- 9999185 fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes by Victor Stinner · 14 years ago
- 9cf6d13 Issue #12112: fix the encoding of setup.py in the packaging module 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
- ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 14 years ago
- 2db2d3b removed unused method in packaging.create by Tarek Ziade · 14 years ago
- c336452 Issue #12112: packaging reads/writes metadata using UTF-8 by Victor Stinner · 14 years ago
- dd13dd4 Issue #12112: packaging reads and writes setup.cfg using UTF-8 by Victor Stinner · 14 years ago
- 4c9706b package: replace open(fn, 'w').close() by open(fn, 'wb').close() by Victor Stinner · 14 years ago
- 21a9c74 packaging: use with open() instead of try/finally: close by Victor Stinner · 14 years ago
- 0e3f3a7 fixed the path splitting by Tarek Ziade · 14 years ago
- fd88318 Issue #12115: skipping all tests that need threading under a threadless environment by Tarek Ziade · 14 years ago
- cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 14 years ago
- 35de5ac packaging: don't use locale encoding to compute MD5 checksums by Victor Stinner · 14 years ago
- cd0f7bf Issue #12113: make sure generated module is not reused on a second run by Tarek Ziade · 14 years ago
- 311a2d1 make sure split() is called before the encoding by Tarek Ziade · 14 years ago
- 3b1a22a Issue #12109 fixing typo in packaging's test_command_upload_docs by Tarek Ziade · 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
- 1cb08c3 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
- 2b7ea91 Fix for issue 10154, merge from 3.2 by Ronald Oussoren · 14 years ago
- 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
- 6edd8c1 (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
- 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 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
- 82f4614 (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
- 45323a8 (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
- 272e243 Issue #11614: Fix importlib tests for the new __hello__ module 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
- 369f35a fix whitespace by Gregory P. Smith · 14 years ago
- a3221f8 fix whitespace by Gregory P. Smith · 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
- d365a7b Merge from 3.2 by Kurt B. Kaiser · 14 years ago
- 4b16ff2 Merge heads by Kurt B. Kaiser · 14 years ago
- f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
- dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
- 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
- 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
- 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 14 years ago
- 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
- 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
- 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
- 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 14 years ago
- 07352b0 Update __all__ and docstring. by Ezio Melotti · 14 years ago
- c3afbb9 Skip test in test_fileinput when zlib is missing. by Ezio Melotti · 14 years ago
- 6b89340 #7960: merge with 3.2. by Ezio Melotti · 14 years ago