| Commit message (Expand) | Author | Age | Files | Lines |
* | Blocked revisions 70757,70981,71029,71031,71082 via svnmerge | Benjamin Peterson | 2009-04-11 | 0 | -0/+0 |
|
|
* | Merged revisions 71303 via svnmerge from | Benjamin Peterson | 2009-04-11 | 2 | -14/+96 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 17 | -132/+235 |
|
|
* | Blocked revisions 70807,70986,70993-70994,71127,71300,71302,71361,71365,71367... | Benjamin Peterson | 2009-04-11 | 0 | -0/+0 |
|
|
* | Remove mentions of "long". | Georg Brandl | 2009-04-11 | 1 | -4/+4 |
|
|
* | #5502: accelerate binary buffered IO (especially small operations). | Antoine Pitrou | 2009-04-11 | 1 | -104/+154 |
|
|
* | Merged revisions 71478 via svnmerge from | Tarek Ziadé | 2009-04-11 | 2 | -1/+8 |
|
|
* | Merged revisions 71473 via svnmerge from | Tarek Ziadé | 2009-04-11 | 6 | -0/+303 |
|
|
* | Merged revisions 71467 via svnmerge from | Tarek Ziadé | 2009-04-11 | 1 | -1/+1 |
|
|
* | Merged revisions 71465 via svnmerge from | Nick Coghlan | 2009-04-11 | 4 | -34/+105 |
|
|
* | Merged revisions 71210 via svnmerge from | Guilherme Polo | 2009-04-10 | 2 | -3/+5 |
|
|
* | Fix alignment | Raymond Hettinger | 2009-04-10 | 1 | -13/+13 |
|
|
* | Add examples. | Raymond Hettinger | 2009-04-10 | 1 | -58/+21 |
|
|
* | Update signature style for optional arguments, part 3. | Georg Brandl | 2009-04-10 | 14 | -70/+63 |
|
|
* | #5698, part 2: generate a meta info in pydoc HTML pages indicating the encodi... | Georg Brandl | 2009-04-10 | 1 | -2/+3 |
|
|
* | Merged revisions 71443 via svnmerge from | Georg Brandl | 2009-04-10 | 1 | -1/+1 |
|
|
* | Merged revisions 71441 via svnmerge from | Georg Brandl | 2009-04-10 | 1 | -2/+1 |
|
|
* | Merged revisions 71424-71425,71428-71429 via svnmerge from | Georg Brandl | 2009-04-10 | 1 | -7/+13 |
|
|
* | Merged revisions 71409 via svnmerge from | Georg Brandl | 2009-04-10 | 1 | -0/+415 |
|
|
* | -fixes telnetlib constants to be one-length byte arrays instead of ints | Jack Diederich | 2009-04-10 | 2 | -76/+367 |
|
|
* | Clarify the table entries for combinatorics. | Raymond Hettinger | 2009-04-10 | 1 | -8/+13 |
|
|
* | Fix link | Raymond Hettinger | 2009-04-09 | 1 | -1/+1 |
|
|
* | Add note on using keyword arguments with OrderedDict. | Raymond Hettinger | 2009-04-09 | 1 | -0/+4 |
|
|
* | Merged revisions 71414 via svnmerge from | R. David Murray | 2009-04-09 | 3 | -18/+175 |
|
|
* | Merged revisions 71413 via svnmerge from | Tarek Ziadé | 2009-04-09 | 3 | -3/+40 |
|
|
* | Fix markup | Raymond Hettinger | 2009-04-09 | 1 | -2/+2 |
|
|
* | Update whatsnew based on doc search. | Raymond Hettinger | 2009-04-09 | 6 | -30/+77 |
|
|
* | Clean-up an example. | Raymond Hettinger | 2009-04-08 | 1 | -2/+2 |
|
|
* | fix building | Benjamin Peterson | 2009-04-08 | 1 | -0/+1 |
|
|
* | don't install scripts which will overwrite 2.x ones #1590 | Benjamin Peterson | 2009-04-08 | 1 | -3/+5 |
|
|
* | fix installing of extension modules | Benjamin Peterson | 2009-04-08 | 1 | -1/+1 |
|
|
* | Remove bits that pertained to earlier releases. | Raymond Hettinger | 2009-04-08 | 1 | -22/+4 |
|
|
* | Minor factoring. | Raymond Hettinger | 2009-04-08 | 1 | -1/+1 |
|
|
* | Perform minor copy edits | Raymond Hettinger | 2009-04-08 | 1 | -40/+37 |
|
|
* | Add example for auto-renaming. | Raymond Hettinger | 2009-04-08 | 1 | -1/+12 |
|
|
* | Typo. | Raymond Hettinger | 2009-04-08 | 1 | -1/+1 |
|
|
* | Add docstrings. | Raymond Hettinger | 2009-04-08 | 1 | -0/+29 |
|
|
* | Fix-up attribution per IRC discussion with GPolo. | Raymond Hettinger | 2009-04-08 | 1 | -2/+1 |
|
|
* | Add link. | Raymond Hettinger | 2009-04-07 | 1 | -1/+1 |
|
|
* | Removed unused #include. | Eric Smith | 2009-04-07 | 1 | -1/+0 |
|
|
* | Revert 3k change to msilib, which is executed with Python 2.x. | Georg Brandl | 2009-04-07 | 1 | -4/+4 |
|
|
* | Fix make.bat to match makefile changes | Raymond Hettinger | 2009-04-07 | 1 | -1/+2 |
|
|
* | install as python3 #5461 | Benjamin Peterson | 2009-04-07 | 1 | -1/+1 |
|
|
* | Merged revisions 71335 via svnmerge from | Benjamin Peterson | 2009-04-07 | 1 | -0/+1 |
|
|
* | don't install extras like pydoc and idle in altinstall, possibly overwriting ... | Benjamin Peterson | 2009-04-07 | 1 | -1/+1 |
|
|
* | Don't check for broken Berkley-DB versions on some platforms; the | Matthias Klose | 2009-04-07 | 1 | -8/+0 |
|
|
* | - Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built | Matthias Klose | 2009-04-07 | 2 | -2/+168 |
|
|
* | Merged revisions 71229,71271 via svnmerge from | Matthias Klose | 2009-04-07 | 3 | -11/+14 |
|
|
* | Merged revisions 71268 via svnmerge from | Matthias Klose | 2009-04-07 | 2 | -1/+4 |
|
|
* | Revert removal of atof.c and strtod.c in r71341. We're not quite | Mark Dickinson | 2009-04-07 | 2 | -0/+206 |
|
|