summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace normalization.Tim Peters2005-12-301-1/+1
* typo, use parens for continued exprSkip Montanaro2005-12-301-3/+3
* Bug #999767: make setup.py obey Setup.local wrt shared modulesGeorg Brandl2005-12-271-10/+11
* added cElementTree/_elementtree build stuff and wrapper moduleFredrik Lundh2005-12-141-0/+11
* Find bsd db v4 on gentoo (2005 i think)Neal Norwitz2005-10-201-0/+1
* Add a check for the OpenSSL version number to conditionally compileGregory P. Smith2005-08-231-11/+33
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-9/+26
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-1/+2
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-2/+2
* Fix building of spwd; was incorrectly checking for the needed HAVE_* values toBrett Cannon2005-04-151-4/+5