1. 643cb73 Allow multiple setup hooks in packaging’s setup.cfg files (#12240). by Éric Araujo · 13 years ago
  2. 8474f29 setup.cfg: Document that description-file can contain more than one file by Éric Araujo · 13 years ago
  3. 3605030 Fix assorted bugs in packaging.util.cfg_to_args (#11595). by Éric Araujo · 13 years ago
  4. 1c1d9a5 Move useful function to packaging.util. by Éric Araujo · 13 years ago
  5. df55334 Branch merge by Éric Araujo · 13 years ago
  6. fa6cfbc Don’t try to install something when running from uninstalled source (#12246). by Éric Araujo · 13 years ago
  7. ff9b5c7 null merge 3.2 (patch already applied to 3.3) by Victor Stinner · 13 years ago
  8. a136608 null merge 3.1 (patch already applied to 3.2) by Victor Stinner · 13 years ago
  9. e6eafa2 Issue #10801: Fix test_unicode_filenames() of test_zipfile by Victor Stinner · 13 years ago
  10. 7f294d1 Issue #8407: skip sigwait() tests if pthread_sigmask() is missing by Victor Stinner · 13 years ago
  11. 3a38a6d test_platform: ignore DeprecationWarning on popen() test by Victor Stinner · 13 years ago
  12. 4659166 Issue #8407: write error message on sigwait test failure by Victor Stinner · 13 years ago
  13. af49460 Issue #8407: Make signal.sigwait() tests more reliable by Victor Stinner · 13 years ago
  14. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  15. 2b61222 Clean up extra environment variable after packaging tests. by Éric Araujo · 13 years ago
  16. f53cd89 Fix omission in test for packaging install_distinfo command. by Éric Araujo · 13 years ago
  17. edd95dd Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  18. 5c6684f Packaging: use repr to display projects name (3ebabfbf6fe3 followup) by Éric Araujo · 13 years ago
  19. 10c30d6 Issue #8407: signal.sigwait() releases the GIL by Victor Stinner · 13 years ago
  20. 589f89e Removed a Windows 9x trick used before LoadLibraryExW. by Brian Curtin · 13 years ago
  21. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  22. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  23. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  24. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  25. bf353aa Merged upstream changes. by Vinay Sajip · 13 years ago
  26. ae5740f Made time formats in Formatter more configurable. by Vinay Sajip · 13 years ago
  27. f97c59a #10424: argument names are now included in the missing argument message by R David Murray · 13 years ago
  28. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  29. 8168d10 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. by Vinay Sajip · 13 years ago
  30. d9463b2 Merge 3.2 by Brian Curtin · 13 years ago
  31. 577a6af Merge doc fixes from 3.2 by Éric Araujo · 13 years ago
  32. 95d028f Correction to 88e318166eaf - Issue #11583 by Brian Curtin · 13 years ago
  33. f5949b5 The change done for #10645 deserves a NEWS entry by Éric Araujo · 13 years ago
  34. e00a670 Branch merge by Éric Araujo · 13 years ago
  35. e6792c1 Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645) by Éric Araujo · 13 years ago
  36. ebc991c Branch merge by Éric Araujo · 13 years ago
  37. c7f9f2b Document how to define extension modules in setup.cfg by Éric Araujo · 13 years ago
  38. a462a80 Fix incorrect nesting of sections in setup.cfg specification by Éric Araujo · 13 years ago
  39. 0a975f9 Fix example in packaging test_config. by Éric Araujo · 13 years ago
  40. 9a82eaa Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  41. 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  42. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  43. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  44. d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 13 years ago
  45. 4a5e5de Revert a reversed comparison order introduced in r70695. by Brett Cannon · 13 years ago
  46. 96deb75 Add links from builtins module docs to built-in functions and constants docs by Éric Araujo · 13 years ago
  47. df8ef02 Style change in packaging: use “not in” over “not x in”. by Éric Araujo · 13 years ago
  48. 46bdcf7 Packaging: always use repr to display project names. by Éric Araujo · 13 years ago
  49. ea888e0 Fix misunderstanding of how booleans work by Éric Araujo · 13 years ago
  50. 3cab2f1 Packaging cleanup: normalize print calls. by Éric Araujo · 13 years ago
  51. 04fc999 Packaging cleanup: remove use of script_name where obsolete by Éric Araujo · 13 years ago
  52. b805c47 Add examples that work on Windows to distutils docs (#1626300) by Éric Araujo · 13 years ago
  53. b8f2ad0 Remove outdated bit of advice (584f9c213a6d follow-up) by Éric Araujo · 13 years ago
  54. ef3062f Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon) by Éric Araujo · 13 years ago
  55. 313570a Branch merge: packaging fixes by Éric Araujo · 13 years ago
  56. 1752468 #12274: use proper escaping for % in IDLE config (merged from 3.2). by Łukasz Langa · 13 years ago
  57. 41c1910 #12274: use proper escaping for % in IDLE config. by Łukasz Langa · 13 years ago
  58. 3adba1f (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the by Victor Stinner · 13 years ago
  59. 62ec61f test.support: can_symlink() removes the temporary symbolic link by Victor Stinner · 13 years ago
  60. eb175c4 Remove a redundant assignment. by Brett Cannon · 13 years ago
  61. 5fac8af Checking if an unsigned long is < 0 is pointless. by Brett Cannon · 13 years ago
  62. a0b1ff5 Remove some extraneous parentheses and swap the comparison order to by Brett Cannon · 13 years ago
  63. c5011fe When building sqlite3, the directory where sqlite.h was found was by Brett Cannon · 13 years ago
  64. 149b1c7 Use a sleep for test_subprocess timeout test by Victor Stinner · 13 years ago
  65. 69cdf92 Fix UnboundLocalError in a finally block of one packaging test by Éric Araujo · 13 years ago
  66. 7373fcc Fix sdist to always include setup.cfg (#11092), to comply with the spec by Éric Araujo · 13 years ago
  67. 078368f Use strings instead of sets of lines in packaging.create tests. by Éric Araujo · 13 years ago
  68. de7563b Fix comment by Éric Araujo · 13 years ago
  69. 9808dac Update comments in sysconfig.cfg by Éric Araujo · 13 years ago
  70. fdeb8bf Fix documentation of requires-python field in setup.cfg (#11041) by Éric Araujo · 13 years ago
  71. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  72. 34b312e Whitespace normalization by Antoine Pitrou · 13 years ago
  73. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  74. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  75. e67b1ea Merge 3.2 by Éric Araujo · 13 years ago
  76. e77535c Branch merge by Éric Araujo · 13 years ago
  77. 5b52f95 Branch merge by Éric Araujo · 13 years ago
  78. 9f0df8b Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) by Éric Araujo · 13 years ago
  79. 8834568 Issue #12250: regrtest --timeout displays a warning instead of failing with an by Victor Stinner · 13 years ago
  80. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  81. 8480bc6 Drop claim about nasty problem. by Martin v. Löwis · 13 years ago
  82. 2d449aa Drop unfounded claims about performance. by Martin v. Löwis · 13 years ago
  83. f0cdbad always clear parser error by Benjamin Peterson · 13 years ago
  84. b58359c merge heads by Benjamin Peterson · 13 years ago
  85. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  86. a69ade8 Rephrase the section about spec versioning by Éric Araujo · 13 years ago
  87. 60533e0 Fix a few typos by Éric Araujo · 13 years ago
  88. 1cf8a32 Minor rework of the extensibility and acks sections by Éric Araujo · 13 years ago
  89. 8a4e7a9 Move a non-PEP 345 field at the end of the metadata fields list by Éric Araujo · 13 years ago
  90. 1389008 Make example of file inclusion in setupcfg more obvious by Éric Araujo · 13 years ago
  91. ed4fd70 Rephrase and update intro and syntax sections of setupcfg by Éric Araujo · 13 years ago
  92. 0300b5c Change reST targets in setup.cfg spec. by Éric Araujo · 13 years ago
  93. f0f9b22 Add a short table of contents to the setup.cfg spec. by Éric Araujo · 13 years ago
  94. d5d831b Update doctring now that Python has real booleans by Éric Araujo · 13 years ago
  95. e8583e9 Drop old UUIDs. by Martin v. Löwis · 13 years ago
  96. 40b408d merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  97. b8c6013 null merge by Martin v. Löwis · 13 years ago
  98. 63660ce merge:Do not add txt files twice by Martin v. Löwis · 13 years ago
  99. 721bb33 Add 3.1.4 UUIDs. by Martin v. Löwis · 13 years ago
  100. 4c226da Do not add txt files twice. by Martin v. Löwis · 13 years ago