1. ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  2. 59a06d4 Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
  3. 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
  4. 7a15390 Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
  5. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  6. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  7. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 14 years ago
  8. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  9. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  10. ece7079 Branch merge by Éric Araujo · 14 years ago
  11. 1a1a8a0 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 14 years ago
  12. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 14 years ago
  13. c4a2745 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 14 years ago
  14. 777f2e0 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 14 years ago
  15. 0096fb5 Issue #7425: Prevent pydoc -k failures due to module import errors. by Ned Deily · 14 years ago
  16. ac6874c Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
  17. 1a96f8d Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
  18. 9ffcbf7 Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  19. e954ecb Branch merge by Éric Araujo · 14 years ago
  20. c9539d5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
  21. 41d663f Issue13073 - Address review comments and add versionchanged information in the docs. by Senthil Kumaran · 14 years ago
  22. 2710bc4 Fix typo and case in a recently added test by Éric Araujo · 14 years ago
  23. 09debc9 Avoid testing stuff that's been fixed in 2.7 on older Pythons by Antoine Pitrou · 14 years ago
  24. 561a821 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  25. ad349a1 Issue #12881: ctypes: Fix segfault with large structure field names. by Meador Inge · 14 years ago
  26. c8faf9b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  27. f06eb46 Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  28. 63c22fa Issue #7732: Fix a crash on importing a module if a directory has the same name by Victor Stinner · 14 years ago
  29. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 14 years ago
  30. 2156594 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 14 years ago
  31. f8413b2 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  32. c23484b Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  33. d256ca1 Close #13007: whichdb should recognize gdbm 1.9 magic numbers by Jesus Cea · 14 years ago
  34. 1549bac Issue #12935: Correct typo in findertools. by Ned Deily · 14 years ago
  35. 0d4c34c Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. by Senthil Kumaran · 14 years ago
  36. aa3af53 Remove trailing spaces by Amaury Forgeot d'Arc · 14 years ago
  37. 439c25e Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 14 years ago
  38. dcdc3ef Branch merge by Éric Araujo · 14 years ago
  39. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  40. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  41. 6faf907 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  42. 6f6016b Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  43. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 14 years ago
  44. e3a768b Issue #12326: Remove plat-linux3 directory by Victor Stinner · 14 years ago
  45. ab08da0 Branch merge by Éric Araujo · 14 years ago
  46. 8babfdf Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 14 years ago
  47. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  48. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  49. cf316a1 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 14 years ago
  50. 1fc2076 Remove obsolete comment by Éric Araujo · 14 years ago
  51. 2532f11 Clarify compileall command-line options (#10454). by Éric Araujo · 14 years ago
  52. a971df3 Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  53. 3d7f236 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 14 years ago
  54. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  55. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 14 years ago
  56. 0ad7358 Provide a better diagnosis on socket errors by Antoine Pitrou · 14 years ago
  57. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  58. 1bd3b9c Branch merge by Éric Araujo · 14 years ago
  59. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 14 years ago
  60. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 14 years ago
  61. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 14 years ago
  62. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 14 years ago
  63. 2a34eb3 Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid by Charles-François Natali · 14 years ago
  64. 8a9369b Update link to the decimal arithmetic specification. by Raymond Hettinger · 14 years ago
  65. 77657e4 Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown. by Antoine Pitrou · 14 years ago
  66. a1a8da8 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  67. cdaafe0 Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  68. 12682b1 #9200: backport tests but run them on wide builds only. by Ezio Melotti · 14 years ago
  69. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  70. 0429500 Add missing name in shutil.__all__ by Éric Araujo · 14 years ago
  71. a75039a #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 14 years ago
  72. 808cec5 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  73. 410024a Branch merge by Éric Araujo · 14 years ago
  74. 8605936 Fix resource leaks in test_subprocess. by Nadeem Vawda · 14 years ago
  75. e7329f4 Guard shutil._make_archive against a logger=None argument. by Éric Araujo · 14 years ago
  76. a8085d3 Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 14 years ago
  77. 100df0f Issue #12650: only run the tests on Unix. by Charles-François Natali · 14 years ago
  78. b02302c Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 14 years ago
  79. edfba82 The simplest possible fix for the regression in bug 12752 by encoding unicodes by Barry Warsaw · 14 years ago
  80. ea7b6f6 #12266: move the tests in test_unicode. by Ezio Melotti · 14 years ago
  81. 15d6b65 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 14 years ago
  82. 93e6a3d Remove the un-exercised in-module test code. by Senthil Kumaran · 14 years ago
  83. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 14 years ago
  84. 1381a31 #12677: correct turtle orientation in doc by Sandro Tosi · 14 years ago
  85. ef651ac whitespace fix. by Senthil Kumaran · 14 years ago
  86. 351950f Remove the old dead test program within the module in 2.7. by Senthil Kumaran · 14 years ago
  87. b5bd4c8 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 14 years ago
  88. 28696fe add svn+ssh testcase for urljoin. by Senthil Kumaran · 14 years ago
  89. 0df24c9 include svn+ssh as well. by Senthil Kumaran · 14 years ago
  90. f432aec Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 14 years ago
  91. 3427839 Branch merge by Éric Araujo · 14 years ago
  92. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  93. 01a3ee8 Backport 68b5f87566fb by Stefan Krah · 14 years ago
  94. 0db7f72 Branch merge by Éric Araujo · 14 years ago
  95. 498da2c Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 14 years ago
  96. 3facb8c running tests enables us to discover that they actually work by Benjamin Peterson · 14 years ago
  97. 23c2104 using test_support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 14 years ago
  98. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  99. 9a52830 Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 14 years ago
  100. fea8ac4 Branch merge by Éric Araujo · 14 years ago