| Commit message (Expand) | Author | Age | Files | Lines |
* | Blocked revisions 70443,70471,70702 via svnmerge | Benjamin Peterson | 2009-05-02 | 0 | -0/+0 |
|
|
* | port simplejson upgrade from the trunk #4136 | Benjamin Peterson | 2009-05-02 | 15 | -902/+1954 |
|
|
* | Merged revisions 72189 via svnmerge from | Eric Smith | 2009-05-02 | 1 | -0/+6 |
|
|
* | Merged revisions 72183-72184 via svnmerge from | Gregory P. Smith | 2009-05-02 | 2 | -77/+80 |
|
|
* | Merged revisions 72173 via svnmerge from | Gregory P. Smith | 2009-05-01 | 4 | -0/+2262 |
|
|
* | use C character code to simplify #5410 | Benjamin Peterson | 2009-05-01 | 1 | -12/+6 |
|
|
* | Merged revisions 72180 via svnmerge from | Antoine Pitrou | 2009-05-01 | 2 | -0/+6 |
|
|
* | Merged revisions 72178 via svnmerge from | Antoine Pitrou | 2009-05-01 | 3 | -4/+53 |
|
|
* | versionadded | Benjamin Peterson | 2009-05-01 | 1 | -0/+4 |
|
|
* | add myself | Benjamin Peterson | 2009-05-01 | 2 | -1/+3 |
|
|
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 7 | -15/+214 |
|
|
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 10 | -67/+78 |
|
|
* | Issue #5859: Remove '%f' to '%g' formatting switch for large floats. | Mark Dickinson | 2009-05-01 | 6 | -19/+27 |
|
|
* | Issue #5859: Remove use of fixed-length buffers for float formatting | Mark Dickinson | 2009-05-01 | 4 | -99/+91 |
|
|
* | Merged revisions 72159 via svnmerge from | Georg Brandl | 2009-05-01 | 1 | -1/+1 |
|
|
* | Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the | Senthil Kumaran | 2009-05-01 | 1 | -10/+3 |
|
|
* | - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify | Matthias Klose | 2009-04-30 | 4 | -32/+116 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 6 | -53/+426 |
|
|
* | Blocked revisions 72137 via svnmerge | Eric Smith | 2009-04-30 | 0 | -0/+0 |
|
|
* | Merged revisions 72135 via svnmerge from | Benjamin Peterson | 2009-04-30 | 1 | -0/+2 |
|
|
* | fix test__all__ | Benjamin Peterson | 2009-04-29 | 1 | -1/+1 |
|
|
* | Blocked revisions 72126-72127 via svnmerge | Mark Dickinson | 2009-04-29 | 0 | -0/+0 |
|
|
* | add UnsupportedOperation to __all__ | Benjamin Peterson | 2009-04-29 | 1 | -1/+1 |
|
|
* | Document the fact that 'compname' and 'comptype' are bytes. | R. David Murray | 2009-04-29 | 2 | -11/+12 |
|
|
* | Blocked revisions 72119 via svnmerge | Mark Dickinson | 2009-04-29 | 0 | -0/+0 |
|
|
* | Merged revisions 72115 via svnmerge from | R. David Murray | 2009-04-29 | 1 | -7/+53 |
|
|
* | Issue #5864: Fix problem with empty code formatting for floats, | Mark Dickinson | 2009-04-29 | 4 | -78/+124 |
|
|
* | Merged revisions 72100-72101 via svnmerge from | R. David Murray | 2009-04-29 | 6 | -9/+63 |
|
|
* | Remove dependency on the collections module. | Raymond Hettinger | 2009-04-29 | 1 | -3/+41 |
|
|
* | Added test that didn't make it in an svnmerge. | Eric Smith | 2009-04-29 | 1 | -0/+62 |
|
|
* | Merged revisions 72094 via svnmerge from | Tarek Ziadé | 2009-04-29 | 2 | -1/+4 |
|
|
* | Die, buffer(), die. | Georg Brandl | 2009-04-29 | 1 | -1/+1 |
|
|
* | Issue #5857: tokenize.tokenize() now returns named tuples. | Raymond Hettinger | 2009-04-29 | 1 | -0/+2 |
|
|
* | Issue #5857: tokenize.tokenize() now returns named tuples. | Raymond Hettinger | 2009-04-29 | 2 | -20/+28 |
|
|
* | Merged revisions 72081 via svnmerge from | Thomas Heller | 2009-04-28 | 3 | -6/+8 |
|
|
* | Merged revisions 72060 via svnmerge from | R. David Murray | 2009-04-28 | 1 | -44/+64 |
|
|
* | Blocked revisions 72056 via svnmerge | Eric Smith | 2009-04-28 | 0 | -0/+0 |
|
|
* | Merged revisions 72054 via svnmerge from | Antoine Pitrou | 2009-04-27 | 5 | -1746/+2056 |
|
|
* | Merged revisions 72045 via svnmerge from | Antoine Pitrou | 2009-04-27 | 2 | -15/+17 |
|
|
* | Add another example to the seealso section. | Raymond Hettinger | 2009-04-27 | 1 | -2/+9 |
|
|
* | Include files missed in r72044. | Eric Smith | 2009-04-27 | 2 | -0/+242 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 13 | -294/+96 |
|
|
* | Typo fix. Thanks Damien Diederen. | Mark Dickinson | 2009-04-27 | 1 | -1/+1 |
|
|
* | Third to last example is now marked as a test, but I can't actually test | R. David Murray | 2009-04-27 | 1 | -29/+28 |
|
|
* | Merged revisions 71995 via svnmerge from | Georg Brandl | 2009-04-27 | 2 | -25/+13 |
|
|
* | Merged revisions 71955,71962 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -3/+3 |
|
|
* | Blocked revisions 71893,71904 via svnmerge | Georg Brandl | 2009-04-27 | 0 | -0/+0 |
|
|
* | Merged revisions 71814-71817,71901-71903 via svnmerge from | Georg Brandl | 2009-04-27 | 7 | -8/+18 |
|
|
* | Merged revisions 71740 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 71607,71653,71696,71771,71786 via svnmerge from | Georg Brandl | 2009-04-27 | 4 | -11/+13 |
|
|