summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-291-0/+4
* Slight reordering of directories searched for BerkDB libs and include files.Skip Montanaro2002-08-151-12/+23
* Patch #588564: _locale library patchJason Tishler2002-08-141-1/+6
* Regress Guido's change of 2002/08/06 to check for the zlib versionBarry Warsaw2002-08-131-4/+13
* Update the URL for getting zlib, and update the minimal requiredGuido van Rossum2002-08-061-4/+4
* Since the errno module is needed by os._execvpe(), and that is used by theFred Drake2002-08-051-2/+0
* Build the _IBCarbon module.Jack Jansen2002-08-041-0/+2
* Revert last checkin. Man, that was stupid.Michael W. Hudson2002-08-031-1/+1
* Another fix for:Michael W. Hudson2002-08-031-1/+1
* Fix forMichael W. Hudson2002-08-021-4/+5
* The readme file said that OSX Carbon modules were only built forJack Jansen2002-07-081-29/+41
* More fixes for building MacPython extension modules. It now actually succeedsJack Jansen2002-06-271-16/+18
* Fixed a few showstoppers in the process of making MacPython use setup.py to b...Jack Jansen2002-06-261-17/+18
* In the Extension() call, add runtime_library_dirs so that a usefulBarry Warsaw2002-06-241-0/+10
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-211-10/+75
* Update description of the Expat library.Fred Drake2002-06-171-6/+9
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-40/+112
* Munge depends files to have absolute paths.Jeremy Hylton2002-06-131-2/+7
* Get rid of accidentally checked-in reference to "bits".Guido van Rossum2002-06-131-2/+0
* Add dependencies on socketmodule.h.Guido van Rossum2002-06-131-2/+6
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-4/+15
* When using a Python that has not been installed to build 3rd-partyFred Drake2002-06-041-1/+0
* Patch #491107: Cygwin setup.py import workaround patchJason Tishler2002-05-221-0/+6
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-1/+1
* Fix SF # 532618 517704, install problems when building modules fail.Neal Norwitz2002-03-251-3/+8
* Apply Jack's patch attached toMichael W. Hudson2002-03-071-3/+6
* Changes to what we do to modules that don't import, asMichael W. Hudson2002-03-011-5/+5
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-21/+24
* Compute expat -I directives from srcdir. Fixes #517214.Martin v. Löwis2002-02-141-1/+3
* Define VERSION in expat.h.Martin v. Löwis2002-02-131-1/+0
* Use included Expat library. Drop support for older expat versions.Martin v. Löwis2002-02-111-28/+24
* Fix forMichael W. Hudson2002-01-231-2/+5
* Sjoerd Mullender pointed out that setup.py contained some tabs,Michael W. Hudson2002-01-231-53/+53
* Mac _Scrap module is now carbon-compliant, so build it on OSX.Jack Jansen2002-01-211-1/+2
* Apply a variant of patchMichael W. Hudson2002-01-161-4/+14
* Patch #497126: Always compile dl.Martin v. Löwis2002-01-011-0/+5
* Update comments about mpz, pointing to gmpy and mxNumber rather thanGuido van Rossum2001-12-171-2/+4
* build CoreGraphics under darwinJust van Rossum2001-12-131-0/+3
* Build _CarbonEvt module on Mac OS X. Still gives a couple of warningsJack Jansen2001-12-121-0/+2
* Mods to make WASTE module compile and link for MachoPython. Not testedJack Jansen2001-12-091-1/+19
* Visious hackery to solve a build-control problem related to our use ofFred Drake2001-12-061-0/+7
* Wrap some long lines.Fred Drake2001-12-061-11/+21
* [Bug #480882] Remove now-pointless check for existence for _curses_panel.c;Andrew M. Kuchling2001-12-061-2/+1
* As of OS X 10.1.1 the version numbering scheme has changed. Convert all "darw...Jack Jansen2001-12-051-4/+6
* Support bsddb 3.2. Fixes #483653.Martin v. Löwis2001-11-241-1/+3
* The import check in setup.py fails on Mac OS X for Carbon-based modulesJack Jansen2001-11-011-0/+5
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-311-25/+45
* - Build dbm module using libdb1 if it's available. This fixes SF bug "[Neil Schemenauer2001-10-211-0/+5
* The Python symtable module depends on .h files that setup.py doesn't track.Jeremy Hylton2001-10-171-1/+0
* Add entry for HotShot.Fred Drake2001-10-121-0/+1