| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -0/+7 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -0/+1 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 2 | -8/+8 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -70/+0 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 1 | -11/+0 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 2 | -2/+47 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -1/+0 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 2 | -8/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -1/+8 |
|
|
* | Added missing prototype for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+1 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 4 | -9/+18 |
|
|
* | remove PyBytes_Format from header | Benjamin Peterson | 2008-05-26 | 1 | -1/+0 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 4 | -152/+152 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 5 | -32/+32 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 3 | -17/+17 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | remove mactoolboxglue | Benjamin Peterson | 2008-05-13 | 1 | -189/+0 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 2 | -0/+22 |
|
|
* | Remove old macro that isn't used anywhere anymore. | Georg Brandl | 2008-05-11 | 1 | -4/+0 |
|
|
* | Post tag updates. | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
|
|
* | Bumping versions for 3.0a5v3.0a5 | Barry Warsaw | 2008-05-08 | 1 | -2/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -0/+1 |
|
|
* | Cleanup the Unicode header documentation and formatting a bit. | Marc-André Lemburg | 2008-04-29 | 1 | -11/+22 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 5 | -126/+196 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -0/+2 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 5 | -7/+23 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 4 | -21/+21 |
|
|
* | Post tag version tweak | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
|
|
* | release.py induced and manual editing steps for 3.0a4.v3.0a4 | Barry Warsaw | 2008-04-02 | 1 | -2/+4 |
|
|
* | Merged revisions 62047 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -5/+12 |
|
|
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -0/+2 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 2 | -8/+8 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -7/+7 |
|
|
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 3 | -0/+12 |
|
|
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 2 | -0/+2 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -0/+2 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -3/+0 |
|
|
* | Prep for 3.0a4 | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
|
|
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 1 | -2/+2 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -0/+3 |
|
|
* | Remove unused and non-PEP-related entry from PyBufferProcs | Travis E. Oliphant | 2008-02-19 | 1 | -1/+0 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -0/+7 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 5 | -0/+11 |
|
|
* | Bug #1595: Remove extra semicolon. | Martin v. Löwis | 2008-02-12 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -0/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 3 | -1/+21 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -1/+5 |
|
|
* | Fixed r60466 | Christian Heimes | 2008-01-31 | 1 | -1/+0 |
|
|