1. 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 12 years ago
  2. b8e280d Make packaging’ upload command work with bdist_msi products (#13719) by Éric Araujo · 12 years ago
  3. 4575afc Fix parsing of packaging’s build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  4. 9f90a73 Use sys.version_info instead of sys.version in packaging. by Éric Araujo · 13 years ago
  5. 5c69b66 Group commands by topic in “pysetup run --list-commands” output. by Éric Araujo · 13 years ago
  6. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  7. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  8. 438f21a Use more standard name for one option of packaging’s install_distinfo by Éric Araujo · 13 years ago
  9. a963e0d Undo potentially confusing name change in packaging. by Éric Araujo · 13 years ago
  10. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  11. 9ad81a3 Fix typo “seperate” by Éric Araujo · 13 years ago
  12. 4b5a5f7 More fixes for PEP 3147 compliance in packaging (#11254) by Éric Araujo · 13 years ago
  13. 8022314 Cleanup in packaging: super considered super by Éric Araujo · 13 years ago
  14. d139b99 Fix writing of the RESOURCES file by packaging (#12386) by Éric Araujo · 13 years ago
  15. dd2d55c Remove two unneeded attributes in packaging by Éric Araujo · 13 years ago
  16. 1cbd2ab Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code by Éric Araujo · 13 years ago
  17. 505f0eb Final bag of small changes coming from distutils2. by Éric Araujo · 13 years ago
  18. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  19. cc06ad1 Fix typo and wording by Éric Araujo · 13 years ago
  20. cc95dd8 Branch merge by Éric Araujo · 13 years ago
  21. 229011d Make a number of small changes to ease the backport to distutils2 by Éric Araujo · 13 years ago
  22. 7724a6c Packaging cleanup: remove conditionals for < 2.6 support. by Éric Araujo · 13 years ago
  23. 3ac4f59 The value is the dotted module name to the command class. by Jeremy Kloth · 13 years ago
  24. 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
  25. fb7d244 Remove obsolete comment (yes, build_ext supports C++) by Éric Araujo · 13 years ago
  26. c6d52ed Fix usage of bytes in packaging's bdist_wininst. by Éric Araujo · 13 years ago
  27. c8f9c81 Fix usage of dry-run in packaging bdist_wininst and install_distinfo. by Éric Araujo · 13 years ago
  28. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  29. 5bb7345 Fix packaging command registry to let Windows machines find bdist_msi by Éric Araujo · 13 years ago
  30. 61543b1 Fix typo I introduced in f93acf8844ec by Éric Araujo · 13 years ago
  31. b9fe54c Make bdist_* commands respect --skip-build passed to bdist (#10946). by Éric Araujo · 13 years ago
  32. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  33. acddb38 Cleanup: move code out of a try block by Éric Araujo · 13 years ago
  34. b741313 Cleanup: use sys.version_info instead of convoluted hexversion lshifts by Éric Araujo · 13 years ago
  35. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  36. ba9b268 Minor cleanup by Éric Araujo · 13 years ago
  37. 7b0908a Make TypeError message from Command.__init__ more useful by Éric Araujo · 13 years ago
  38. ce5fe83 Factor out code used by packaging commands for HTTP requests (#12169). by Éric Araujo · 13 years ago
  39. b6be20c Packaging: remove last mentions and uses of setup.py in the code. by Éric Araujo · 13 years ago
  40. 7373fcc Fix sdist to always include setup.cfg (#11092), to comply with the spec by Éric Araujo · 13 years ago
  41. 8c86ecd Fix format of warnings from the packaging check command by Éric Araujo · 13 years ago
  42. 1256a68 Re-add line that was mistakenly removed alongside RPM support. by Éric Araujo · 13 years ago
  43. 9deedf6 Re-apply distutils2 changes lost before the merge of packaging. by Éric Araujo · 13 years ago
  44. 2bc55e4 Issue 10126 - backported distutils fix for the enable-share mode into packaging by Tarek Ziade · 13 years ago
  45. 76ad4f0 fixed the export symbols for the win32 linker by Tarek Ziade · 13 years ago
  46. be20be1 use the same line terminator everywhere by Tarek Ziade · 13 years ago
  47. 4c9706b package: replace open(fn, 'w').close() by open(fn, 'wb').close() by Victor Stinner · 13 years ago
  48. 21a9c74 packaging: use with open() instead of try/finally: close by Victor Stinner · 13 years ago
  49. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 13 years ago
  50. 35de5ac packaging: don't use locale encoding to compute MD5 checksums by Victor Stinner · 13 years ago
  51. 1231a4e initial import of the packaging package in the standard library by Tarek Ziade · 13 years ago