summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
Commit message (Expand)AuthorAgeFilesLines
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-231-0/+1
* cPickle was removedNeal Norwitz2007-08-241-2/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-11/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-5/+0
* Link _fileio statically -- it is needed during initialization.Guido van Rossum2007-05-241-0/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-8/+0
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-52/+0
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-271-1/+2
* SF bug #1160187: Setup file needs entries for collections, itertools, stropRaymond Hettinger2005-03-091-0/+4
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-22/+1
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* Patch #993173: Enable audioop on 64-bit platforms.Martin v. Löwis2004-07-191-0/+1
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-36/+6
* Add missed entry for cjkcodecs._iso_2022_kr.Hye-Shik Chang2004-01-281-0/+1
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+42
* Remove support for SunOS 4.Skip Montanaro2004-01-171-2/+1
* Patch #752671: NetBSD needs to link libintl to _locale.so.Martin v. Löwis2003-06-141-1/+2
* Fixed minor typo in Setup.dist.Gustavo Niemeyer2003-05-261-1/+1
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-031-4/+0
* add _csv build lineSkip Montanaro2003-03-201-0/+3
* Added a define EXTRAMACHDEPPATH which can be used to add sys.path itemsJack Jansen2003-03-171-1/+2
* Add _iconv_codec to Setup.dist. Use PyModule_ functions.Martin v. Löwis2003-01-261-0/+3
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+4
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-121-1/+1
* correct wording of comments about old bsddb (now bsddb185) moduleSkip Montanaro2002-12-021-6/+4
* Don't try to use unsupported DB versions.Martin v. Löwis2002-11-191-1/+6
* Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.Martin v. Löwis2002-11-191-13/+18
* Update the text on the Expat module and library.Fred Drake2002-08-091-17/+9
* Since the errno module is needed by os._execvpe(), and that is used by theFred Drake2002-08-051-1/+1
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-1/+0
* Document the build process more precisely. Suggested by Hugh Sasse.Martin v. Löwis2002-04-191-3/+15
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-1/+1
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-3/+3
* The Python symtable module depends on .h files that setup.py doesn't track.Jeremy Hylton2001-10-171-0/+3
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-5/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+2
* Update the Tix version (long overdue :-).Guido van Rossum2001-03-221-4/+4
* Mention setup.py in the instructionsAndrew M. Kuchling2001-02-271-2/+5
* Remove soundex module, as stated by GvR.Andrew M. Kuchling2001-02-221-3/+0
* Move the signal module back into Setup.config.in so it can be enabledAndrew M. Kuchling2001-02-211-3/+0
* Support older PYTHON_API_VERSIONs for backwards compatibility.Martin v. Löwis2001-02-061-3/+1
* Another _testXXX -> _testcapiXXX renaming.Tim Peters2001-02-041-1/+1
* Added new Python C API _test module to the build mechanism on Unix.Marc-André Lemburg2001-02-021-0/+1
* Add entries for the weakref module to the build control.Fred Drake2001-02-011-0/+1