1. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 14 years ago
  2. 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
  3. 2db5674 we want to generate /-separated paths setup.cfg files even under win32 by Tarek Ziade · 14 years ago
  4. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 14 years ago
  5. 91f0e34 fixed the way the cfg file markers values are split under win32 by Tarek Ziade · 14 years ago
  6. ec9b76d fixed the separator issues in packaging/resources+config by Tarek Ziade · 14 years ago
  7. 9444961 fixed a few mocking/cleanup issues in packaging test_util for win32 by Tarek Ziade · 14 years ago
  8. 9904b22 Close #12114: fix a potential deadlock in packaging.util._find_exe_version() by Victor Stinner · 14 years ago
  9. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 14 years ago
  10. bb00976 Fix another ResourceWarning in test_packaging. by Ezio Melotti · 14 years ago
  11. 2177ac9 Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method. by Ezio Melotti · 14 years ago
  12. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 14 years ago
  13. 86c54f0 Fix several ResourceWarnings in test_packaging. by Ezio Melotti · 14 years ago
  14. ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 14 years ago
  15. 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 14 years ago
  16. 4050c69 packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES by Victor Stinner · 14 years ago
  17. e1e3b12 fix packaging tests on Windows: use os.path.join() in glob patterns by Victor Stinner · 14 years ago
  18. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 14 years ago
  19. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 14 years ago
  20. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  21. f966803 packaging: fix the constructor of FakePopen by Victor Stinner · 14 years ago
  22. 8914fed fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str by Victor Stinner · 14 years ago
  23. 9999185 fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes by Victor Stinner · 14 years ago
  24. 9cf6d13 Issue #12112: fix the encoding of setup.py in the packaging module by Victor Stinner · 14 years ago
  25. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 14 years ago
  26. 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
  27. ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 14 years ago
  28. 2db2d3b removed unused method in packaging.create by Tarek Ziade · 14 years ago
  29. c336452 Issue #12112: packaging reads/writes metadata using UTF-8 by Victor Stinner · 14 years ago
  30. dd13dd4 Issue #12112: packaging reads and writes setup.cfg using UTF-8 by Victor Stinner · 14 years ago
  31. 4c9706b package: replace open(fn, 'w').close() by open(fn, 'wb').close() by Victor Stinner · 14 years ago
  32. 21a9c74 packaging: use with open() instead of try/finally: close by Victor Stinner · 14 years ago
  33. 0e3f3a7 fixed the path splitting by Tarek Ziade · 14 years ago
  34. fd88318 Issue #12115: skipping all tests that need threading under a threadless environment by Tarek Ziade · 14 years ago
  35. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 14 years ago
  36. 35de5ac packaging: don't use locale encoding to compute MD5 checksums by Victor Stinner · 14 years ago
  37. cd0f7bf Issue #12113: make sure generated module is not reused on a second run by Tarek Ziade · 14 years ago
  38. 311a2d1 make sure split() is called before the encoding by Tarek Ziade · 14 years ago
  39. 3b1a22a Issue #12109 fixing typo in packaging's test_command_upload_docs by Tarek Ziade · 14 years ago
  40. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 14 years ago
  41. 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
  42. 0d38f2e Skip test_smtpnet when ssl is not available by Antoine Pitrou · 14 years ago
  43. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
  44. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
  45. cc9ca22 Also protect ehlo() and quit() with the transient_internet() context manager by Antoine Pitrou · 14 years ago
  46. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 14 years ago
  47. ae8856f Ooops, add the missing file of the backport of commit 33543b4e0e5d from Python by Victor Stinner · 14 years ago
  48. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 14 years ago
  49. 5f3b1c4 (Merge 3.2) Issue #12096: Fix a race condition in by Victor Stinner · 14 years ago
  50. 3349bca Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch by Victor Stinner · 14 years ago
  51. 1cb08c3 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  52. 2b7ea91 Fix for issue 10154, merge from 3.2 by Ronald Oussoren · 14 years ago
  53. 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  54. 6edd8c1 (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  55. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  56. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 14 years ago
  57. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 14 years ago
  58. 362ce37 (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
  59. e5720b9 (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
  60. e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 14 years ago
  61. 82f4614 (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  62. 45323a8 (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  63. 272e243 Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  64. 651e1a2 (Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
  65. b67cf16 (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
  66. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 14 years ago
  67. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
  68. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
  69. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 14 years ago
  70. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 14 years ago
  71. 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
  72. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  73. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 14 years ago
  74. beb552c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  75. 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  76. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  77. 369f35a fix whitespace by Gregory P. Smith · 14 years ago
  78. a3221f8 fix whitespace by Gregory P. Smith · 14 years ago
  79. 11ddc99 merge heads by Gregory P. Smith · 14 years ago
  80. ec075e6 merge heads by Gregory P. Smith · 14 years ago
  81. 873cab2 merge heads. by Gregory P. Smith · 14 years ago
  82. ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  83. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  84. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  85. 79aa5bf Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  86. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  87. d365a7b Merge from 3.2 by Kurt B. Kaiser · 14 years ago
  88. 4b16ff2 Merge heads by Kurt B. Kaiser · 14 years ago
  89. f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  90. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  91. 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
  92. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
  93. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 14 years ago
  94. 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  95. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  96. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  97. 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 14 years ago
  98. 07352b0 Update __all__ and docstring. by Ezio Melotti · 14 years ago
  99. c3afbb9 Skip test in test_fileinput when zlib is missing. by Ezio Melotti · 14 years ago
  100. 6b89340 #7960: merge with 3.2. by Ezio Melotti · 14 years ago