1. eb175c4 Remove a redundant assignment. by Brett Cannon · 13 years ago
  2. 5fac8af Checking if an unsigned long is < 0 is pointless. by Brett Cannon · 13 years ago
  3. a0b1ff5 Remove some extraneous parentheses and swap the comparison order to by Brett Cannon · 13 years ago
  4. c5011fe When building sqlite3, the directory where sqlite.h was found was by Brett Cannon · 13 years ago
  5. 149b1c7 Use a sleep for test_subprocess timeout test by Victor Stinner · 13 years ago
  6. 69cdf92 Fix UnboundLocalError in a finally block of one packaging test by Éric Araujo · 13 years ago
  7. 7373fcc Fix sdist to always include setup.cfg (#11092), to comply with the spec by Éric Araujo · 13 years ago
  8. 078368f Use strings instead of sets of lines in packaging.create tests. by Éric Araujo · 13 years ago
  9. de7563b Fix comment by Éric Araujo · 13 years ago
  10. 9808dac Update comments in sysconfig.cfg by Éric Araujo · 13 years ago
  11. fdeb8bf Fix documentation of requires-python field in setup.cfg (#11041) by Éric Araujo · 13 years ago
  12. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  13. 34b312e Whitespace normalization by Antoine Pitrou · 13 years ago
  14. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  15. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  16. e67b1ea Merge 3.2 by Éric Araujo · 13 years ago
  17. e77535c Branch merge by Éric Araujo · 13 years ago
  18. 5b52f95 Branch merge by Éric Araujo · 13 years ago
  19. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  20. 8834568 Issue #12250: regrtest --timeout displays a warning instead of failing with an by Victor Stinner · 13 years ago
  21. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  22. 8480bc6 Drop claim about nasty problem. by Martin v. Löwis · 13 years ago
  23. 2d449aa Drop unfounded claims about performance. by Martin v. Löwis · 13 years ago
  24. f0cdbad always clear parser error by Benjamin Peterson · 13 years ago
  25. b58359c merge heads by Benjamin Peterson · 13 years ago
  26. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  27. a69ade8 Rephrase the section about spec versioning by Éric Araujo · 13 years ago
  28. 60533e0 Fix a few typos by Éric Araujo · 13 years ago
  29. 1cf8a32 Minor rework of the extensibility and acks sections by Éric Araujo · 13 years ago
  30. 8a4e7a9 Move a non-PEP 345 field at the end of the metadata fields list by Éric Araujo · 13 years ago
  31. 1389008 Make example of file inclusion in setupcfg more obvious by Éric Araujo · 13 years ago
  32. ed4fd70 Rephrase and update intro and syntax sections of setupcfg by Éric Araujo · 13 years ago
  33. 0300b5c Change reST targets in setup.cfg spec. by Éric Araujo · 13 years ago
  34. f0f9b22 Add a short table of contents to the setup.cfg spec. by Éric Araujo · 13 years ago
  35. d5d831b Update doctring now that Python has real booleans by Éric Araujo · 13 years ago
  36. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  37. 40b408d merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  38. b8c6013 null merge by Martin v. Löwis · 13 years ago
  39. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  40. 721bb33 Add 3.1.4 UUIDs. by Martin v. Löwis · 13 years ago
  41. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago
  42. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  43. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  44. e13e662 merge heads by Benjamin Peterson · 13 years ago
  45. f719957d only clear the parser error if it's set (closes #12264) by Benjamin Peterson · 13 years ago
  46. 4559383 Improve consistency in questions asked by packaging.create. by Éric Araujo · 13 years ago
  47. 8f66f61 Clean up packaging.create and add TODO notes for future cleanups by Éric Araujo · 13 years ago
  48. 18efecf Make help messages in packaging.run more consistent by Éric Araujo · 13 years ago
  49. 2ef747c Cleanup in packaging: don’t unnecessarily instantiate exceptions by Éric Araujo · 13 years ago
  50. 35a4d01 Improve a few docstrings in packaging. by Éric Araujo · 13 years ago
  51. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 13 years ago
  52. 70798be Remove unneeded executable bit on two distutils files by Éric Araujo · 13 years ago
  53. b4ef8f2 Branch merge by Éric Araujo · 13 years ago
  54. 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
  55. 823759e Add reST target for Doc/packaging/setupcfg by Éric Araujo · 13 years ago
  56. 088025f Use list constructor or built-in method instead of copy module by Éric Araujo · 13 years ago
  57. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  58. ba661a9 Add missing section of doc file lost among repositories and conversions by Éric Araujo · 13 years ago
  59. 4dfcb1a merge heads by Benjamin Peterson · 13 years ago
  60. 48deae1 some horrible preprocessing tricks to automatically update the tag by Benjamin Peterson · 13 years ago
  61. ab5fcc0 (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  62. f5048a4 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  63. 2bc6c2e (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  64. 5dfe3bb Issue #12016: Reindent decoders of HK and JP codecs by Victor Stinner · 13 years ago
  65. dd5be06 run autoconf by Benjamin Peterson · 13 years ago
  66. d8f3b85 remove AC_REVISION by Benjamin Peterson · 13 years ago
  67. 3622680 Point to new collections.abc module for collections ABCs by Éric Araujo · 13 years ago
  68. 07e58c3 Remove link that’s already present at the top of the file by Éric Araujo · 13 years ago
  69. 61c4372 Merge #12249 fix from 3.2 by Éric Araujo · 13 years ago
  70. 98e68ad Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe. by Éric Araujo · 13 years ago
  71. f90112e Fix reST label for collections ABCs. by Éric Araujo · 13 years ago
  72. 5d5bde1 Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  73. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  74. 3ca4db8 Merge. by Charles-François Natali · 13 years ago
  75. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  76. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  77. 22cc118 merge by Raymond Hettinger · 13 years ago
  78. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  79. acf71b8 Merge packaging doc fix by Éric Araujo · 13 years ago
  80. 55729fe Packaging doc: Add missing index file, improve main page description. by Éric Araujo · 13 years ago
  81. 8c86ecd Fix format of warnings from the packaging check command by Éric Araujo · 13 years ago
  82. 78af7d8 Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. by Éric Araujo · 13 years ago
  83. 721ccd0 added the generate-setup action by Tarek Ziade · 13 years ago
  84. ab24439 this documentation is now handled by all the new packaging contributors by Tarek Ziade · 13 years ago
  85. 0f6a732 merge by Raymond Hettinger · 13 years ago
  86. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  87. 5da37be Kill trailing whitespace by Éric Araujo · 13 years ago
  88. 3a9f58f Add documentation for the packaging module. by Éric Araujo · 13 years ago
  89. 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
  90. 5397c79 Merge 3.2 by Éric Araujo · 13 years ago
  91. 98b6592 Branch merge by Éric Araujo · 13 years ago
  92. c072516 Remove duplicate entry for Josip by Éric Araujo · 13 years ago
  93. affcf29 Branch merge by Éric Araujo · 13 years ago
  94. 25987d0 The compiler class for EMX was removed by Éric Araujo · 13 years ago
  95. 25d5737 Fix typos in class names by Éric Araujo · 13 years ago
  96. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  97. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
  98. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
  99. fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 13 years ago
  100. 197a59f merge 3.2 by Benjamin Peterson · 13 years ago