| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 2 | -1/+4 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 3 | -3/+46 |
|
|
* | Add a skeleton 3.1 whatsnew document. | Georg Brandl | 2008-12-04 | 2 | -0/+70 |
|
|
* | #4513: remove traces of zip() docstring from when it was izip(). | Georg Brandl | 2008-12-04 | 1 | -3/+1 |
|
|
* | #4521: fix getcwdu() vs getcwdb(). | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | #4526: fix typo. | Georg Brandl | 2008-12-04 | 1 | -2/+3 |
|
|
* | #4527: fix "unicode or string". | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | - fix markup error | Fred Drake | 2008-12-04 | 1 | -2/+2 |
|
|
* | Wording change (flaunt -> disobey); markup fixes. The largest edit is to the... | Andrew M. Kuchling | 2008-12-04 | 1 | -10/+11 |
|
|
* | More 3.0 -> 3.1 transistion in the Windows and OS/2 build files | Christian Heimes | 2008-12-04 | 4 | -5/+5 |
|
|
* | Bumped up version number in PC/pyconfig.h. | Hirokazu Yamamoto | 2008-12-04 | 1 | -2/+2 |
|
|
* | More 3.0 -> 3.1 transistions | Christian Heimes | 2008-12-03 | 7 | -20/+20 |
|
|
* | Bumped up version numbers of configure/autoconf scripts | Christian Heimes | 2008-12-03 | 2 | -12/+12 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 12 | -1432/+1444 |
|
|
* | Remove remark about NaN==NaN, I misunderstood that issue. | Guido van Rossum | 2008-12-03 | 1 | -2/+1 |
|
|
* | Minor edits. | Raymond Hettinger | 2008-12-03 | 1 | -3/+4 |
|
|
* | Fixed a warning on whatsnew/3.0.rst | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Use the :mod: role. | Georg Brandl | 2008-12-03 | 1 | -1/+1 |
|
|
* | Some textual tweaks, and fixed a few typos found by a spell checker. | Guido van Rossum | 2008-12-03 | 1 | -26/+39 |
|
|
* | Fix bad markup. | Guido van Rossum | 2008-12-03 | 1 | -2/+2 |
|
|
* | More cleanup. Moved all Unicode and str/bytes info to the text/data | Guido van Rossum | 2008-12-03 | 1 | -289/+296 |
|
|
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -12/+33 |
|
|
* | Another checkpoint -- some stuff I managed to do on the train. | Guido van Rossum | 2008-12-03 | 1 | -81/+94 |
|
|
* | Merged revisions 67484 via svnmerge from | Christian Heimes | 2008-12-03 | 1 | -1/+1 |
|
|
* | Another checkpoint. | Guido van Rossum | 2008-12-03 | 1 | -38/+38 |
|
|
* | interators -> iterators (thanks Taggnostr) | Gregory P. Smith | 2008-12-02 | 1 | -1/+1 |
|
|
* | Finished what I'm going to write about the standard library. | Guido van Rossum | 2008-12-02 | 1 | -49/+87 |
|
|
* | Finished the "porting to 3.0" section. Had to add a label to | Guido van Rossum | 2008-12-02 | 2 | -7/+31 |
|
|
* | Another checkpoint. More XXXes added... | Guido van Rossum | 2008-12-02 | 3 | -205/+274 |
|
|
* | Issue 3689: list_reverseiterator should support __length_hint__ instead of _... | Raymond Hettinger | 2008-12-02 | 3 | -8/+14 |
|
|
* | Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be si... | Raymond Hettinger | 2008-12-02 | 1 | -1/+1 |
|
|
* | Another checkpoint to switch machines. | Guido van Rossum | 2008-12-02 | 1 | -3/+65 |
|
|
* | Add missing bracket. | Walter Dörwald | 2008-12-02 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2008-12-02 | 1 | -1/+1 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 6 | -32/+34 |
|
|
* | Fix docutils parsing errors in Misc/NEWS. | Alexandre Vassalotti | 2008-12-02 | 1 | -9/+10 |
|
|
* | fix markup | Benjamin Peterson | 2008-12-02 | 1 | -1/+1 |
|
|
* | Checkpoint. Added some stuff. Mostly XXX notes for myself. :-) | Guido van Rossum | 2008-12-02 | 1 | -94/+257 |
|
|
* | Merged revisions 67467 via svnmerge from | Georg Brandl | 2008-12-01 | 1 | -1/+5 |
|
|
* | Add script forgotten in r67464. | Martin v. Löwis | 2008-12-01 | 1 | -0/+10 |
|
|
* | Issue #4073: Add 2to3 support to build_scripts, refactor that support | Martin v. Löwis | 2008-12-01 | 5 | -22/+77 |
|
|
* | Update copyright for recent changes. | Raymond Hettinger | 2008-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 23 | -34/+129 |
|
|
* | Merged revisions 67442 via svnmerge from | Benjamin Peterson | 2008-11-30 | 1 | -25/+40 |
|
|
* | Merged revisions 67449 via svnmerge from | Martin v. Löwis | 2008-11-30 | 2 | -1/+6 |
|
|
* | Issue #4407: Fix source file that caused the compileall step in Windows | Martin v. Löwis | 2008-11-30 | 2 | -1/+7 |
|
|
* | Blocked revisions 67370 via svnmerge | Benjamin Peterson | 2008-11-30 | 0 | -0/+0 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 3 | -3/+6 |
|
|
* | #4455: IDLE failed to display the windows list when two windows have the same... | Amaury Forgeot d'Arc | 2008-11-28 | 2 | -2/+5 |
|
|
* | Merged revisions 67428 via svnmerge from | Benjamin Peterson | 2008-11-28 | 15 | -86/+104 |
|
|