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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-26/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-13/+120
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-2/+2
*
Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...
Collin Winter
2007-03-21
1
-0/+2
*
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
Guido van Rossum
2007-03-08
1
-0/+3
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-1/+2
*
Random change to make this work unchanged when dict.keys() returns a dict view.
Guido van Rossum
2007-02-10
1
-2/+1
*
Essential changes for print function changes.
Guido van Rossum
2007-02-09
1
-14/+14
*
Fix L-suffixed literal straggler.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-3/+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-5/+8
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Fixed cPickle, by restoring some of the deleted code.
Guido van Rossum
2006-08-17
1
-1/+1
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-4/+49
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-24/+3
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-2/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-23/+55
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-122/+245
*
Changes to build the _ctypes extension module.
Thomas Heller
2006-03-08
1
-0/+58
*
Stop building timing module, it's old and deprecated
Neal Norwitz
2006-03-03
1
-1/+3
*
Check for a not-found rlconf.h by testing for None.
Martin v. Löwis
2006-02-27
1
-1/+1
*
If the readline library is found try and determine whether it's the broken
Jack Jansen
2006-02-23
1
-1/+8
*
Patch #428494: Prefer linking against ncursesw over ncurses library
Martin v. Löwis
2006-02-11
1
-1/+8
*
Added the cProfile module.
Armin Rigo
2006-02-08
1
-1/+3
*
Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the
Gregory P. Smith
2006-01-24
1
-3/+5
*
Whitespace normalization.
Tim Peters
2005-12-30
1
-1/+1
*
typo, use parens for continued expr
Skip Montanaro
2005-12-30
1
-3/+3
*
Bug #999767: make setup.py obey Setup.local wrt shared modules
Georg Brandl
2005-12-27
1
-10/+11
*
added cElementTree/_elementtree build stuff and wrapper module
Fredrik Lundh
2005-12-14
1
-0/+11
*
Find bsd db v4 on gentoo (2005 i think)
Neal Norwitz
2005-10-20
1
-0/+1
*
Add a check for the OpenSSL version number to conditionally compile
Gregory P. Smith
2005-08-23
1
-11/+33
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-9/+26
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
1
-1/+2
*
Make parse_makefile fallback to environment variables if nothing is
Martin v. Löwis
2005-04-25
1
-2/+2
*
Fix building of spwd; was incorrectly checking for the needed HAVE_* values to
Brett Cannon
2005-04-15
1
-4/+5
*
add support for another DB library naming convention (FreeBSD ports)
Andrew MacIntyre
2005-03-09
1
-1/+3
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-5/+6
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
1
-0/+2
*
spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is
Brett Cannon
2005-02-16
1
-2/+4
*
Patch #579435: Shadow Password Support Module
Martin v. Löwis
2005-01-23
1
-0/+2
*
Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that
Brett Cannon
2005-01-02
1
-2/+3
*
Strip out double dashes and dashes for options not used during parsing of
Brett Cannon
2004-12-31
1
-2/+16
*
Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile.
Brett Cannon
2004-12-18
1
-5/+5
*
rewrote the bsddb module BerkeleyDB library and include file locating
Gregory P. Smith
2004-12-13
1
-72/+93
*
the bsddb module now also works with BerkeleyDB 4.3.
Gregory P. Smith
2004-12-13
1
-4/+7
*
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon
2004-12-07
1
-6/+5
*
setup.py now uses the library directories specified in LDFLAGS (``-L``
Brett Cannon
2004-12-07
1
-9/+18
*
Patch #1050475: Fix various x86_64 build issues
Martin v. Löwis
2004-11-13
1
-1/+5
[next]