summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-081-15/+49
| | | | | | | | the need for the out-of-tree universal binary support that was used to build the 2.4.3 installer. Missing here relative to that tree are some changes to IDLE, IMHO those patches aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE.
* [Patch #1464056] Ensure that we use the panelw library when linking with ↵Andrew M. Kuchling2006-08-071-2/+6
| | | | ncursesw
* Mechanical whitespace normalization.Tim Peters2006-03-231-1/+1
|
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-111-1/+8
|
* Find bdb4 correctly on gentoo systems (this matches head)Neal Norwitz2006-01-251-0/+1
|
* backport of commit 42169Gregory P. Smith2006-01-241-3/+5
| | | | adds support for compiling against BerkeleyDB 4.4.x
* Bug #999767: make setup.py obey Setup.local wrt shared modulesGeorg Brandl2005-12-271-10/+11
|
* backport v1.216: add support for another DB library naming convention ↵Andrew MacIntyre2005-03-091-1/+3
| | | | \n(FreeBSD ports) - patch #1146231
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-5/+6
|
* * reworked berkeleydb include and library detection code in setup.pyGregory P. Smith2004-12-191-70/+94
| | | | | to make sure the library version that matches the header file is used. * update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support
* Patch #1050475: Fix various x86_64 build issuesMartin v. Löwis2004-11-131-1/+5
| | | | | | regrtest.py: skip rgbimg and imageop as they are not built on 64-bit systems. _tkinter.c: replace %.8x with %p for printing pointers. setup.py: add lib64 into the library directories.
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-131-3/+0
| | | | | Python's own setup.py that did the same thing (and tested on Solaris, where LDSHARED is needed...)
* Add the directories where DarwinPorts installs library and include files toBrett Cannon2004-09-281-2/+5
| | | | the proper path directories for compiling extension modules.
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-23/+1
|
* Whitespace normalization.Tim Peters2004-08-261-2/+2
|
* When building with --disable-toolbox-glue under Darwin, skip building anyBrett Cannon2004-08-261-2/+4
| | | | | | | | Mac-specific modules. Before all modules were compiled but would fail thanks to a dependence on the code included when Python was built without the compiler flag. Closes bug #991962.
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-1/+1
|
* Whitespace normalization.Tim Peters2004-07-231-1/+1
|
* ossaudiodev is available on FreeBSD 5 too.Hye-Shik Chang2004-07-201-1/+1
|
* Move comment that goes along with audioopNeal Norwitz2004-07-191-1/+1
|
* Patch #993173: Enable audioop on 64-bit platforms.Martin v. Löwis2004-07-191-1/+4
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-1/+1
|
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-9/+3
| | | | | | and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
* _localemodule now needs to be linked with CoreFoundation on darwin.Jack Jansen2004-07-151-1/+8
|
* Install Barry's smtpd.py daemon.Skip Montanaro2004-06-261-1/+2
|
* Add compilation of timemodule.c with datetimemodule.c to getBrett Cannon2004-06-241-1/+1
| | | | __PyTime_DoubleToTimet().
* Patch #926209: Patch to setup.py to run on x86_64 Linux.Martin v. Löwis2004-06-041-1/+1
|
* Don't build the pcre module any moreAndrew M. Kuchling2004-06-021-1/+0
|
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-1/+1
| | | | * Mark the C version as private and only use when available.
* [Patch #905863] Support the CVS version of Tcl/Tk, which has the version ↵Andrew M. Kuchling2004-03-211-1/+1
| | | | number 8.5
* [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidateAndrew M. Kuchling2004-03-211-7/+15
|
* a couple other sunos4 support items removedSkip Montanaro2004-02-071-5/+1
|
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+2
| | | | | | * Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+13
| | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+2
| | | | (Contributed by Dmitry Vasiliev.)
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-031-0/+2
| | | | | | by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+2
|
* remove "support" for BerkeleyDB 3.1, it hasn't worked for a long timeGregory P. Smith2003-11-131-8/+2
|
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+2
|
* [Patch #772077 from Tim Rice] Fix for compiling the readline module on ↵Andrew M. Kuchling2003-10-241-3/+3
| | | | UnixWare; fix goofy comment indent. 2.3 bugfix candidate
* Provide a bit more information to the compiler when building Expat.Fred Drake2003-10-211-11/+16
| | | | | This avoids having to modify the Expat sources in any way starting with Expat 1.95.7.
* Add BerkeleyDB 4.2 to the library search for the bsddb module.Gregory P. Smith2003-09-221-4/+11
|
* Remove possibly-misleading Expat versionAndrew M. Kuchling2003-09-151-2/+2
|
* patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similarAndrew MacIntyre2003-07-101-2/+3
| | | | installation location policies.
* Convert some repetitive code into a loopNeal Norwitz2003-06-171-14/+5
|
* Patch #752671: NetBSD needs to link libintl to _locale.so.Martin v. Löwis2003-06-141-1/+3
|
* Install the main script for the new IDLE here.Guido van Rossum2003-06-131-1/+1
|
* Somehow ColorPicker has never been included or tested under darwin, but it ↵Just van Rossum2003-05-241-0/+2
| | | | works just fine.
* Only look for krb5.h if ssl.h was found.Martin v. Löwis2003-05-091-4/+5
| | | | Fixes bug reported in comment to #728322.
* set platform properly for OSF/1Skip Montanaro2003-05-071-2/+3
|