summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-021-1/+2
* Final fix for #1403Christian Heimes2007-11-211-1/+3
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-0/+3
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-4/+5
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+13
* remove hotshot profiler from Py3kFred Drake2007-10-111-1/+1
* Delete bufferobject.[ch].Guido van Rossum2007-10-081-2/+0
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-101-0/+3
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-2/+8
* When clobbering, also clean the docs.Guido van Rossum2007-08-291-1/+5
* Don't delete test output when "make clean" is run -- only when "makeGuido van Rossum2007-08-291-2/+2
* Modernize clean and funny targets.Guido van Rossum2007-08-291-5/+19
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-0/+15
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+2
* Remove support for BeOSSkip Montanaro2007-08-171-11/+0
* Oops. I killed a bit too much and not enough when I deleted intobject.c.Guido van Rossum2007-08-071-1/+0
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-1/+1
* Don't stop installing if compileall fails -- ever.Guido van Rossum2007-07-151-2/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+1
* Essential changes for print function changes.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-0/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-14/+14
* Merge the rest of the trunk.Thomas Wouters2006-06-081-12/+14
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-20/+41
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-18/+38
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+2
* Let the buildbot make a single pass in the test suite only.Martin v. Löwis2006-03-131-0/+4
* Changes to build the _ctypes extension module.Thomas Heller2006-03-081-1/+1
* Allow buildbot to pass extra test flags to regrtest (specifically -r) via the...Neal Norwitz2006-02-221-1/+1
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-1/+1
* Stop maintaining the buildno file.Martin v. Löwis2006-01-051-18/+10
* Try to make svnversion test more portable, based on Sjoerd's suggestionNeal Norwitz2006-01-051-1/+1
* SF bug #1395926: Also test for svnversion command on $PATH before using it toBarry Warsaw2006-01-031-1/+1
* As discussed on python-dev, don't remove Python-ast.[ch] with distcleanNeal Norwitz2006-01-031-1/+1
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-191-6/+5
* Handle a couple of use cases discussed in python-dev w.r.t. calculating theBarry Warsaw2005-12-181-7/+8
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-2/+4
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-0/+2
* fixed installation of xmlcore libraries (including xmlcore.etree)Fredrik Lundh2005-12-141-1/+1
* delete Python-ast.[ch] in distcleanSkip Montanaro2005-11-131-0/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-1/+19
* Get "make install" working again after adding Lib/test/bad_coding.pyNeal Norwitz2005-10-041-2/+2
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-1/+1
* patch [1171735] - Darwin 8's headers disable functionality whenBob Ippolito2005-03-281-3/+3
* install distutils.tests on Unix (contributed patch)Fred Drake2005-01-191-1/+2
* setup.py now uses the library directories specified in LDFLAGS (``-L``Brett Cannon2004-12-071-1/+4