| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing closing paren | Neal Norwitz | 2008-03-24 | 1 | -1/+1 |
|
|
* | Replace spaces by tabs, added | Christian Heimes | 2008-03-22 | 1 | -11/+12 |
|
|
* | Merged revisions 61724-61725 via svnmerge from | Martin v. Löwis | 2008-03-22 | 1 | -0/+3 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 1 | -0/+4 |
|
|
* | Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge... | Christian Heimes | 2008-02-25 | 1 | -11/+9 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 1 | -1/+1 |
|
|
* | Make the testall target work again when building in a separate directory | Thomas Wouters | 2008-01-25 | 1 | -1/+1 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -7/+28 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -3/+3 |
|
|
* | Removed doubledigit from Makefile | Christian Heimes | 2007-12-31 | 1 | -1/+0 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+3 |
|
|
* | Issue #1580: New free format floating point representation based on "Floating... | Christian Heimes | 2007-12-10 | 1 | -0/+1 |
|
|
* | I've moved the remains of PyInt_ to the longobject.h header file and removed ... | Christian Heimes | 2007-12-02 | 1 | -1/+2 |
|
|
* | Final fix for #1403 | Christian Heimes | 2007-11-21 | 1 | -1/+3 |
|
|
* | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -0/+3 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -4/+5 |
|
|
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 1 | -0/+13 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -1/+1 |
|
|
* | Delete bufferobject.[ch]. | Guido van Rossum | 2007-10-08 | 1 | -2/+0 |
|
|
* | Merged revisions 58053-58090 via svnmerge from | Thomas Wouters | 2007-09-10 | 1 | -0/+3 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -2/+8 |
|
|
* | When clobbering, also clean the docs. | Guido van Rossum | 2007-08-29 | 1 | -1/+5 |
|
|
* | Don't delete test output when "make clean" is run -- only when "make | Guido van Rossum | 2007-08-29 | 1 | -2/+2 |
|
|
* | Modernize clean and funny targets. | Guido van Rossum | 2007-08-29 | 1 | -5/+19 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+15 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -0/+2 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -11/+0 |
|
|
* | Oops. I killed a bit too much and not enough when I deleted intobject.c. | Guido van Rossum | 2007-08-07 | 1 | -1/+0 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -1/+1 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -1/+1 |
|
|
* | Don't stop installing if compileall fails -- ever. | Guido van Rossum | 2007-07-15 | 1 | -2/+2 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -1/+1 |
|
|
* | Essential changes for print function changes. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -0/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -14/+14 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -12/+14 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -20/+41 |
|
|
* | Here is a bytes type. It's very minimal but it's a start. | Guido van Rossum | 2006-04-22 | 1 | -0/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -18/+38 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -0/+2 |
|
|
* | Let the buildbot make a single pass in the test suite only. | Martin v. Löwis | 2006-03-13 | 1 | -0/+4 |
|
|
* | Changes to build the _ctypes extension module. | Thomas Heller | 2006-03-08 | 1 | -1/+1 |
|
|
* | Allow buildbot to pass extra test flags to regrtest (specifically -r) via the... | Neal Norwitz | 2006-02-22 | 1 | -1/+1 |
|
|
* | Always set SVNVERSION to "exported" if it otherwise fails. | Martin v. Löwis | 2006-01-05 | 1 | -1/+1 |
|
|
* | Stop maintaining the buildno file. | Martin v. Löwis | 2006-01-05 | 1 | -18/+10 |
|
|
* | Try to make svnversion test more portable, based on Sjoerd's suggestion | Neal Norwitz | 2006-01-05 | 1 | -1/+1 |
|
|
* | SF bug #1395926: Also test for svnversion command on $PATH before using it to | Barry Warsaw | 2006-01-03 | 1 | -1/+1 |
|
|