summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+2
* remove hotshot profiler from Py3kFred Drake2007-10-111-2/+1
* Merge 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb moduleGregory P. Smith2007-10-061-5/+13
* merge of r58091 from trunk:Gregory P. Smith2007-09-101-2/+4
* openssl 0.9.6 is too old to use, use our own modulesGregory P. Smith2007-09-091-2/+2
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-091-0/+5
* I think we can just dump the else clause, per the comment I just deleted.Skip Montanaro2007-09-061-3/+0
* fix typoFred Drake2007-09-041-1/+1
* - Add support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-3/+3
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-2/+3
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-2/+6
* Print warning when openssl is too old; it's pretty essential at this point.Guido van Rossum2007-08-171-11/+14
* Remove support for BeOSSkip Montanaro2007-08-171-2/+2
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+6
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-3/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-12/+0
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-2/+1
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-14/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-9/+0
* The unicode builtin is gone now. Fix setup.py so thatWalter Dörwald2007-05-221-19/+6
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-2/+0
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-26/+0
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-13/+120
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-2/+2
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+2
* Check in Daniel Stutzbach's _fileio.c and test_fileio.pyGuido van Rossum2007-03-081-0/+3
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+2
* Random change to make this work unchanged when dict.keys() returns a dict view.Guido van Rossum2007-02-101-2/+1
* Essential changes for print function changes.Guido van Rossum2007-02-091-14/+14
* Fix L-suffixed literal straggler.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-5/+8
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Fixed cPickle, by restoring some of the deleted code.Guido van Rossum2006-08-171-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+49
* Merge the rest of the trunk.Thomas Wouters2006-06-081-24/+3
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-23/+55
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-122/+245
* Changes to build the _ctypes extension module.Thomas Heller2006-03-081-0/+58
* Stop building timing module, it's old and deprecatedNeal Norwitz2006-03-031-1/+3
* Check for a not-found rlconf.h by testing for None.Martin v. Löwis2006-02-271-1/+1
* If the readline library is found try and determine whether it's the brokenJack Jansen2006-02-231-1/+8
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-111-1/+8
* Added the cProfile module.Armin Rigo2006-02-081-1/+3
* Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all theGregory P. Smith2006-01-241-3/+5