index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
Setup.dist
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the dl module per PEP 3108.
Neal Norwitz
2008-03-24
1
-8/+0
*
#1061 (mainly by Thomas Wouters): use weak sets for abc caches.
Georg Brandl
2007-10-23
1
-0/+1
*
cPickle was removed
Neal Norwitz
2007-08-24
1
-2/+1
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
1
-11/+0
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-5/+0
*
Link _fileio statically -- it is needed during initialization.
Guido van Rossum
2007-05-24
1
-0/+1
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-2/+0
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-8/+0
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-52/+0
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-0/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-5/+8
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+2
*
[ 959576 ] Can't build Python on POSIX w/o $HOME
Georg Brandl
2005-12-27
1
-1/+2
*
SF bug #1160187: Setup file needs entries for collections, itertools, strop
Raymond Hettinger
2005-03-09
1
-0/+4
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0/+1
*
Remove mpz, rotor, xreadlines modules
Andrew M. Kuchling
2004-08-31
1
-22/+1
*
SF bug #999776, zlib home page wrong
Neal Norwitz
2004-07-29
1
-1/+1
*
Patch #993173: Enable audioop on 64-bit platforms.
Martin v. Löwis
2004-07-19
1
-0/+1
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
1
-36/+6
*
Add missed entry for cjkcodecs._iso_2022_kr.
Hye-Shik Chang
2004-01-28
1
-0/+1
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
1
-0/+42
*
Remove support for SunOS 4.
Skip Montanaro
2004-01-17
1
-2/+1
*
Patch #752671: NetBSD needs to link libintl to _locale.so.
Martin v. Löwis
2003-06-14
1
-1/+2
*
Fixed minor typo in Setup.dist.
Gustavo Niemeyer
2003-05-26
1
-1/+1
*
Revert Patch #670715: iconv support.
Martin v. Löwis
2003-04-03
1
-4/+0
*
add _csv build line
Skip Montanaro
2003-03-20
1
-0/+3
*
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
Jack Jansen
2003-03-17
1
-1/+2
*
Add _iconv_codec to Setup.dist. Use PyModule_ functions.
Martin v. Löwis
2003-01-26
1
-0/+3
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
1
-0/+4
*
Patch to make _codecs a builtin module. This is necessary since
Marc-André Lemburg
2002-12-12
1
-1/+1
*
correct wording of comments about old bsddb (now bsddb185) module
Skip Montanaro
2002-12-02
1
-6/+4
*
Don't try to use unsupported DB versions.
Martin v. Löwis
2002-11-19
1
-1/+6
*
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
Martin v. Löwis
2002-11-19
1
-13/+18
*
Update the text on the Expat module and library.
Fred Drake
2002-08-09
1
-17/+9
*
Since the errno module is needed by os._execvpe(), and that is used by the
Fred Drake
2002-08-05
1
-1/+1
*
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum
2002-06-14
1
-1/+0
*
Document the build process more precisely. Suggested by Hugh Sasse.
Martin v. Löwis
2002-04-19
1
-3/+15
*
Removed old Digital Creations copyright/license notices (with
Guido van Rossum
2002-04-04
1
-1/+1
*
Break SSL support out of _socket module and place it into a new
Marc-André Lemburg
2002-02-16
1
-3/+3
*
The Python symtable module depends on .h files that setup.py doesn't track.
Jeremy Hylton
2001-10-17
1
-0/+3
*
Merge changes from r22a2-branch back into trunk. Also, change patch
Barry Warsaw
2001-08-22
1
-5/+1
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+2
*
Update the Tix version (long overdue :-).
Guido van Rossum
2001-03-22
1
-4/+4
*
Mention setup.py in the instructions
Andrew M. Kuchling
2001-02-27
1
-2/+5
*
Remove soundex module, as stated by GvR.
Andrew M. Kuchling
2001-02-22
1
-3/+0
*
Move the signal module back into Setup.config.in so it can be enabled
Andrew M. Kuchling
2001-02-21
1
-3/+0
*
Support older PYTHON_API_VERSIONs for backwards compatibility.
Martin v. Löwis
2001-02-06
1
-3/+1
*
Another _testXXX -> _testcapiXXX renaming.
Tim Peters
2001-02-04
1
-1/+1
*
Added new Python C API _test module to the build mechanism on Unix.
Marc-André Lemburg
2001-02-02
1
-0/+1
[next]