| Commit message (Expand) | Author | Age | Files | Lines |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -0/+10 |
* | Merged revisions 69889 via svnmerge from | Matthias Klose | 2009-02-22 | 1 | -3/+3 |
* | Add importlib to the Makefile. | Brett Cannon | 2009-02-03 | 1 | -0/+3 |
* | Issue #4753: By enabling a configure option named '--with-computed-gotos' | Antoine Pitrou | 2009-01-25 | 1 | -0/+15 |
* | de-spacify | Benjamin Peterson | 2009-01-13 | 1 | -3/+3 |
* | make bytearrayobject.o depend on the stringlib headers #4936 | Benjamin Peterson | 2009-01-13 | 1 | -2/+2 |
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
* | Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ... | Georg Brandl | 2009-01-03 | 1 | -6/+10 |
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -1/+0 |
* | use $(RUNSHARED) to run plat-mac/regen | Benjamin Peterson | 2008-12-30 | 1 | -1/+1 |
* | Merged revisions 67844 via svnmerge from | Mark Dickinson | 2008-12-18 | 1 | -1/+1 |
* | fix the Makefile so it doesn't pollute sys.path | Benjamin Peterson | 2008-11-18 | 1 | -1/+0 |
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -2/+2 |
* | Merged revisions 66819 via svnmerge from | Brett Cannon | 2008-10-06 | 1 | -1/+1 |
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 1 | -5/+5 |
* | Merged revisions 66237 via svnmerge from | Brett Cannon | 2008-09-05 | 1 | -1/+1 |
* | fix dependencies after rename | Benjamin Peterson | 2008-08-18 | 1 | -2/+2 |
* | Merged revisions 65368 via svnmerge from | Martin v. Löwis | 2008-08-01 | 1 | -1/+1 |
* | fix dependencies | Benjamin Peterson | 2008-07-16 | 1 | -1/+2 |
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -2/+11 |
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 1 | -1/+0 |
* | fix syntax | Benjamin Peterson | 2008-07-01 | 1 | -1/+1 |
* | Merged revisions 64422 via svnmerge from | Benjamin Peterson | 2008-06-20 | 1 | -0/+1 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -1/+1 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -7/+7 |
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -7/+7 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -7/+7 |
* | remove plat-mac references | Benjamin Peterson | 2008-05-31 | 1 | -10/+0 |
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -1/+0 |
* | Add the new packages to the Makefile for installation. | Brett Cannon | 2008-05-26 | 1 | -1/+1 |
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 1 | -1/+1 |
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+6 |
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+2 |
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+1 |
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 1 | -0/+1 |
* | Don't echo the echo commands added to "make install". Fix a typo. | Guido van Rossum | 2008-05-08 | 1 | -4/+4 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -15/+6 |
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -0/+2 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+31 |
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -2/+0 |
* | "make install" is now an alias for "make altinstall", to prevent | Guido van Rossum | 2008-04-07 | 1 | -1/+9 |
* | 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 |