| Commit message (Expand) | Author | Age | Files | Lines |
* | string.maketrans -> str.maketrans | Benjamin Peterson | 2008-12-13 | 1 | -6/+3 |
|
|
* | #4592: fix embedding example with new C API changes. | Georg Brandl | 2008-12-09 | 2 | -3/+9 |
|
|
* | #4586: fix usage of Py_InitModule. | Georg Brandl | 2008-12-07 | 1 | -1/+6 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 2 | -1/+40 |
|
|
* | Forward-port r67624 and r67627. | Georg Brandl | 2008-12-07 | 2 | -8/+1 |
|
|
* | remove extraneous 'text' | Benjamin Peterson | 2008-12-07 | 1 | -3/+3 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 11 | -41/+93 |
|
|
* | document how to deal with binary standard streams | Benjamin Peterson | 2008-12-07 | 1 | -0/+6 |
|
|
* | #4576: fix ob_type access. | Georg Brandl | 2008-12-07 | 1 | -4/+4 |
|
|
* | #4562: fix zip() examples. | Georg Brandl | 2008-12-06 | 1 | -2/+2 |
|
|
* | Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. | Raymond Hettinger | 2008-12-06 | 1 | -8/+9 |
|
|
* | cmp() is not really gone. | Georg Brandl | 2008-12-06 | 1 | -6/+5 |
|
|
* | #4557: remove 'c' typecode from array docs and add a note in whatsnew. | Georg Brandl | 2008-12-06 | 2 | -6/+5 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-05 | 1 | -7/+6 |
|
|
* | #4549: Mention nonlocal statement in tutorial section about scoping. | Georg Brandl | 2008-12-05 | 1 | -6/+5 |
|
|
* | #4550: fix 2.x syntax in webservers howto. | Georg Brandl | 2008-12-05 | 1 | -7/+8 |
|
|
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 7 | -219/+215 |
|
|
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 2 | -6/+6 |
|
|
* | Tweak verbiage and markup for relative/absolute import. Backport candidate. | Guido van Rossum | 2008-12-05 | 1 | -4/+3 |
|
|
* | fix Sphinx warnings | Benjamin Peterson | 2008-12-05 | 1 | -2/+2 |
|
|
* | Add a skeleton 3.1 whatsnew document. | Georg Brandl | 2008-12-04 | 2 | -0/+70 |
|
|
* | #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 |
|
|
* | Prep for Python 3.1! | Barry Warsaw | 2008-12-03 | 4 | -12/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 14 | -24/+54 |
|
|