| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Blocked revisions 63738 via svnmerge | Benjamin Peterson | 2008-05-27 | 0 | -0/+0 |
|
|
* | Blocked revisions 63736 via svnmerge | Benjamin Peterson | 2008-05-27 | 0 | -0/+0 |
|
|
* | clean up some docstrings and errors in bytesobject.c | Benjamin Peterson | 2008-05-27 | 1 | -21/+18 |
|
|
* | #2957: marshal recursion limit exceeded when importing a large .pyc file | Amaury Forgeot d'Arc | 2008-05-26 | 3 | -2/+10 |
|
|
* | Blocked revisions 63725 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Blocked revisions 63721 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Blocked revisions 63719 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | update test ignore list | Benjamin Peterson | 2008-05-26 | 1 | -9/+9 |
|
|
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 13 | -196/+140 |
|
|
* | Add the new packages to the Makefile for installation. | Brett Cannon | 2008-05-26 | 1 | -1/+1 |
|
|
* | Ignore py(c|o) files. | Brett Cannon | 2008-05-26 | 0 | -0/+0 |
|
|
* | Add NEWS entry for http package. | Georg Brandl | 2008-05-26 | 1 | -0/+5 |
|
|
* | Remove _FooCookieJar modules and merge their content into http.cookiejar. | Georg Brandl | 2008-05-26 | 3 | -320/+295 |
|
|
* | Fix old-style octal literals in the docs. | Georg Brandl | 2008-05-26 | 5 | -26/+27 |
|
|
* | Blocked revisions 63704 via svnmerge | Benjamin Peterson | 2008-05-26 | 0 | -0/+0 |
|
|
* | Remove remaining references to UserDict module. | Georg Brandl | 2008-05-26 | 2 | -21/+20 |
|
|
* | remove test.support.have_unicode | Benjamin Peterson | 2008-05-26 | 4 | -26/+12 |
|
|
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 7 | -4/+368 |
|
|