1. 1cbd2ab Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code by Éric Araujo · 13 years ago
  2. becf1c5 Branch merge by Éric Araujo · 13 years ago
  3. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  4. b1e5d59 Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa). by Ross Lagerwall · 13 years ago
  5. 28df8de Make regrtest look at internal dicts in sysconfig. by Éric Araujo · 13 years ago
  6. 505f0eb Final bag of small changes coming from distutils2. by Éric Araujo · 13 years ago
  7. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  8. f30b5ae Replace cmp function with key function by Éric Araujo · 13 years ago
  9. cc06ad1 Fix typo and wording by Éric Araujo · 13 years ago
  10. cc95dd8 Branch merge by Éric Araujo · 13 years ago
  11. 229011d Make a number of small changes to ease the backport to distutils2 by Éric Araujo · 13 years ago
  12. 4147945 Fix fallback base class when tests run without threading by Éric Araujo · 13 years ago
  13. ddd2d70 Merge example fix from 3.2. by Georg Brandl · 13 years ago
  14. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  15. 902e895 merge doc fixes from 3.2 by Georg Brandl · 13 years ago
  16. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  17. 7554606 Fix typo. by Georg Brandl · 13 years ago
  18. 0cfb81d Use a local name (it was intended to be used but overlooked). by Éric Araujo · 13 years ago
  19. 7724a6c Packaging cleanup: remove conditionals for < 2.6 support. by Éric Araujo · 13 years ago
  20. e30186b Issue #12765: Fix packaging.test.test_database failures on OS X due by Ned Deily · 13 years ago
  21. 9561d7c import.c: remove now useless arbitrary limit by Victor Stinner · 13 years ago
  22. 84b8e40 Merge 3.2: Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  23. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  24. 37ccd6f Fix packaging.database.Distribution.list_distinfo_files (#12785). by Éric Araujo · 13 years ago
  25. 86ca04c Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  26. 7974642 Issue #9871: Prevent IDLE 3 crash when given byte stings by Ned Deily · 13 years ago
  27. 02ba6c2 merge heads by Benjamin Peterson · 13 years ago
  28. 9428d53 only compile xattrs on glibc (closes #12720) by Benjamin Peterson · 13 years ago
  29. 66611c5 Merge fix for issue #11149. by Stefan Krah · 13 years ago
  30. 962055d Issue #11149: recent versions of clang require the -fwrapv flag. by Stefan Krah · 13 years ago
  31. b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
  32. 3ac4f59 The value is the dotted module name to the command class. by Jeremy Kloth · 13 years ago
  33. e012c02 merge from 3.2 by Senthil Kumaran · 13 years ago
  34. d71bbf9 Fix issue12938 - Update the docstring of html.escape. Include the information on single quote. by Senthil Kumaran · 13 years ago
  35. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  36. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  37. 88354ed Remove trailing spaces by Amaury Forgeot d'Arc · 13 years ago
  38. 65604b5 Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  39. bbe46d6 Issue #12483: ctypes: Fix a crash when the destruction of a callback by Amaury Forgeot d'Arc · 13 years ago
  40. aa2b442 Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them. by Jeremy Kloth · 13 years ago
  41. 4c3124c Merge 3.2 by Éric Araujo · 13 years ago
  42. faabef5 Branch merge by Éric Araujo · 13 years ago
  43. 1d7deaf Branch merge by Éric Araujo · 13 years ago
  44. cde6576 Remove unneeded --all option of “pysetup list”. by Éric Araujo · 13 years ago
  45. 2d78a87 Merge fix for issue #12963. by Stefan Krah · 13 years ago
  46. b77c6c6 Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases. by Stefan Krah · 13 years ago
  47. 1c82a14 Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented... by Nadeem Vawda · 13 years ago
  48. 7cd4f20 Terminology fix: .gz and .bz2 are not archive formats. by Nadeem Vawda · 13 years ago
  49. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  50. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  51. c92f622 add ChainMap to __all__ (closes #12959) by Benjamin Peterson · 13 years ago
  52. 647ef8c Wrap pydoc output under 80 characters by Éric Araujo · 13 years ago
  53. fb7d244 Remove obsolete comment (yes, build_ext supports C++) by Éric Araujo · 13 years ago
  54. 1f2bcd3 Don’t let invalid line in setup.cfg pass silently by Éric Araujo · 13 years ago
  55. c6d52ed Fix usage of bytes in packaging's bdist_wininst. by Éric Araujo · 13 years ago
  56. 030cfe2 Use bytes regex instead of decoding whole pages by Éric Araujo · 13 years ago
  57. c8f9c81 Fix usage of dry-run in packaging bdist_wininst and install_distinfo. by Éric Araujo · 13 years ago
  58. d964ee9 #12940: merge with 3.2. by Ezio Melotti · 13 years ago
  59. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 13 years ago
  60. e6db7a3 Fix determination of Metadata version in packaging (#8933). by Éric Araujo · 13 years ago
  61. 6bbd775 Consolidate tests for packaging.metadata. by Éric Araujo · 13 years ago
  62. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  63. 9af32cc NEWS by Jesus Cea · 13 years ago
  64. aaa8991 NEWS by Jesus Cea · 13 years ago
  65. 76ae3a3 MERGE: Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  66. ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  67. bbd8bec Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
  68. 54b0149 Typo by Jesus Cea · 13 years ago
  69. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  70. 9c82227 Yet another fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  71. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  72. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  73. f2cb4e8 Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies by Jesus Cea · 13 years ago
  74. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  75. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  76. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  77. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  78. 46a9d62 Merge 3.2 by Éric Araujo · 13 years ago
  79. eb933de Fix current name of the Python 3 binary on Unix (#12896). by Éric Araujo · 13 years ago
  80. 9e3e70b Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write by Larry Hastings · 13 years ago
  81. d169fdc Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 by Victor Stinner · 13 years ago
  82. 14d098d Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 by Victor Stinner · 13 years ago
  83. 3d5881e Issue #12909: Make PyLong_As* functions consistent in their use of exceptions. by Nadeem Vawda · 13 years ago
  84. 425fcd3 Issue #12929: faulthandler now uses char* for arithmetic on pointers by Victor Stinner · 13 years ago
  85. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  86. e0afb16 Closes #12906: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  87. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  88. 2825c0b merge 3.2 by Benjamin Peterson · 13 years ago
  89. 388c0e2 merge heads by Benjamin Peterson · 13 years ago
  90. 7f55560 merge heads by Benjamin Peterson · 13 years ago
  91. 6d8f744 merge 3.2 (#1616) by Benjamin Peterson · 13 years ago
  92. f22913b cast to getter by Benjamin Peterson · 13 years ago
  93. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  94. 5c9a8d0 Minor grammar fix. by Brett Cannon · 13 years ago
  95. f955eb2 Merge 3.2: Fix PyUnicode_AsWideCharString() doc by Victor Stinner · 13 years ago
  96. d88d983 Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character by Victor Stinner · 13 years ago
  97. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  98. d4d8ae5 Issue #9561: packaging now writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  99. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  100. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago