| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 42 | -264/+420 |
|
|
* | Blocked revisions 63384,63545,63568,63914,63932,64028 via svnmerge | Georg Brandl | 2008-06-10 | 0 | -0/+0 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 21 | -76/+247 |
|
|
* | Fixed _bsddb key allocation errors. | Alexandre Vassalotti | 2008-06-10 | 1 | -0/+4 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 27 | -212/+931 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 13 | -119/+7 |
|
|
* | PyString_InternFromString -> PyUnicode_InternFromString | Thomas Heller | 2008-06-10 | 1 | -1/+1 |
|
|
* | Merged revisions 63988,63991 via svnmerge from | Thomas Heller | 2008-06-10 | 2 | -9/+77 |
|
|
* | Merged revisions 64070 via svnmerge from | Thomas Heller | 2008-06-10 | 1 | -4/+16 |
|
|
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 6 | -22/+4 |
|
|
* | Patch #3064: Port new turtle module and demos to 3.0. | Martin v. Löwis | 2008-06-10 | 25 | -909/+7624 |
|
|
* | Blocked revisions 64057-64058 via svnmerge | Alexandre Vassalotti | 2008-06-10 | 0 | -0/+0 |
|
|
* | Issue 2582: Fix pickling of range objects. | Alexandre Vassalotti | 2008-06-10 | 2 | -0/+19 |
|
|
* | block r64048 | Gregory P. Smith | 2008-06-09 | 0 | -0/+0 |
|
|
* | Blocked revisions 64044-64045 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | Blocked revisions 64040 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | #3059: Stop decoding Unicode in calendar module. | Georg Brandl | 2008-06-08 | 1 | -14/+6 |
|
|
* | Blocked revisions 64031 via svnmerge | Benjamin Peterson | 2008-06-08 | 0 | -0/+0 |
|
|
* | Remove cl usage from aifc and use bytes throughout. | Georg Brandl | 2008-06-07 | 1 | -147/+77 |
|
|
* | Blocked revisions 64016,64018-64019 via svnmerge | Georg Brandl | 2008-06-07 | 0 | -0/+0 |
|
|
* | Remove locking from buffer protocol as-per discussion. | Travis E. Oliphant | 2008-06-06 | 6 | -36/+0 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 8 | -41/+171 |
|
|
* | Issue 3049: Some 3k sizeof tests fail. | Robert Schuppenies | 2008-06-06 | 1 | -13/+10 |
|
|
* | Blocked revisions 63982 via svnmerge | Georg Brandl | 2008-06-06 | 0 | -0/+0 |
|
|
* | Merged revisions 63977 via svnmerge from | Thomas Heller | 2008-06-06 | 6 | -27/+327 |
|
|
* | Blocked revisions 63942-63943,63945 via svnmerge | Thomas Heller | 2008-06-06 | 0 | -0/+0 |
|
|
* | Merged revisions 63897-63898 via svnmerge from | Thomas Heller | 2008-06-06 | 3 | -3/+3 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 2 | -3/+4 |
|
|
* | Blocked revisions 63965,63967 via svnmerge | Benjamin Peterson | 2008-06-05 | 0 | -0/+0 |
|
|
* | use the more idomatic (and Py3k faster) while True | Benjamin Peterson | 2008-06-05 | 1 | -1/+1 |
|
|
* | remove imputil demo | Benjamin Peterson | 2008-06-05 | 1 | -248/+0 |
|
|
* | Blocked revisions 63961-63963 via svnmerge | Thomas Heller | 2008-06-05 | 0 | -0/+0 |
|
|
* | remove unused docstring | Benjamin Peterson | 2008-06-04 | 1 | -3/+0 |
|
|
* | Fixed isinstance() check in dis.dis(). | Alexandre Vassalotti | 2008-06-04 | 1 | -1/+1 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 9 | -2/+254 |
|
|
* | Remove tabcheck from the expected flags in sys.flags. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 22 | -61/+31 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 37 | -1242/+1082 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 37 | -1082/+1242 |
|
|
* | Fix misspelling. | Georg Brandl | 2008-06-04 | 3 | -4/+4 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-03 | 2 | -73/+82 |
|
|
* | Blocked revisions 63899 via svnmerge | Walter Dörwald | 2008-06-03 | 0 | -0/+0 |
|
|
* | Fix Tkinter sequence passing. #2906. | Georg Brandl | 2008-06-03 | 1 | -2/+7 |
|
|
* | Blocked revisions 63910 via svnmerge | Benjamin Peterson | 2008-06-03 | 0 | -0/+0 |
|
|
* | Removed the old cStringIO module. | Alexandre Vassalotti | 2008-06-02 | 1 | -754/+0 |
|
|
* | Refactored known type optimization, in anticipation of backporting to 2.6. I... | Eric Smith | 2008-06-02 | 1 | -7/+13 |
|
|
* | Fix uninitialized variable access, release memory. | Martin v. Löwis | 2008-06-02 | 1 | -0/+3 |
|
|
* | Port GetInteger and GetString to 3k. | Martin v. Löwis | 2008-06-02 | 1 | -2/+2 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 4 | -6/+45 |
|
|
* | Merged revisions 63888 via svnmerge from | Martin v. Löwis | 2008-06-02 | 2 | -0/+60 |
|
|