1. 1f2bcd3 Don’t let invalid line in setup.cfg pass silently by Éric Araujo · 13 years ago
  2. c6d52ed Fix usage of bytes in packaging's bdist_wininst. by Éric Araujo · 13 years ago
  3. 030cfe2 Use bytes regex instead of decoding whole pages by Éric Araujo · 13 years ago
  4. c8f9c81 Fix usage of dry-run in packaging bdist_wininst and install_distinfo. by Éric Araujo · 13 years ago
  5. e6db7a3 Fix determination of Metadata version in packaging (#8933). by Éric Araujo · 13 years ago
  6. 6bbd775 Consolidate tests for packaging.metadata. by Éric Araujo · 13 years ago
  7. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  8. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  9. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  10. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  11. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  12. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  13. d4d8ae5 Issue #9561: packaging now writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  14. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  15. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  16. a404b49 Issue #12326: Remove plat-linux3 directory by Victor Stinner · 13 years ago
  17. b22d148 Branch merge by Éric Araujo · 13 years ago
  18. bcf99ac Branch merge by Éric Araujo · 13 years ago
  19. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  20. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  21. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  22. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  23. 0df6285 Branch merge by Éric Araujo · 13 years ago
  24. 17b288c Branch merge by Éric Araujo · 13 years ago
  25. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  26. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  27. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  28. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 13 years ago
  29. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  30. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  31. 9b20e27 Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a by Amaury Forgeot d'Arc · 13 years ago
  32. 02dd539 Issue #12764: Fix a crash in ctypes when the name of a Structure field is not by Amaury Forgeot d'Arc · 13 years ago
  33. 677dc71 Branch merge by Éric Araujo · 13 years ago
  34. d9e1789 Branch merge by Éric Araujo · 13 years ago
  35. 6c78de5 Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  36. 979482a Issue #12636: IDLE reads the coding cookie when executing a Python script. by Victor Stinner · 13 years ago
  37. 85c6772 IDLE: fix some RessourceWarning, reuse tokenize.open() by Victor Stinner · 13 years ago
  38. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  39. ae5af15 Minor: tweak docstrings and __all__ in packaging.tests.support by Éric Araujo · 13 years ago
  40. c15c88c Issue #12494: Close pipes and kill process on error in subprocess functions by Victor Stinner · 13 years ago
  41. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  42. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  43. 8dad187 Remove obsolete comment by Éric Araujo · 13 years ago
  44. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  45. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  46. 3b371cf #10454: a few edits to compileall help messages by Éric Araujo · 13 years ago
  47. 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  48. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  49. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  50. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  51. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  52. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  53. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  54. 5bb7345 Fix packaging command registry to let Windows machines find bdist_msi by Éric Araujo · 13 years ago
  55. cabca45 Branch merge by Éric Araujo · 13 years ago
  56. 7ec1928 Remove unused variable by Amaury Forgeot d'Arc · 13 years ago
  57. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  58. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  59. 3f184f5 Move help texts near to the function they’re related to by Éric Araujo · 13 years ago
  60. 61543b1 Fix typo I introduced in f93acf8844ec by Éric Araujo · 13 years ago
  61. dd2f8b0 Merge from 3.2: by Amaury Forgeot d'Arc · 13 years ago
  62. faecc38 Issue #11241: subclasses of ctypes.Array can now be subclassed. by Amaury Forgeot d'Arc · 13 years ago
  63. 326e189 Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  64. d9d67a6 Update list of trove classifiers to match PyPI by Éric Araujo · 13 years ago
  65. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  66. d15b768 Branch merge by Éric Araujo · 13 years ago
  67. caa745e Branch merge by Éric Araujo · 13 years ago
  68. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  69. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  70. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  71. 5e48c78 Remove display options (--name, etc.) from the Distribution class. by Éric Araujo · 13 years ago
  72. acddb38 Cleanup: move code out of a try block by Éric Araujo · 13 years ago
  73. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  74. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  75. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  76. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  77. fb63929 Print all fields when calling “pysetup metadata” without options. by Éric Araujo · 13 years ago
  78. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  79. b741313 Cleanup: use sys.version_info instead of convoluted hexversion lshifts by Éric Araujo · 13 years ago
  80. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  81. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  82. a5dba1a Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  83. 6b2e160 Provide a better diagnosis on socket errors by Antoine Pitrou · 13 years ago
  84. 2093730 Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. by Nick Coghlan · 13 years ago
  85. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  86. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  87. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  88. 3577c3c Branch merge by Éric Araujo · 13 years ago
  89. 2f24fda Branch merge by Éric Araujo · 13 years ago
  90. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 13 years ago
  91. 1329185 Minor code simplification by Éric Araujo · 13 years ago
  92. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 13 years ago
  93. bcf147c Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  94. 08e544e Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  95. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  96. f1961e8 Regenerate pydoc topics. by Georg Brandl · 13 years ago
  97. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  98. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  99. ced7eda Another (hopefully last) fix for test_packaging on Windws (#12678) by Éric Araujo · 13 years ago
  100. 0a95b43 Followup to cdc6c1b072a5: I forgot to "hg add" the test files by Antoine Pitrou · 13 years ago