Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport for Python 2.7 of issue 11715 support for building Python on | Barry Warsaw | 2011-04-07 | 1 | -0/+23 |
| | | | | multiarch Debian/Ubuntu. | ||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -2/+2 |
| | |||||
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Merged revisions 86040 via svnmerge from | Benjamin Peterson | 2010-10-31 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86040 | benjamin.peterson | 2010-10-31 11:38:19 -0500 (Sun, 31 Oct 2010) | 1 line typo ........ | ||||
* | Merged revisions 85744 via svnmerge from | Ronald Oussoren | 2010-10-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines Fix for issue #7473. Without this patch you'll get link errors in some extensions (in particular the _curses_panel) one when you try to build a 3-way universal framework when you previously installed a 2-way universal framework using the python.org installer. ........ | ||||
* | Merged revisions 84535 via svnmerge from | Ronald Oussoren | 2010-09-16 | 1 | -0/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84535 | ronald.oussoren | 2010-09-05 20:25:59 +0200 (Sun, 05 Sep 2010) | 2 lines Fix for issue9662, patch by Łukasz Langa in issue5504. ........ | ||||
* | Merged revisions 84584 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -1/+5 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84584 | antoine.pitrou | 2010-09-07 16:52:42 +0200 (mar., 07 sept. 2010) | 4 lines Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. ........ | ||||
* | Remove weakref from setup.py now that it is builtin. | Georg Brandl | 2010-08-21 | 1 | -1/+1 |
| | |||||
* | Fis issue5504: ctypes does now work with systems where mmap can't be | Thomas Heller | 2010-08-08 | 1 | -2/+1 |
| | | | | PROT_WRITE and PROT_EXEC. | ||||
* | Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails. | Stefan Krah | 2010-07-17 | 1 | -10/+12 |
| | | | | In that case, do not attempt to parse stderr output. | ||||
* | Two small fixes for the support for SDKs on MacOSX: | Ronald Oussoren | 2010-06-27 | 1 | -1/+2 |
| | | | | | | | | 1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment. | ||||
* | Detect missing ldd on all systems. | Stefan Krah | 2010-06-04 | 1 | -1/+2 |
| | |||||
* | Use compiler rather than compiler_obj. Thanks Michael Foord for noticing. | Stefan Krah | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | Issue #7384: If the system readline library is linked against ncurses, | Stefan Krah | 2010-06-03 | 1 | -19/+37 |
| | | | | | | | | the curses module must be linked against ncurses as well. Otherwise it is not safe to load both the readline and curses modules in an application. Thanks Thomas Dickey for answering questions about ncurses/ncursesw and readline! | ||||
* | Fix for issue #7724: ensure that distutils and python's own setup.py | Ronald Oussoren | 2010-06-03 | 1 | -21/+112 |
| | | | | | | | | | | honor the MacOSX SDK when one is specified. This is needed to be able to build using the 10.4u SDK while running on OSX 10.6. This is a fixed version of the patch in r80963, I've tested this patch on OSX and Linux. | ||||
* | Revert r80963 - it broke compilation everywhere | Antoine Pitrou | 2010-05-08 | 1 | -110/+21 |
| | |||||
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 1 | -21/+110 |
| | | | | | the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files. | ||||
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -45/+35 |
| | | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk. | ||||
* | - Build the ossaudio extension on GNU/kFreeBSD. | Matthias Klose | 2010-04-21 | 1 | -2/+3 |
| | |||||
* | setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. | Matthias Klose | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. | Matthias Klose | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Fix for issue 8066: readline should not be linked against libedit when the | Ronald Oussoren | 2010-03-08 | 1 | -1/+4 |
| | | | | deployment target is 10.4, libedit on 10.4 is too broken. | ||||
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 1 | -0/+2 |
| | |||||
* | reverted the usage of compiler_obj in Python's setup.py | Tarek Ziadé | 2010-03-05 | 1 | -39/+39 |
| | |||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -2/+2 |
| | |||||
* | Use `with` | Antoine Pitrou | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | Issue #7661: Allow ctypes to be built from a non-ASCII directory path. | Antoine Pitrou | 2010-01-13 | 1 | -5/+6 |
| | | | | Patch by Florent Xicluna. | ||||
* | make setup.py similar to py3k's when reporting on _hashlib as missing or not. | Gregory P. Smith | 2010-01-03 | 1 | -12/+14 |
| | |||||
* | Always compile the all versions of the hashlib algorithm modules when Python | Gregory P. Smith | 2010-01-02 | 1 | -5/+11 |
| | | | | | | | was compiled with Py_DEBUG defined. Otherwise the builtins are not compiled by default for many developers due to OpenSSL being present, making it easier for bugs to slip by. A future commit will add test code compare the behaviors of all implementations when they are all available. | ||||
* | allow --with-dbmliborder to specify that no dbm modules will be built #6491 | Benjamin Peterson | 2010-01-01 | 1 | -3/+5 |
| | |||||
* | use pkg-config to find the libffi headers when --with-system-ffi is used #6943 | Benjamin Peterson | 2010-01-01 | 1 | -1/+3 |
| | |||||
* | update expat comment | Benjamin Peterson | 2009-12-31 | 1 | -6/+6 |
| | |||||
* | add a --with-system-expat option to build pyexpat against the system's lib #7609 | Benjamin Peterson | 2009-12-31 | 1 | -11/+19 |
| | |||||
* | wrap long line | Benjamin Peterson | 2009-12-30 | 1 | -1/+2 |
| | |||||
* | only build the nis module when the headers are found #7589 | Benjamin Peterson | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Issue #7518: Move substitute definitions of C99 math functions from | Mark Dickinson | 2009-12-21 | 1 | -2/+2 |
| | | | | pymath.c to Modules/_math.c. | ||||
* | Add _math.h to math module dependencies in setup.py. | Mark Dickinson | 2009-12-17 | 1 | -0/+1 |
| | |||||
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -1/+1 |
| | | | | testing on Windows. | ||||
* | Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES | Mark Dickinson | 2009-11-28 | 1 | -1/+1 |
| | | | | | to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead. | ||||
* | Issue #7272: Add configure test to detect whether sem_open works | Mark Dickinson | 2009-11-20 | 1 | -1/+2 |
| | | | | | | properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing. | ||||
* | Ensure that _scproxy gets build even when --disable-toolbox-glue | Ronald Oussoren | 2009-10-08 | 1 | -9/+9 |
| | | | | is specified on OSX. Fixes a regression in 2.6.3. | ||||
* | Issue 6877: this patch makes it possible to link the readline extension | Ronald Oussoren | 2009-09-20 | 1 | -9/+9 |
| | | | | | | | | to the libedit emulation of the readline API on OSX 10.5 or later. This also adds a minimal testsuite for readline to check that the history manipuation functions have the same interface with both C libraries. | ||||
* | Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 | Ronald Oussoren | 2009-09-20 | 1 | -0/+11 |
| | |||||
* | MacOSX: detect the architectures supported by | Ronald Oussoren | 2009-09-15 | 1 | -13/+11 |
| | | | | | | | | | Tk.framework and build _tkinter only for those architectures. This replaces the hardcoded solution that is no longer valid now that 64-bit capable versions of Tk are available on OSX. | ||||
* | Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. | Guilherme Polo | 2009-08-16 | 1 | -2/+2 |
| | |||||
* | Fixed #6377: distutils compiler switch ignored (and added a deprecation ↵ | Tarek Ziadé | 2009-07-06 | 1 | -45/+49 |
| | | | | warning if compiler is not used as supposed = a string option) | ||||
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -4/+5 |
| | |||||
* | - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify | Matthias Klose | 2009-04-29 | 1 | -4/+5 |
| | | | | the order that backends for the dbm extension are checked. | ||||
* | - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify | Matthias Klose | 2009-04-29 | 1 | -33/+62 |
| | | | | the order that backends for the dbm extension are checked. |