| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70849 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+9 |
|
|
* | Merged revisions 70172 via svnmerge from | Ronald Oussoren | 2009-03-04 | 1 | -1/+1 |
|
|
* | Merged revisions 69500 via svnmerge from | Mark Dickinson | 2009-02-10 | 1 | -1/+2 |
|
|
* | muffed the default case | Skip Montanaro | 2008-12-07 | 1 | -3/+2 |
|
|
* | issue4483: dbm build failures on systems with gdbm_compat lib. | Skip Montanaro | 2008-12-06 | 1 | -2/+14 |
|
|
* | Merged revisions 67098 via svnmerge from | Martin v. Löwis | 2008-11-04 | 1 | -1/+1 |
|
|
* | backport | Skip Montanaro | 2008-10-07 | 1 | -1/+2 |
|
|
* | Merged revisions 66814 via svnmerge from | Martin v. Löwis | 2008-10-06 | 1 | -1/+0 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 1 | -1/+2 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 1 | -0/+8 |
|
|
* | Give information for compililation of _multiprocessing.SemLock on FreeBSD: | Hye-Shik Chang | 2008-06-28 | 1 | -0/+11 |
|
|
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+52 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -3/+50 |
|
|
* | Fix misspelled sys.platform name and misspelled filename. | Thomas Heller | 2008-06-02 | 1 | -1/+1 |
|
|
* | Turn off debugging output for building bsddb. | Brett Cannon | 2008-05-29 | 1 | -2/+3 |
|
|
* | Disable the use of BerkeleyDB 4.6 on platforms that appear to have | Gregory P. Smith | 2008-05-27 | 1 | -5/+35 |
|
|
* | Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have | Gregory P. Smith | 2008-05-26 | 1 | -4/+1 |
|
|
* | print out information about which BerkeleyDB library was found by | Gregory P. Smith | 2008-05-25 | 1 | -3/+2 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 1 | -1/+1 |
|
|
* | On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX | Thomas Heller | 2008-05-20 | 1 | -0/+3 |
|
|
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -0/+2 |
|
|
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+2 |
|
|
* | Fix test_distutils to not fail when running 'make test' from a Python build | Thomas Wouters | 2008-04-05 | 1 | -0/+2 |
|
|
* | Install 2to3 script. | Martin v. Löwis | 2008-03-24 | 1 | -0/+1 |
|
|
* | Have the binascii module use zlib's optimized crc32() function when available | Gregory P. Smith | 2008-03-24 | 1 | -3/+17 |
|
|
* | Move itertools before future_builtins since the latter depends on the former. | Neal Norwitz | 2008-03-23 | 1 | -2/+2 |
|
|
* | Merged changes from libffi3-branch. | Thomas Heller | 2008-03-04 | 1 | -0/+35 |
|
|
* | Added future_builtins, which contains PEP 3127 compatible versions of hex() a... | Eric Smith | 2008-02-23 | 1 | -0/+3 |
|
|
* | remove a repeated occurance of a hardcoded berkeleydb library version number | Gregory P. Smith | 2008-02-03 | 1 | -2/+2 |
|
|
* | Directories from CPPFLAGS and LDFLAGS were being added in the reverse order for | Brett Cannon | 2008-02-03 | 1 | -1/+1 |
|
|
* | Disable use of BerkeleyDB 4.6.x to see what the odd platform buildbots | Gregory P. Smith | 2008-01-28 | 1 | -1/+4 |
|
|
* | Added the Python core headers Include/*.h and pyconfig.h as dependencies for ... | Christian Heimes | 2008-01-25 | 1 | -0/+9 |
|
|
* | Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From... | Christian Heimes | 2008-01-25 | 1 | -0/+2 |
|
|
* | Build _ctypes after the other extensions. Its build process depends | Christian Heimes | 2008-01-18 | 1 | -2/+8 |
|
|
* | Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) | Hye-Shik Chang | 2007-10-28 | 1 | -1/+1 |
|
|
* | remove another sleepycat reference | Gregory P. Smith | 2007-10-09 | 1 | -1/+1 |
|
|
* | Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API | Gregory P. Smith | 2007-10-09 | 1 | -0/+1 |
|
|
* | Allows BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module. | Gregory P. Smith | 2007-10-06 | 1 | -4/+12 |
|
|
* | Don't allow BerkeleyDB 4.6.x as the current 4.6.19 release is prone | Gregory P. Smith | 2007-09-10 | 1 | -2/+4 |
|
|
* | If this is correct for py3k branch and it's already in the release25-maint | Skip Montanaro | 2007-09-06 | 1 | -3/+0 |
|
|
* | - Added support for linking the bsddb module against BerkeleyDB 4.6.x. | Matthias Klose | 2007-09-03 | 1 | -3/+3 |
|
|
* | keep setup.py from listing unneeded hash modules (_md5, _sha*) as | Gregory P. Smith | 2007-08-26 | 1 | -4/+11 |
|
|
* | Bug #1765375: fix stripping of unwanted LDFLAGS. | Georg Brandl | 2007-08-24 | 1 | -1/+2 |
|
|
* | When setup.py fails to find the necessary bits to build some modules, have it | Jeffrey Yasskin | 2007-08-22 | 1 | -1/+4 |
|
|
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 1 | -3/+1 |
|
|
* | Fix cmp vs. key argument for list.sort. | Georg Brandl | 2007-03-06 | 1 | -1/+1 |
|
|
* | patch 1673619 - identify extension modules which cannot be built | Skip Montanaro | 2007-03-06 | 1 | -4/+109 |
|
|
* | Teach setup.py how to find Berkeley DB on Macs using MacPorts. | Skip Montanaro | 2007-03-04 | 1 | -8/+10 |
|
|
* | Prepare collections module for pure python code entries. | Raymond Hettinger | 2007-02-28 | 1 | -1/+1 |
|
|
* | Ignore directory time stamps when considering | Martin v. Löwis | 2007-02-14 | 1 | -1/+2 |
|
|