summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
Commit message (Expand)AuthorAgeFilesLines
* Replace spaces by tabs, addedChristian Heimes2008-03-221-11/+12
* Merged revisions 61724-61725 via svnmerge fromMartin v. Löwis2008-03-221-0/+3
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-181-0/+4
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-11/+9
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-1/+1
* Make the testall target work again when building in a separate directoryThomas Wouters2008-01-251-1/+1
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-1/+1
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-7/+28
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-3/+3
* Removed doubledigit from MakefileChristian Heimes2007-12-311-1/+0
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+3
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-0/+1
* 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