1. 8914fed fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str by Victor Stinner · 14 years ago
  2. 9999185 fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes by Victor Stinner · 14 years ago
  3. 9cf6d13 Issue #12112: fix the encoding of setup.py in the packaging module by Victor Stinner · 14 years ago
  4. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 14 years ago
  5. 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
  6. ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 14 years ago
  7. 2db2d3b removed unused method in packaging.create by Tarek Ziade · 14 years ago
  8. c336452 Issue #12112: packaging reads/writes metadata using UTF-8 by Victor Stinner · 14 years ago
  9. dd13dd4 Issue #12112: packaging reads and writes setup.cfg using UTF-8 by Victor Stinner · 14 years ago
  10. 4c9706b package: replace open(fn, 'w').close() by open(fn, 'wb').close() by Victor Stinner · 14 years ago
  11. 21a9c74 packaging: use with open() instead of try/finally: close by Victor Stinner · 14 years ago
  12. 0e3f3a7 fixed the path splitting by Tarek Ziade · 14 years ago
  13. fd88318 Issue #12115: skipping all tests that need threading under a threadless environment by Tarek Ziade · 14 years ago
  14. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 14 years ago
  15. 35de5ac packaging: don't use locale encoding to compute MD5 checksums by Victor Stinner · 14 years ago
  16. cd0f7bf Issue #12113: make sure generated module is not reused on a second run by Tarek Ziade · 14 years ago
  17. 311a2d1 make sure split() is called before the encoding by Tarek Ziade · 14 years ago
  18. 3b1a22a Issue #12109 fixing typo in packaging's test_command_upload_docs by Tarek Ziade · 14 years ago
  19. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 14 years ago
  20. 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
  21. 0d38f2e Skip test_smtpnet when ssl is not available by Antoine Pitrou · 14 years ago
  22. 7a616f2 Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
  23. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
  24. cc9ca22 Also protect ehlo() and quit() with the transient_internet() context manager by Antoine Pitrou · 14 years ago
  25. e065020 Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support by Antoine Pitrou · 14 years ago
  26. 5f3b1c4 (Merge 3.2) Issue #12096: Fix a race condition in by Victor Stinner · 14 years ago
  27. 3349bca Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch by Victor Stinner · 14 years ago
  28. 1cb08c3 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  29. 2b7ea91 Fix for issue 10154, merge from 3.2 by Ronald Oussoren · 14 years ago
  30. 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  31. 6edd8c1 (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  32. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  33. bd3d5cf Skip some tests in the absence of multiprocessing. by Vinay Sajip · 14 years ago
  34. ce7c978 Skip some more tests in the absence of threading. by Vinay Sajip · 14 years ago
  35. 362ce37 (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
  36. e5720b9 (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't by Victor Stinner · 14 years ago
  37. e98f177 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore by Victor Stinner · 14 years ago
  38. 82f4614 (Merge 3.2) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  39. 45323a8 (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  40. 272e243 Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 14 years ago
  41. 651e1a2 (Merge 3.2) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
  42. b67cf16 (Merge 3.1) Issue #12057: Convert CJK encoding testcase BLOB into multiple text by Victor Stinner · 14 years ago
  43. 033a543 Issue #12057: Convert CJK encoding testcase BLOB into multiple text files by Victor Stinner · 14 years ago
  44. 118ed71 (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
  45. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
  46. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 14 years ago
  47. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 14 years ago
  48. 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
  49. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  50. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 14 years ago
  51. beb552c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  52. 760155c Merge: Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  53. 1161a9c Fix copy-paste mistake in new zlib test. by Nadeem Vawda · 14 years ago
  54. 369f35a fix whitespace by Gregory P. Smith · 14 years ago
  55. a3221f8 fix whitespace by Gregory P. Smith · 14 years ago
  56. 11ddc99 merge heads by Gregory P. Smith · 14 years ago
  57. ec075e6 merge heads by Gregory P. Smith · 14 years ago
  58. 873cab2 merge heads. by Gregory P. Smith · 14 years ago
  59. ccb33bf Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  60. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  61. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  62. 79aa5bf Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  63. 12c9d02 Fixes Issue #12059: Properly handle missing hash functions even when by Gregory P. Smith · 14 years ago
  64. d365a7b Merge from 3.2 by Kurt B. Kaiser · 14 years ago
  65. 4b16ff2 Merge heads by Kurt B. Kaiser · 14 years ago
  66. f369b81 Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  67. dfbe159 Issue #6378: Further adjust idle.bat to start associated Python by Kurt B. Kaiser · 14 years ago
  68. 905cca0 Merge fix for memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
  69. 154bdf9 Fix memory leaks in zlib.compress() and .decompress(). by Nadeem Vawda · 14 years ago
  70. 1b8a417 Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). by Nadeem Vawda · 14 years ago
  71. 9c405c4 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  72. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  73. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  74. 63db5b6 Merge with 3.2 and also remove captured_output from __all__ (see #7960). by Ezio Melotti · 14 years ago
  75. 07352b0 Update __all__ and docstring. by Ezio Melotti · 14 years ago
  76. c3afbb9 Skip test in test_fileinput when zlib is missing. by Ezio Melotti · 14 years ago
  77. 6b89340 #7960: merge with 3.2. by Ezio Melotti · 14 years ago
  78. e728d72 #7960: merge with 3.1. by Ezio Melotti · 14 years ago
  79. fc778fd #7960: fix docstrings for captured_output and captured_stdout. by Ezio Melotti · 14 years ago
  80. 32e3fdc #5723: merge with 3.2. by Ezio Melotti · 14 years ago
  81. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 14 years ago
  82. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  83. 4e03e9d Merge with 3.2. by Ezio Melotti · 14 years ago
  84. 3659f27 Merge with 3.1. by Ezio Melotti · 14 years ago
  85. fec3ad1 Change import_fresh_module to work with packages. by Ezio Melotti · 14 years ago
  86. c729c25 (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by by Victor Stinner · 14 years ago
  87. 252048c test_logging: extended time range for rollover test. by Vinay Sajip · 14 years ago
  88. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 14 years ago
  89. a171f9c test_logging: fixed bug in failure diagnostics. by Vinay Sajip · 14 years ago
  90. a552ca6 Issue #12068: Fix appears to have worked; added more diagnostics for rare failures. by Vinay Sajip · 14 years ago
  91. 672c581 Added diagnostics to test_logging, after reverting last change. by Vinay Sajip · 14 years ago
  92. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 14 years ago
  93. b89b31a Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  94. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  95. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  96. 30536d1 Merge from 3.2 by Kurt B. Kaiser · 14 years ago
  97. b00d0c4 Merge from 3.1 by Kurt B. Kaiser · 14 years ago
  98. 0a42982 Issue #11896: Save on Close failed despite selecting "Yes" in dialog. by Kurt B. Kaiser · 14 years ago
  99. 06c768a TimedTRotatingFileHandler test now improved to minimise chances of failure on very slow machines. by Vinay Sajip · 14 years ago
  100. 0ef3e39 normalize whitespace. by Gregory P. Smith · 14 years ago