1. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  2. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  4. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  5. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  6. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  7. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  8. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  9. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  10. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  11. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  12. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  13. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  14. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  15. c7a5a76 Issue #15184: Some config variables in test_sysconfig_module by Ned Deily · 12 years ago
  16. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  17. 8cffdd9 Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch. by Vinay Sajip · 12 years ago
  18. 048b063 Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch. by Vinay Sajip · 12 years ago
  19. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  20. 7d30b80 Issue #15315: Support VS 2010 in distutils cygwincompiler. by Martin v. Löwis · 12 years ago
  21. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  22. c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  23. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  24. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  25. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 12 years ago
  26. 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  27. cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  28. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  29. ab45e68 Merge from 3.2 by Nick Coghlan · 12 years ago
  30. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 12 years ago
  31. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  32. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  33. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  34. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  35. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  36. a51497a Merge 3.2.3 release clone. by Georg Brandl · 12 years ago
  37. 4403601 Bump to 3.2.3 final. by Georg Brandl · 12 years ago
  38. 50af011 Bump to 3.3.0a2. by Georg Brandl · 12 years ago
  39. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 12 years ago
  40. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 12 years ago
  41. 00b41fc Merge 3.2 by Éric Araujo · 12 years ago
  42. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 12 years ago
  43. c53d624 Merge 3.2 by Éric Araujo · 12 years ago
  44. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 12 years ago
  45. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago
  46. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  47. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 12 years ago
  48. 408026c Merge 3.2 by Éric Araujo · 12 years ago
  49. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 12 years ago
  50. c071a61 Merge 3.2 by Éric Araujo · 12 years ago
  51. 29b9255 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  52. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  53. afe05bd Bump version to 3.2.3rc1. by Georg Brandl · 12 years ago
  54. a76eff7 Merge fix from 3.2 by Éric Araujo · 13 years ago
  55. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  56. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 13 years ago
  57. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  58. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 13 years ago
  59. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  60. 7347df1 Issue #13590: merge by Ned Deily · 13 years ago
  61. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  62. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
  63. cd2a603 Branch merge by Éric Araujo · 13 years ago
  64. f9b0255 merge by Ned Deily · 13 years ago
  65. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  66. 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  67. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  68. 2c5b688 MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  69. 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  70. 44acda4 MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  71. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  72. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  73. bbb0803 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  74. e7437a7 Ported some test cases from 2.7 for #11638 by Jason R. Coombs · 13 years ago
  75. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  76. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  77. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  78. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  79. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  80. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  81. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  82. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  83. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  84. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  85. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  86. c822f08 Merge #11751 from 3.2 by Éric Araujo · 13 years ago
  87. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  88. 67df285 Merge 3.2 by Éric Araujo · 13 years ago
  89. 5819dcc Add tests for Unicode handling in distutils’ check and register (#13114) by Éric Araujo · 13 years ago
  90. 04ea953 Fix docstring of distutils.util.byte_compile (followup for #11254) by Éric Araujo · 13 years ago
  91. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  92. fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 13 years ago
  93. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  94. db95c7a Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  95. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  96. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  97. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  98. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  99. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  100. bcf99ac Branch merge by Éric Araujo · 13 years ago