1. 4c99071 - fix the OS X build failure, only try to remove the temporary file if it exists by doko@ubuntu.com · 12 years ago
  2. 7f7902c Merge by Antoine Pitrou · 12 years ago
  3. d06f974 Try to fix compilation failure under OS X by Antoine Pitrou · 12 years ago
  4. 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
  5. e344eca previous patch needs patch from issue #14330 by Matthias Klose · 12 years ago
  6. fe39bd1 - merge branches by Matthias Klose · 12 years ago
  7. 5884449 - Issue #3754: Use readelf instead of ldd for the cross build readline check by doko@ubuntu.com · 12 years ago
  8. 3746aee Whitespace. by Stefan Krah · 12 years ago
  9. 93df16b - Issue #3754, refactor sys.platform / get_platform bits, use a by doko@ubuntu.com · 12 years ago
  10. 859aad6 Remove packaging from the standard library. by Éric Araujo · 12 years ago
  11. 6919223 Issue #14225: Fix Unicode support for curses (#12567) on OS X: by Ned Deily · 12 years ago
  12. 2b3eb0d Merge from 3.2. (Issue #15044: Handle Fedora 17's approach to ndbm compatibility) by Nick Coghlan · 12 years ago
  13. 50f147a Issue #15044: Handle Fedora 17's approach to ndbm compatibility by Nick Coghlan · 12 years ago
  14. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  15. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 12 years ago
  16. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  17. 0b63b56 Be less verbose when building dbm. by Ross Lagerwall · 12 years ago
  18. 515ea9b Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  19. 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  20. 458a6fb Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. by Ned Deily · 12 years ago
  21. 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 12 years ago
  22. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  23. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  24. 0a971f1 Issue #14152: Merge fix from 3.2. by Stefan Krah · 12 years ago
  25. eb977da Issue #14152: Restore the Include/*.h dependencies for extension builds. by Stefan Krah · 12 years ago
  26. 9a2d99e - Issue #10181: New memoryview implementation fixes multiple ownership by Stefan Krah · 12 years ago
  27. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 12 years ago
  28. aa35b00 cleanup setup.py for curses options by Victor Stinner · 12 years ago
  29. 756c6ec Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw by Victor Stinner · 12 years ago
  30. 63d096d Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 8 years ago
  31. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  32. 5e2d5df Improve Victor’s commit with cool new 2.5 idiom by Éric Araujo · 13 years ago
  33. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  34. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  35. 9e2e990 Fix build error in _curses module when not using libncursesw. by Nadeem Vawda · 13 years ago
  36. e6792c1 Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645) by Éric Araujo · 13 years ago
  37. c5011fe When building sqlite3, the directory where sqlite.h was found was by Brett Cannon · 13 years ago
  38. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  39. 90fb928 promoted pysetup3 to a top-level script by Tarek Ziade · 13 years ago
  40. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  41. cece8cf Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  42. 9b5ac3e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  43. 88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the by Barry Warsaw · 13 years ago
  44. 59c8ac7 Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  45. 3178b7d Issue 11715: Merge multiarch fix from 3.1 branch. by Barry Warsaw · 13 years ago
  46. 5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by by Barry Warsaw · 13 years ago
  47. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  48. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  49. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  50. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  51. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  52. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  53. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  54. e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 13 years ago
  55. ff52f76 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. by Georg Brandl · 13 years ago
  56. 8c30a71 Silence compile error by Antoine Pitrou · 13 years ago
  57. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  58. 34520cd Roumen Petrov's fix for when all paths are absolute. (Issue 10520) by Barry Warsaw · 13 years ago
  59. 55aa2f3 Merged revisions 85645 via svnmerge from by Matthias Klose · 13 years ago
  60. 807bd0a Put /usr/local paths after the relative paths in library_dirs and by Barry Warsaw · 14 years ago
  61. 076ed00 add --enable-loadable-sqlite-extensions #10268 by Benjamin Peterson · 14 years ago
  62. c73206c typo by Benjamin Peterson · 14 years ago
  63. 9f5db07 Make file handing in setup.py more robust by using context managers to properly by Brett Cannon · 14 years ago
  64. 7e7dbab Merged revisions 85744 via svnmerge from by Ronald Oussoren · 14 years ago
  65. f3500e1 Fix for issue #7473. by Ronald Oussoren · 14 years ago
  66. 8690ae5 - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. by Matthias Klose · 14 years ago
  67. 07f62a7 Merged revisions 74473,79974 via svnmerge from by Antoine Pitrou · 14 years ago
  68. b82489d setup.py was trying to build _weakref which is redundant as it's a built-in by Brett Cannon · 14 years ago
  69. 15db144 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  70. a300007 Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 14 years ago
  71. 2decf22 Fix for issue9662, patch by Łukasz Langa in issue5504. by Ronald Oussoren · 14 years ago
  72. 327fd40 Workaround PEP 3149 build problems. by Antoine Pitrou · 14 years ago
  73. 7311729 Fix builds with builddir != srcdir, introduced in r83988. by Matthias Klose · 14 years ago
  74. e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
  75. e647b47 Fix buildbot issues due to _ctypes failing to compile in 3.1. by Antoine Pitrou · 14 years ago
  76. 5c87c1a Fix Issue9545 - Adding _collections to static build. by Senthil Kumaran · 14 years ago
  77. 51d19cf Merged revisions 83837,83841 via svnmerge from by Thomas Heller · 14 years ago
  78. 864cc67 Fix issue5504: ctypes does now work with systems where mmap can't be by Thomas Heller · 14 years ago
  79. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  80. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  81. 61f5f01 Merged revisions 82927 via svnmerge from by Stefan Krah · 14 years ago
  82. f4e7a35 Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails. by Stefan Krah · 14 years ago
  83. 0f2985c Merged revisions 82273 via svnmerge from by Ronald Oussoren · 14 years ago
  84. dc969e5 Merged revisions 82272 via svnmerge from by Ronald Oussoren · 14 years ago
  85. d95a586 Issue #9012: "Separate compilation of time and datetime modules." by Alexander Belopolsky · 14 years ago
  86. b0434fc Issue #7384: If the system readline library is linked against by Stefan Krah · 14 years ago
  87. 095b273 Issue #7384: If the system readline library is linked against ncurses, by Stefan Krah · 14 years ago
  88. d3f1503 Merged revisions 81673 via svnmerge from by Ronald Oussoren · 14 years ago
  89. 2c12ab1 Merged revisions 81662 via svnmerge from by Ronald Oussoren · 14 years ago
  90. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  91. 4c4b078 Merged revisions 80322 via svnmerge from by Matthias Klose · 14 years ago
  92. 5a204fe Merged revisions 80320 via svnmerge from by Matthias Klose · 14 years ago
  93. 218cc58 Merged revisions 80198 via svnmerge from by Ronald Oussoren · 14 years ago
  94. 8415120 For for issue #7154: Port the code that uses by Ronald Oussoren · 14 years ago
  95. 9550aa1 - Issue #6949: Allow the _dbm extension to be built with db 4.8.x. by Matthias Klose · 14 years ago
  96. fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 14 years ago
  97. 961683a Merged revisions 78784 via svnmerge from by Ronald Oussoren · 14 years ago
  98. f9cee22 Merged new pysqlite version 2.6.0 from trunk. by Gerhard Häring · 14 years ago
  99. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  100. 72f4d64 Note: I'm merging these changes out of consistency, but they don't seem by Antoine Pitrou · 14 years ago