| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 63625-63629,63631-63633,63635-63638 via svnmerge from | Martin v. Löwis | 2008-06-02 | 2 | -1/+33 |
|
|
* | Blocked revisions 63873 via svnmerge | Georg Brandl | 2008-06-01 | 0 | -0/+0 |
|
|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 15 | -1969/+14 |
|
|
* | Merged revisions 63871 via svnmerge from | Georg Brandl | 2008-06-01 | 5 | -135/+269 |
|
|
* | remove mac module docs missed in the first round | Benjamin Peterson | 2008-06-01 | 2 | -129/+0 |
|
|
* | Add proper heading for tools entry. | Georg Brandl | 2008-06-01 | 1 | -1/+4 |
|
|
* | Blocked revisions 63861 via svnmerge | Georg Brandl | 2008-06-01 | 0 | -0/+0 |
|
|
* | Blocked revisions 63863 via svnmerge | Benjamin Peterson | 2008-06-01 | 0 | -0/+0 |
|
|
* | add notes about the removal of bgen | Benjamin Peterson | 2008-06-01 | 2 | -3/+2 |
|
|
* | remove old mac scripts including bgen | Benjamin Peterson | 2008-06-01 | 22 | -5426/+0 |
|
|
* | Blocked revisions 63848-63849 via svnmerge | Martin v. Löwis | 2008-06-01 | 0 | -0/+0 |
|
|
* | Blocked revisions 63846 via svnmerge | Martin v. Löwis | 2008-06-01 | 0 | -0/+0 |
|
|
* | Whitespace nits. | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+2 |
|
|
* | Added documentation for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+6 |
|
|
* | Added missing prototype for PyDict_GetItemWithError(). | Alexandre Vassalotti | 2008-06-01 | 1 | -0/+1 |
|
|
* | Added a note to [] that special forms & special chars lose their meaning | Mark Summerfield | 2008-05-31 | 1 | -0/+6 |
|
|
* | Optimization of str.format() for cases with unicode, long, and float | Eric Smith | 2008-05-31 | 1 | -7/+28 |
|
|
* | remove plat-mac references | Benjamin Peterson | 2008-05-31 | 3 | -58/+4 |
|
|
* | Blocked revisions 63814 via svnmerge | Eric Smith | 2008-05-30 | 0 | -0/+0 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 10 | -99/+98 |
|
|
* | Add test case for r63810. | Georg Brandl | 2008-05-30 | 1 | -0/+5 |
|
|
* | Don't return the same object from trivial replace() cases -- | Georg Brandl | 2008-05-30 | 1 | -4/+1 |
|
|
* | Fix all return types for str/bytes/bytearray docstrings and make the wording ... | Georg Brandl | 2008-05-30 | 3 | -77/+81 |
|
|
* | Remove basestring usage. | Georg Brandl | 2008-05-30 | 1 | -1/+1 |
|
|
* | #3007: remove stringio docs and fix a few nits in io docs. | Georg Brandl | 2008-05-30 | 3 | -121/+20 |
|
|
* | Blocked revisions 63800 via svnmerge | Brett Cannon | 2008-05-29 | 0 | -0/+0 |
|
|
* | Merged revisions 63460,63464 via svnmerge from | Benjamin Peterson | 2008-05-29 | 2 | -6/+30 |
|
|
* | Unblocked revisions 63460,63464 via svnmerge | Benjamin Peterson | 2008-05-29 | 0 | -0/+0 |
|
|
* | add the gestalt module back as _gestalt | Benjamin Peterson | 2008-05-29 | 3 | -5/+83 |
|
|
* | Merged revisions 63791-63792 via svnmerge from | Thomas Heller | 2008-05-29 | 2 | -21/+29 |
|
|
* | Blocked revisions 63776 via svnmerge | Georg Brandl | 2008-05-29 | 0 | -0/+0 |
|
|
* | #2906: accept lists for options, and some cosmetic fixes in Tkinter. | Georg Brandl | 2008-05-29 | 1 | -15/+19 |
|
|
* | Blocked revisions 63767 via svnmerge | Brett Cannon | 2008-05-29 | 0 | -0/+0 |
|
|
* | Remove deprecated SmartCookie and SerialCookie classes. | Georg Brandl | 2008-05-28 | 4 | -212/+16 |
|
|
* | Make db modules' error classes inherit IOError. | Georg Brandl | 2008-05-28 | 5 | -51/+50 |
|
|
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 5 | -13/+11 |
|
|