587 Commits (4271dfd7815c05fd39b515c240050b3585bdfcd4)

Author SHA1 Message Date
Ned Deily 2910a7ba6b Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 14 years ago
doko@ubuntu.com 15bac0f4da - Issue #15235: Allow Berkley DB versions up to 5.3 to build the dbm module. 14 years ago
doko@ubuntu.com cc5addd3b6 - Issue #14330: Don't derive the include and library search dirs 14 years ago
doko@ubuntu.com 4c99071c9b - fix the OS X build failure, only try to remove the temporary file if it exists 14 years ago
Antoine Pitrou d06f9742db Try to fix compilation failure under OS X 14 years ago
doko@ubuntu.com 1abe1c5fe1 - Issue #14330: For cross builds, don't use host python, use host search paths 14 years ago
Matthias Klose e344eca3ff previous patch needs patch from issue #14330 14 years ago
doko@ubuntu.com 5884449539 - Issue #3754: Use readelf instead of ldd for the cross build readline check 14 years ago
Stefan Krah 3746aee905 Whitespace. 14 years ago
doko@ubuntu.com 93df16bb16 - Issue #3754, refactor sys.platform / get_platform bits, use a 14 years ago
Éric Araujo 859aad6a36 Remove packaging from the standard library. 14 years ago
Ned Deily 69192238ba Issue #14225: Fix Unicode support for curses (#12567) on OS X: 14 years ago
Nick Coghlan 970fcef84b Issue #15044: Handle Fedora 17's approach to ndbm compatibility (backport from 3.x) 14 years ago
Nick Coghlan 50f147a9be Issue #15044: Handle Fedora 17's approach to ndbm compatibility 14 years ago
Vinay Sajip 7ded1f0f69 Implemented PEP 405 (Python virtual environments). 14 years ago
Antoine Pitrou 019ff19c39 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. 14 years ago
Antoine Pitrou 23bba4ca39 Issue #11750: The Windows API functions scattered in the _subprocess and 14 years ago
Ross Lagerwall 0b63b5691c Be less verbose when building dbm. 14 years ago
Charles-François Natali 0d3db3a815 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. 14 years ago
Charles-François Natali 5739e102dd Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. 14 years ago
Ned Deily 458a6fbaa8 Issue #14463: Prevent _decimal.so compile failures in OS X installer builds. 14 years ago
Stefan Krah 60187b5ee5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. 14 years ago
Stefan Krah 1919b7e72b Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago
Victor Stinner 5d272cc6a2 Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec 14 years ago
Stefan Krah eb977dac9c Issue #14152: Restore the Include/*.h dependencies for extension builds. 14 years ago
Stefan Krah 9a2d99e28a - Issue #10181: New memoryview implementation fixes multiple ownership 14 years ago
Stefan Krah 4666ebd8fa Issue #14152: backport fix. 14 years ago
Nadeem Vawda 3ff069ebc6 Issue #6715: Add module for compression using the LZMA algorithm. 14 years ago
Victor Stinner aa35b00322 cleanup setup.py for curses options 14 years ago
Victor Stinner 756c6ecdc4 Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw 14 years ago
Victor Stinner e0be423297 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to 14 years ago
Éric Araujo 5e2d5df477 Improve Victor’s commit with cool new 2.5 idiom 14 years ago
Victor Stinner e67474725b Issue #12326: refactor usage of sys.platform 15 years ago
Victor Stinner 9c3de4a883 Issue #12326: don't test the major version of sys.platform 15 years ago
Nadeem Vawda 9e2e99097c Fix build error in _curses module when not using libncursesw. 15 years ago
Éric Araujo e6792c1e77 Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645) 15 years ago
Brett Cannon c5011fe227 When building sqlite3, the directory where sqlite.h was found was 15 years ago
Benjamin Peterson 8c6f88efa2 remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
Tarek Ziade 90fb9283fc promoted pysetup3 to a top-level script 15 years ago
Antoine Pitrou 87cf220972 Issue #11743: Rewrite multiprocessing connection classes in pure Python. 15 years ago
Barry Warsaw ffc9caf9fe Backport for Python 2.7 of issue 11715 support for building Python on 15 years ago
Barry Warsaw 88e194513e Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the 15 years ago
Barry Warsaw 5ca305a599 Issue 11715: Build extension modules on multiarch Debian and Ubuntu by 15 years ago
Antoine Pitrou 37dc5f85b8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 42da663e6f #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Sean Reifscheider e2dfefbe85 Issue #10924: Adding salt and Modular Crypt Format to crypt library. 15 years ago
Georg Brandl ff52f76019 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. 15 years ago