1. 69cdf92 Fix UnboundLocalError in a finally block of one packaging test by Éric Araujo · 13 years ago
  2. 7373fcc Fix sdist to always include setup.cfg (#11092), to comply with the spec by Éric Araujo · 13 years ago
  3. 078368f Use strings instead of sets of lines in packaging.create tests. by Éric Araujo · 13 years ago
  4. de7563b Fix comment by Éric Araujo · 13 years ago
  5. 9808dac Update comments in sysconfig.cfg by Éric Araujo · 13 years ago
  6. e77535c Branch merge by Éric Araujo · 13 years ago
  7. 8834568 Issue #12250: regrtest --timeout displays a warning instead of failing with an by Victor Stinner · 13 years ago
  8. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  9. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  10. d5d831b Update doctring now that Python has real booleans by Éric Araujo · 13 years ago
  11. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  12. e13e662 merge heads by Benjamin Peterson · 13 years ago
  13. f719957d only clear the parser error if it's set (closes #12264) by Benjamin Peterson · 13 years ago
  14. 4559383 Improve consistency in questions asked by packaging.create. by Éric Araujo · 13 years ago
  15. 8f66f61 Clean up packaging.create and add TODO notes for future cleanups by Éric Araujo · 13 years ago
  16. 18efecf Make help messages in packaging.run more consistent by Éric Araujo · 13 years ago
  17. 2ef747c Cleanup in packaging: don’t unnecessarily instantiate exceptions by Éric Araujo · 13 years ago
  18. 35a4d01 Improve a few docstrings in packaging. by Éric Araujo · 13 years ago
  19. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 13 years ago
  20. 70798be Remove unneeded executable bit on two distutils files by Éric Araujo · 13 years ago
  21. b4ef8f2 Branch merge by Éric Araujo · 13 years ago
  22. 7ce0fa8 Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 13 years ago
  23. 088025f Use list constructor or built-in method instead of copy module by Éric Araujo · 13 years ago
  24. ab5fcc0 (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  25. f5048a4 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  26. 5d5bde1 Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  27. 3ca4db8 Merge. by Charles-François Natali · 13 years ago
  28. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  29. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  30. 22cc118 merge by Raymond Hettinger · 13 years ago
  31. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  32. acf71b8 Merge packaging doc fix by Éric Araujo · 13 years ago
  33. 8c86ecd Fix format of warnings from the packaging check command by Éric Araujo · 13 years ago
  34. 78af7d8 Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. by Éric Araujo · 13 years ago
  35. 721ccd0 added the generate-setup action by Tarek Ziade · 13 years ago
  36. 98b6592 Branch merge by Éric Araujo · 13 years ago
  37. 25987d0 The compiler class for EMX was removed by Éric Araujo · 13 years ago
  38. 25d5737 Fix typos in class names by Éric Araujo · 13 years ago
  39. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  40. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
  41. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
  42. fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 13 years ago
  43. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  44. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  45. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  46. 1256a68 Re-add line that was mistakenly removed alongside RPM support. by Éric Araujo · 13 years ago
  47. 2082268 Issue #8407: test_signal doesn't check signal delivery order by Victor Stinner · 13 years ago
  48. 9deedf6 Re-apply distutils2 changes lost before the merge of packaging. by Éric Araujo · 13 years ago
  49. a94bdee Fix nonsensical name. by Éric Araujo · 13 years ago
  50. b4fefc8 Fix test name in debug message by Éric Araujo · 13 years ago
  51. e265597 code cleanup in packaging.run by Tarek Ziade · 13 years ago
  52. 5a5ce38 make sure we check for write access before starting the install, and add correct exit code by Tarek Ziade · 13 years ago
  53. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  54. 441531f improved pysetup list UI by Tarek Ziade · 13 years ago
  55. cccfd99 merge heads by Benjamin Peterson · 13 years ago
  56. 15ac311 add tests for negative with conjugate by Benjamin Peterson · 13 years ago
  57. 1eb6d27 (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  58. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  59. f47fa58 better UI when the user does not have the perms to remove the project by Tarek Ziade · 13 years ago
  60. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  61. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  62. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  63. 1cc9bbd fixed the test_uninstall patch by Tarek Ziade · 13 years ago
  64. 371df05 Issue 12218: Removing wsgiref.egg-info by Tarek Ziade · 13 years ago
  65. c6c5e04 merge heads by Benjamin Peterson · 13 years ago
  66. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  67. c8507bf use better naming scheme by Benjamin Peterson · 13 years ago
  68. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  69. b9c0987 displaying the faulty project name is a good idea by Tarek Ziade · 13 years ago
  70. 2da7565 removed spurious output by Tarek Ziade · 13 years ago
  71. b1b6e13 Cleaned up the installer output behavior. by Tarek Ziade · 13 years ago
  72. 43f289a cleanup packaging.database by Tarek Ziade · 13 years ago
  73. a17d888 a resource module for 2 functions is overkill. database is the right place for those by Tarek Ziade · 13 years ago
  74. 72e5865 Simplify line-oriented tests in test_bz2. by Nadeem Vawda · 13 years ago
  75. f3ecb83 Issue #1625: Add stream ordering test to test_bz2. by Nadeem Vawda · 13 years ago
  76. 07d291a Remove unused data from test_bz2. by Nadeem Vawda · 13 years ago
  77. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  78. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  79. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  80. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago
  81. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  82. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  83. c739066 Branch merge by Éric Araujo · 13 years ago
  84. 4b8f665 Branch merge by Éric Araujo · 13 years ago
  85. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  86. 7f9b37b Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C) by Éric Araujo · 13 years ago
  87. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  88. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  89. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  90. 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 13 years ago
  91. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  92. 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  93. c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  94. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  95. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  96. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  97. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  98. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  99. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  100. aeabd5f add some with syntax examples by Benjamin Peterson · 13 years ago