1. dd5be06 run autoconf by Benjamin Peterson · 13 years ago
  2. d8f3b85 remove AC_REVISION by Benjamin Peterson · 13 years ago
  3. 61c4372 Merge #12249 fix from 3.2 by Éric Araujo · 13 years ago
  4. 98e68ad Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. by Éric Araujo · 13 years ago
  5. f90112e Fix reST label for collections ABCs. by Éric Araujo · 13 years ago
  6. 5d5bde1 Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  7. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  8. 3ca4db8 Merge. by Charles-François Natali · 13 years ago
  9. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  10. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  11. 22cc118 merge by Raymond Hettinger · 13 years ago
  12. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  13. acf71b8 Merge packaging doc fix by Éric Araujo · 13 years ago
  14. 55729fe Packaging doc: Add missing index file, improve main page description. by Éric Araujo · 13 years ago
  15. 8c86ecd Fix format of warnings from the packaging check command by Éric Araujo · 13 years ago
  16. 78af7d8 Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. by Éric Araujo · 13 years ago
  17. 721ccd0 added the generate-setup action by Tarek Ziade · 13 years ago
  18. ab24439 this documentation is now handled by all the new packaging contributors by Tarek Ziade · 13 years ago
  19. 0f6a732 merge by Raymond Hettinger · 13 years ago
  20. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  21. 5da37be Kill trailing whitespace by Éric Araujo · 13 years ago
  22. 3a9f58f Add documentation for the packaging module. by Éric Araujo · 13 years ago
  23. a003af1 Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" by Charles-François Natali · 13 years ago
  24. 5397c79 Merge 3.2 by Éric Araujo · 13 years ago
  25. 98b6592 Branch merge by Éric Araujo · 13 years ago
  26. c072516 Remove duplicate entry for Josip by Éric Araujo · 13 years ago
  27. affcf29 Branch merge by Éric Araujo · 13 years ago
  28. 25987d0 The compiler class for EMX was removed by Éric Araujo · 13 years ago
  29. 25d5737 Fix typos in class names by Éric Araujo · 13 years ago
  30. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  31. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
  32. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
  33. fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 13 years ago
  34. 197a59f merge 3.2 by Benjamin Peterson · 13 years ago
  35. fdb2d90 merge 3.1 by Benjamin Peterson · 13 years ago
  36. 52e6144 return NULL on error by Benjamin Peterson · 13 years ago
  37. f17101a merge 3.2 by Benjamin Peterson · 13 years ago
  38. 5c2b09e be extra careful with a borrowed reference when the GIL could be released (closes #8578) by Benjamin Peterson · 13 years ago
  39. 2945a99 merge 3.2 by Benjamin Peterson · 13 years ago
  40. 2e3a38a demote this to a note by Benjamin Peterson · 13 years ago
  41. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  42. 9e3e1c6 merge 3.2 (#12221) by Benjamin Peterson · 13 years ago
  43. 0aa71f7 merge 3.1 (#12221) by Benjamin Peterson · 13 years ago
  44. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 13 years ago
  45. 87cdb81 run autoreconf by Benjamin Peterson · 13 years ago
  46. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  47. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  48. 0bb2991 add news note by Benjamin Peterson · 13 years ago
  49. 023f3a7 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  50. bc93a11 Close #12229: Remove an unused argument of _bufferedreader_peek_unlocked(), by Victor Stinner · 13 years ago
  51. 1256a68 Re-add line that was mistakenly removed alongside RPM support. by Éric Araujo · 13 years ago
  52. 2082268 Issue #8407: test_signal doesn't check signal delivery order by Victor Stinner · 13 years ago
  53. 5864b9f Fix markup: arguments in a class directive are __init__ arguments, not base classes by Éric Araujo · 13 years ago
  54. 9deedf6 Re-apply distutils2 changes lost before the merge of packaging. by Éric Araujo · 13 years ago
  55. a94bdee Fix nonsensical name. by Éric Araujo · 13 years ago
  56. b4fefc8 Fix test name in debug message by Éric Araujo · 13 years ago
  57. 9bcf8bf Fix error message to use the Python name instead of the C name by Éric Araujo · 13 years ago
  58. e265597 code cleanup in packaging.run by Tarek Ziade · 13 years ago
  59. 5a5ce38 make sure we check for write access before starting the install, and add correct exit code by Tarek Ziade · 13 years ago
  60. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  61. 441531f improved pysetup list UI by Tarek Ziade · 13 years ago
  62. 90fb928 promoted pysetup3 to a top-level script by Tarek Ziade · 13 years ago
  63. cccfd99 merge heads by Benjamin Peterson · 13 years ago
  64. 15ac311 add tests for negative with conjugate by Benjamin Peterson · 13 years ago
  65. 1eb6d27 (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  66. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  67. 4f1252d (Merge 3.2) Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  68. 19c5233 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 13 years ago
  69. 0c9f31b (Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling by Victor Stinner · 13 years ago
  70. 4f71101 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 13 years ago
  71. f47fa58 better UI when the user does not have the perms to remove the project by Tarek Ziade · 13 years ago
  72. 58ab766 Issue #12028: fix NEWS entry by Victor Stinner · 13 years ago
  73. f2a9421 Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error by Victor Stinner · 13 years ago
  74. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  75. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  76. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  77. ebbb3b7 Update the ACKS file with the packaging contributors by Alexis Metaireau · 13 years ago
  78. 1cc9bbd fixed the test_uninstall patch by Tarek Ziade · 13 years ago
  79. 371df05 Issue 12218: Removing wsgiref.egg-info by Tarek Ziade · 13 years ago
  80. c6c5e04 merge heads by Benjamin Peterson · 13 years ago
  81. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  82. c8507bf use better naming scheme by Benjamin Peterson · 13 years ago
  83. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  84. b9c0987 displaying the faulty project name is a good idea by Tarek Ziade · 13 years ago
  85. 2da7565 removed spurious output by Tarek Ziade · 13 years ago
  86. b1b6e13 Cleaned up the installer output behavior. by Tarek Ziade · 13 years ago
  87. 43f289a cleanup packaging.database by Tarek Ziade · 13 years ago
  88. a17d888 a resource module for 2 functions is overkill. database is the right place for those by Tarek Ziade · 13 years ago
  89. 72e5865 Simplify line-oriented tests in test_bz2. by Nadeem Vawda · 13 years ago
  90. f3ecb83 Issue #1625: Add stream ordering test to test_bz2. by Nadeem Vawda · 13 years ago
  91. 07d291a Remove unused data from test_bz2. by Nadeem Vawda · 13 years ago
  92. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  93. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  94. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  95. 65f7db3 merge 3.2 by Benjamin Peterson · 13 years ago
  96. 76450a9 merge 3.1 by Benjamin Peterson · 13 years ago
  97. bb11bb0 Added tag v3.1.4rc1 for changeset 32fcb9e94985 by Benjamin Peterson · 13 years ago
  98. 5f250fb update pydoc-topics by Benjamin Peterson · 13 years ago
  99. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 13 years ago
  100. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago