1. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  2. 932c616 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  3. 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  4. b41c254 Correct long line by Jason R. Coombs · 11 years ago
  5. 9d78e41 Issue #19586: Update remaining deprecated assertions to their preferred usage. by Jason R. Coombs · 11 years ago
  6. 6f87a08 Update more usage of assertEqual by Jason R. Coombs · 11 years ago
  7. e9f0311 Use preferred assertEqual by Jason R. Coombs · 11 years ago
  8. 75c40ae Use preferred assertEqual form. Correct indentation. by Jason R. Coombs · 11 years ago
  9. cb37641 Issue #7408: Forward port limited test from Python 2.7, fixing failing buildbot tests on BSD-based platforms. by Jason R. Coombs · 11 years ago
  10. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  11. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  12. 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
  13. aa32779 Issue #19544, #6516: no need to catch AttributeError on import pwd/grp by Victor Stinner · 11 years ago
  14. 06afed0 Issue #19544 and Issue #6516: quick workaround for failing builds by Christian Heimes · 11 years ago
  15. 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
  16. 77796e4 Fix failing test incorrectly merged in b1244046f37a by Jason R. Coombs · 11 years ago
  17. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  18. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  19. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  20. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  21. bd26d86 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  22. 93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  23. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  24. bd61c3a Version bump for 3.4.0a4. by Larry Hastings · 11 years ago
  25. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  26. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  27. d92af0f Merge 3.4.0a3 release changes. by Larry Hastings · 11 years ago
  28. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  29. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  30. 61e10a5 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  31. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  32. 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
  33. 3a2d18b Version number bump for Python 3.4.0a2. by Larry Hastings · 11 years ago
  34. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  35. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  36. 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 11 years ago
  37. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  38. 61c3556 Issue #17177: Stop using imp in distutils by Brett Cannon · 11 years ago
  39. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  40. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  41. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  42. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  43. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  44. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  45. bfe36ec Bump to version 3.2.5. by Georg Brandl · 11 years ago
  46. f7520dc Fix uploadTestCase to work even when HTTPSConnection is not available. by Ezio Melotti · 11 years ago
  47. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 11 years ago
  48. 8bc7e31 Bump to 3.2.4. by Georg Brandl · 11 years ago
  49. d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 11 years ago
  50. b673d99 Bump to 3.2.4rc1. by Georg Brandl · 11 years ago
  51. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  52. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  53. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  54. 45c9704 use the HTTPS for pypi upload by Benjamin Peterson · 11 years ago
  55. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  56. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  57. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  58. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  59. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 11 years ago
  60. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  61. f011881 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  62. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  63. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  64. 981eec3 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  65. 9731330 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  66. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  67. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  68. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  69. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  70. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  71. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  72. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  73. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  74. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  75. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  76. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  77. 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  78. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  79. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  80. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  81. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  82. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  83. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  84. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  85. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  86. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  87. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  88. c7a5a76 Issue #15184: Some config variables in test_sysconfig_module by Ned Deily · 12 years ago
  89. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  90. 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
  91. 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
  92. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  93. fc20d77 Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 12 years ago
  94. 7d30b80 Issue #15315: Support VS 2010 in distutils cygwincompiler. by Martin v. Löwis · 12 years ago
  95. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  96. c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  97. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  98. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  99. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 12 years ago
  100. 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago