1. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  2. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  3. 08c719e (Merge 3.2) Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  4. a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  5. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  6. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  7. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  8. 1dc5407 Clean-up example. by Raymond Hettinger · 13 years ago
  9. 4b244ef Clean-up example. by Raymond Hettinger · 13 years ago
  10. e1177d9 Issue #12125: fixed the failures under Solaris due to improper test cleanup. by Tarek Ziade · 13 years ago
  11. fabc308 fixed the cwd cleanup in packaging test_util by Tarek Ziade · 13 years ago
  12. eb64b61 make sure the cwd is restored on tearDown by Tarek Ziade · 13 years ago
  13. 7870bdf Issue #6501: os.device_encoding() returns None on Windows if the application by Victor Stinner · 13 years ago
  14. a1ae533 make sure build_dir.build_lib is synced to the faked build location by Tarek Ziade · 13 years ago
  15. d688170 Merge 3.2 by Victor Stinner · 13 years ago
  16. b43dd4b Merge 3.1 by Victor Stinner · 13 years ago
  17. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  18. cc6491a Issue #12105: test_posix, add the value of O_CLOEXEC in the error message by Victor Stinner · 13 years ago
  19. 9b49304 Close #12153: faulthandler, mark stack_overflow() as static by Victor Stinner · 13 years ago
  20. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  21. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 13 years ago
  22. abe38da merged by Martin v. Löwis · 13 years ago
  23. ad23420 Add 3.2.1rc2 uuid. by Martin v. Löwis · 13 years ago
  24. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  25. e5f9cbd skip more tests in packaging if threading is not supported by Tarek Ziade · 13 years ago
  26. a3c1545 not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7 by Tarek Ziade · 13 years ago
  27. 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 13 years ago
  28. 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 13 years ago
  29. 2bc55e4 Issue 10126 - backported distutils fix for the enable-share mode into packaging by Tarek Ziade · 13 years ago
  30. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  31. f738d33 Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  32. a98d26a Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  33. 3c18f25 regrtest: enable faulthandler in main() instead of if __name__ == '__main__': by Victor Stinner · 13 years ago
  34. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 13 years ago
  35. b042a3a Add 3.2.1rc2 uuid. by Martin v. Loewis · 13 years ago
  36. 203bdb3 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  37. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  38. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  39. 70b3ee5 Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, by Ned Deily · 13 years ago
  40. 2c40f60 added the Content-Length header. that fixes the weird packaging.pypi.errors.HashDoesNotMatch errors by Tarek Ziade · 13 years ago
  41. 99d4623 deactivating one test under win32 for now by Tarek Ziade · 13 years ago
  42. cc243cc make sure the crawler can browse file-based indexes under win32 by Tarek Ziade · 13 years ago
  43. 76ad4f0 fixed the export symbols for the win32 linker by Tarek Ziade · 13 years ago
  44. 5edc31e skip the pypi upload doc test via https, if ssl is not available by Tarek Ziade · 13 years ago
  45. be20be1 use the same line terminator everywhere by Tarek Ziade · 13 years ago
  46. fb2473f Merge 3.2.1rc1 release changes to default. by Georg Brandl · 13 years ago
  47. 89cc452 Simplify example by Raymond Hettinger · 13 years ago
  48. f9ca76f Simplify example by Raymond Hettinger · 13 years ago
  49. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  50. d079367 Set up branch to be rc2 next. by Georg Brandl · 13 years ago
  51. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  52. 4bdd9f3 fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module by Tarek Ziade · 13 years ago
  53. 2db5674 we want to generate /-separated paths setup.cfg files even under win32 by Tarek Ziade · 13 years ago
  54. 95c7c46 avoid a compiler warning. the compiler doesn't know that the static by Gregory P. Smith · 13 years ago
  55. 9ba8761 Added SSL test for HTTPHandler. by Vinay Sajip · 13 years ago
  56. 91f0e34 fixed the way the cfg file markers values are split under win32 by Tarek Ziade · 13 years ago
  57. ec9b76d fixed the separator issues in packaging/resources+config by Tarek Ziade · 13 years ago
  58. 9444961 fixed a few mocking/cleanup issues in packaging test_util for win32 by Tarek Ziade · 13 years ago
  59. 9904b22 Close #12114: fix a potential deadlock in packaging.util._find_exe_version() by Victor Stinner · 13 years ago
  60. 32565b6 Added SSL capability to TestHTTPServer. by Vinay Sajip · 13 years ago
  61. bb00976 Fix another ResourceWarning in test_packaging. by Ezio Melotti · 13 years ago
  62. 2ed7521 merge 3.2 by Benjamin Peterson · 13 years ago
  63. 619323c merge 3.1 by Benjamin Peterson · 13 years ago
  64. 2340986 this should actually be an IOError by Benjamin Peterson · 13 years ago
  65. a5a16bf merge heads by Benjamin Peterson · 13 years ago
  66. 7f071e6 merge 3.2 by Benjamin Peterson · 13 years ago
  67. c7dd737 merge 3.1 by Benjamin Peterson · 13 years ago
  68. 249b508 add example for not using access by Benjamin Peterson · 13 years ago
  69. 2177ac9 Fix more ResourceWarnings in test_packaging moving the join() and server_close() in the stop method. by Ezio Melotti · 13 years ago
  70. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  71. e724665 #12072: merge with 3.2. by Ezio Melotti · 13 years ago
  72. da5b852 #12072: merge with 3.1. by Ezio Melotti · 13 years ago
  73. 261d855 #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  74. 86c54f0 Fix several ResourceWarnings in test_packaging. by Ezio Melotti · 13 years ago
  75. ba8ef7a (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  76. 62a68f2 test_pydoc: skip PydocServerTest if thread support is disabled by Victor Stinner · 13 years ago
  77. 4050c69 packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMES by Victor Stinner · 13 years ago
  78. e1e3b1297 fix packaging tests on Windows: use os.path.join() in glob patterns by Victor Stinner · 13 years ago
  79. 21809a6 (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  80. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 13 years ago
  81. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 13 years ago
  82. f966803 packaging: fix the constructor of FakePopen by Victor Stinner · 13 years ago
  83. 8914fed fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str by Victor Stinner · 13 years ago
  84. 9999185 fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes by Victor Stinner · 13 years ago
  85. 9cf6d13 Issue #12112: fix the encoding of setup.py in the packaging module by Victor Stinner · 13 years ago
  86. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  87. cad648c Skip tests that require zlib in the packaging tests. Also add a requires_zlib decorator to test.support. by Ezio Melotti · 13 years ago
  88. ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 13 years ago
  89. 2db2d3b removed unused method in packaging.create by Tarek Ziade · 13 years ago
  90. c336452 Issue #12112: packaging reads/writes metadata using UTF-8 by Victor Stinner · 13 years ago
  91. dd13dd4 Issue #12112: packaging reads and writes setup.cfg using UTF-8 by Victor Stinner · 13 years ago
  92. 4c9706b package: replace open(fn, 'w').close() by open(fn, 'wb').close() by Victor Stinner · 13 years ago
  93. 21a9c74 packaging: use with open() instead of try/finally: close by Victor Stinner · 13 years ago
  94. 0e3f3a7 fixed the path splitting by Tarek Ziade · 13 years ago
  95. fd88318 Issue #12115: skipping all tests that need threading under a threadless environment by Tarek Ziade · 13 years ago
  96. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 13 years ago
  97. 35de5ac packaging: don't use locale encoding to compute MD5 checksums by Victor Stinner · 13 years ago
  98. cd0f7bf Issue #12113: make sure generated module is not reused on a second run by Tarek Ziade · 13 years ago
  99. 311a2d1 make sure split() is called before the encoding by Tarek Ziade · 13 years ago
  100. 3b1a22a Issue #12109 fixing typo in packaging's test_command_upload_docs by Tarek Ziade · 13 years ago