1. bd61c3a Version bump for 3.4.0a4. by Larry Hastings · 11 years ago
  2. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  3. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  4. d92af0f Merge 3.4.0a3 release changes. by Larry Hastings · 11 years ago
  5. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  6. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  7. 61e10a5 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  8. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  9. 44719a7 Version bump to 3.4.0a3. by Larry Hastings · 11 years ago
  10. 3a2d18b Version number bump for Python 3.4.0a2. by Larry Hastings · 11 years ago
  11. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  12. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  13. 1f08c77 Bumped version to 3.4.0a1. by Larry Hastings · 11 years ago
  14. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  15. 61c3556 Issue #17177: Stop using imp in distutils by Brett Cannon · 11 years ago
  16. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  17. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  18. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  19. 88f4dd6 bump to 3.3.2 by Georg Brandl · 11 years ago
  20. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  21. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  22. f7520dc Fix uploadTestCase to work even when HTTPSConnection is not available. by Ezio Melotti · 12 years ago
  23. 9aa23c5 Bump to 3.3.1. by Georg Brandl · 12 years ago
  24. d08d0b1 Bump to 3.3.1rc1. by Georg Brandl · 12 years ago
  25. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  26. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  27. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago
  28. 45c9704 use the HTTPS for pypi upload by Benjamin Peterson · 12 years ago
  29. 469da97 #11420: merge with 3.3. by Ezio Melotti · 12 years ago
  30. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 12 years ago
  31. c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  32. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  33. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  34. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  35. f011881 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  36. 26f1166 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  37. 9d0add0 Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  38. 981eec3 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  39. 9731330 - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; by doko@python.org · 12 years ago
  40. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  41. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  42. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  43. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  44. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  45. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  46. bb7da03 Merge fixes for #13614, #13512 and #7719 from 3.3 by Éric Araujo · 12 years ago
  47. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 12 years ago
  48. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  49. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  50. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  51. 998b105 Closes #16116: Merged fix from 3.3. by Vinay Sajip · 12 years ago
  52. e87acc1 Issue #16116: Now uses corrected include and library paths when building C extensions in a venv. by Vinay Sajip · 12 years ago
  53. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 years ago
  54. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  55. c7dcd50 Bump version to 3.3.0 final. by Georg Brandl · 12 years ago
  56. 8506d35 Bump to 3.3.0rc3. by Georg Brandl · 12 years ago
  57. 02f66cb Bump to 3.3.0rc2. by Georg Brandl · 12 years ago
  58. 4ab4ec2 Bump to 3.3.0rc1. by Georg Brandl · 12 years ago
  59. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  60. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  61. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  62. c7a5a76 Issue #15184: Some config variables in test_sysconfig_module by Ned Deily · 12 years ago
  63. df8aa2b Issue #15184: Ensure consistent results of OS X configuration by Ned Deily · 12 years ago
  64. 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
  65. 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
  66. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  67. fc20d77 Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 12 years ago
  68. 7d30b80 Issue #15315: Support VS 2010 in distutils cygwincompiler. by Martin v. Löwis · 12 years ago
  69. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  70. c92448b Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  71. 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 12 years ago
  72. b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  73. d08cec6 Bump version to 3.3.0b1. by Georg Brandl · 12 years ago
  74. 555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 12 years ago
  75. cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  76. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 12 years ago
  77. ab45e68 Merge from 3.2 by Nick Coghlan · 12 years ago
  78. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 12 years ago
  79. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 12 years ago
  80. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  81. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  82. 401f9f3 Fix #13210. Port the Windows build from VS2008 to VS2010. by Brian Curtin · 12 years ago
  83. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 13 years ago
  84. a51497a Merge 3.2.3 release clone. by Georg Brandl · 13 years ago
  85. 4403601 Bump to 3.2.3 final. by Georg Brandl · 13 years ago
  86. 50af011 Bump to 3.3.0a2. by Georg Brandl · 13 years ago
  87. 3187749 Merge 3.2.3rc2 from release clone. by Georg Brandl · 13 years ago
  88. 226af70 Bump to 3.2.3rc2. by Georg Brandl · 13 years ago
  89. 00b41fc Merge 3.2 by Éric Araujo · 13 years ago
  90. a420c82 Backout buggy patch committed for #13719 by Éric Araujo · 13 years ago
  91. c53d624 Merge 3.2 by Éric Araujo · 13 years ago
  92. c3705d3 Fix NameError from #13719 fix by Éric Araujo · 13 years ago
  93. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  94. e413c06 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  95. 6c8850d Bump to 3.3.0a1. by Georg Brandl · 13 years ago
  96. 408026c Merge 3.2 by Éric Araujo · 13 years ago
  97. 845a772 Set archive format explicitly in one distutils test by Éric Araujo · 13 years ago
  98. c071a61 Merge 3.2 by Éric Araujo · 13 years ago
  99. 29b9255 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  100. 2e0a0e1 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago