| Commit message (Expand) | Author | Age | Files | Lines |
* | Search for and use BerkeleyDB 4.1 if it's available. Python's | Barry Warsaw | 2002-12-30 | 1 | -10/+9 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -0/+2 |
|
|
* | The extension module macfs has been replaced by a pure Python version. | Jack Jansen | 2002-12-19 | 1 | -6/+0 |
|
|
* | This is J. Lewis Muir's patch: | Michael W. Hudson | 2002-12-17 | 1 | -1/+42 |
|
|
* | Build the datetime module for *n*x. | Guido van Rossum | 2002-12-16 | 1 | -0/+2 |
|
|
* | Patch #629126: Detect BLT by also looking for libBLT. | Martin v. Löwis | 2002-12-12 | 1 | -0/+4 |
|
|
* | Patch to make _codecs a builtin module. This is necessary since | Marc-André Lemburg | 2002-12-12 | 1 | -2/+0 |
|
|
* | Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h | Martin v. Löwis | 2002-12-07 | 1 | -10/+10 |
|
|
* | Search in standard library and include dirs for Sleepycat stuff. | Martin v. Löwis | 2002-12-06 | 1 | -24/+34 |
|
|
* | [Patch #641685] setup.py contained code for finding libraries, instead | Andrew M. Kuchling | 2002-11-27 | 1 | -8/+24 |
|
|
* | Don't disable building Mac-specific modules for a non-framework build: | Just van Rossum | 2002-11-24 | 1 | -99/+89 |
|
|
* | Added the alias manager too. The interface isn't perfect yet: the alias | Jack Jansen | 2002-11-22 | 1 | -0/+2 |
|
|
* | Got angry and added support for pretty much the whole file and folder | Jack Jansen | 2002-11-22 | 1 | -0/+4 |
|
|
* | Don't try to use unsupported DB versions. | Martin v. Löwis | 2002-11-19 | 1 | -9/+3 |
|
|
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 1 | -43/+8 |
|
|
* | Look in db4 directories when checking for db4. | Martin v. Löwis | 2002-11-09 | 1 | -4/+4 |
|
|
* | Simply delete the fpectl module, instead of leaving it commented out; | Andrew M. Kuchling | 2002-11-08 | 1 | -22/+0 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+5 |
|
|
* | [SF bug 620364] | Guido van Rossum | 2002-10-14 | 1 | -0/+3 |
|
|
* | Disable building of the fpectl module -- it's dangerous or useless | Guido van Rossum | 2002-09-25 | 1 | -14/+15 |
|
|
* | Only build the 'dl' extension when sys.maxint equals 2**31-1. | Guido van Rossum | 2002-09-12 | 1 | -3/+5 |
|
|
* | Revived the Carbon.Help module, but implementing the MacHelp API in stead | Jack Jansen | 2002-08-29 | 1 | -0/+4 |
|
|
* | Slight reordering of directories searched for BerkDB libs and include files. | Skip Montanaro | 2002-08-15 | 1 | -12/+23 |
|
|
* | Patch #588564: _locale library patch | Jason Tishler | 2002-08-14 | 1 | -1/+6 |
|
|
* | Regress Guido's change of 2002/08/06 to check for the zlib version | Barry Warsaw | 2002-08-13 | 1 | -4/+13 |
|
|
* | Update the URL for getting zlib, and update the minimal required | Guido van Rossum | 2002-08-06 | 1 | -4/+4 |
|
|
* | Since the errno module is needed by os._execvpe(), and that is used by the | Fred Drake | 2002-08-05 | 1 | -2/+0 |
|
|
* | Build the _IBCarbon module. | Jack Jansen | 2002-08-04 | 1 | -0/+2 |
|
|
* | Revert last checkin. Man, that was stupid. | Michael W. Hudson | 2002-08-03 | 1 | -1/+1 |
|
|
* | Another fix for: | Michael W. Hudson | 2002-08-03 | 1 | -1/+1 |
|
|
* | Fix for | Michael W. Hudson | 2002-08-02 | 1 | -4/+5 |
|
|
* | The readme file said that OSX Carbon modules were only built for | Jack Jansen | 2002-07-08 | 1 | -29/+41 |
|
|
* | More fixes for building MacPython extension modules. It now actually succeeds | Jack Jansen | 2002-06-27 | 1 | -16/+18 |
|
|
* | Fixed a few showstoppers in the process of making MacPython use setup.py to b... | Jack Jansen | 2002-06-26 | 1 | -17/+18 |
|
|
* | In the Extension() call, add runtime_library_dirs so that a useful | Barry Warsaw | 2002-06-24 | 1 | -0/+10 |
|
|
* | Patch #557719 by Tony Lownds, slightly massaged by me: streamline the | Jack Jansen | 2002-06-21 | 1 | -10/+75 |
|
|
* | Update description of the Expat library. | Fred Drake | 2002-06-17 | 1 | -6/+9 |
|
|
* | This introduces stricter library/header file checking for the Berkeley DB | Skip Montanaro | 2002-06-14 | 1 | -40/+112 |
|
|
* | Munge depends files to have absolute paths. | Jeremy Hylton | 2002-06-13 | 1 | -2/+7 |
|
|
* | Get rid of accidentally checked-in reference to "bits". | Guido van Rossum | 2002-06-13 | 1 | -2/+0 |
|
|
* | Add dependencies on socketmodule.h. | Guido van Rossum | 2002-06-13 | 1 | -2/+6 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -4/+15 |
|
|
* | When using a Python that has not been installed to build 3rd-party | Fred Drake | 2002-06-04 | 1 | -1/+0 |
|
|
* | Patch #491107: Cygwin setup.py import workaround patch | Jason Tishler | 2002-05-22 | 1 | -0/+6 |
|
|
* | Removed old Digital Creations copyright/license notices (with | Guido van Rossum | 2002-04-04 | 1 | -1/+1 |
|
|
* | Fix SF # 532618 517704, install problems when building modules fail. | Neal Norwitz | 2002-03-25 | 1 | -3/+8 |
|
|
* | Apply Jack's patch attached to | Michael W. Hudson | 2002-03-07 | 1 | -3/+6 |
|
|
* | Changes to what we do to modules that don't import, as | Michael W. Hudson | 2002-03-01 | 1 | -5/+5 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 1 | -21/+24 |
|
|
* | Compute expat -I directives from srcdir. Fixes #517214. | Martin v. Löwis | 2002-02-14 | 1 | -1/+3 |
|
|