| Commit message (Expand) | Author | Age | Files | Lines |
| * | Neal sent real performance numbers. :-( | Guido van Rossum | 2007-08-31 | 1 | -2/+3 |
|
|
| * | string.maketrans() now produces translation tables for bytes.translate() -- w... | Georg Brandl | 2007-08-31 | 2 | -19/+12 |
|
|
| * | Add bytes methods documentation. | Georg Brandl | 2007-08-31 | 3 | -61/+243 |
|
|
| * | Commit #1068: new docs for PEP 3101. Also document the old string formatting ... | Georg Brandl | 2007-08-31 | 9 | -389/+513 |
|
|
| * | Update the first two parts of the reference manual for Py3k, | Georg Brandl | 2007-08-31 | 3 | -234/+175 |
|
|
| * | Fix unicode issue in tutorial. | Georg Brandl | 2007-08-31 | 1 | -4/+2 |
|
|
| * | Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x. | Georg Brandl | 2007-08-31 | 1 | -7/+6 |
|
|
| * | Correct a few typos. | Georg Brandl | 2007-08-31 | 1 | -76/+75 |
|
|
| * | Thomas removed all the SLICE op codes | Neal Norwitz | 2007-08-31 | 1 | -65/+0 |
|
|
| * | A few more fixes to the tutorial | Neal Norwitz | 2007-08-31 | 2 | -7/+6 |
|
|
| * | Tutorial update for 3.0 by Paul Dubois. | Guido van Rossum | 2007-08-31 | 12 | -352/+378 |
|
|
| * | First draft of a what's new document. | Guido van Rossum | 2007-08-31 | 1 | -26/+248 |
|
|
| * | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 7 | -70/+155 |
|
|
| * | Fix more lingering print statements. | Collin Winter | 2007-08-30 | 2 | -10/+10 |
|
|
| * | Add 3.0 to the silly list in license.rst too, and update the Doc README. | Georg Brandl | 2007-08-30 | 2 | -63/+72 |
|
|
| * | Three patches from issue #1047, by Amaury Forgeot d'Arc: | Guido van Rossum | 2007-08-29 | 1 | -0/+7 |
|
|
| * | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 12 | -123/+631 |
|
|
| * | Idiom adjustment in the docs for the parser module. | Collin Winter | 2007-08-28 | 1 | -8/+6 |
|
|
| * | Kill lingering docs references to UnicodeType. | Collin Winter | 2007-08-28 | 2 | -8/+1 |
|
|
| * | Don't encourage 'from types import *' in the types module's docs. | Collin Winter | 2007-08-28 | 1 | -4/+3 |
|
|
| * | Cosmetic fixes to make this work with Py3k (as well as with 2.5 still). | Guido van Rossum | 2007-08-25 | 1 | -5/+5 |
|
|
| * | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 10 | -85/+116 |
|
|
| * | Correction to the xmlrpc docs by John Reese and Jacques Frechet. | Guido van Rossum | 2007-08-23 | 1 | -1/+1 |
|
|
| * | Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns | Lars Gustäbel | 2007-08-21 | 1 | -33/+28 |
|
|
| * | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 3 | -8/+9 |
|
|
| * | Remove note about compatibility layer, as the compatibility layer was removed. | Jeremy Hylton | 2007-08-20 | 1 | -6/+0 |
|
|
| * | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 2 | -7/+1 |
|
|
| * | Force PYTHON = python2.5. | Guido van Rossum | 2007-08-18 | 1 | -1/+1 |
|
|
| * | Another merge. Only doc stuff was affected (but this aligns the UTF-32 | Guido van Rossum | 2007-08-17 | 6 | -335/+349 |
|
|
| * | Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests | Walter Dörwald | 2007-08-17 | 1 | -2/+7 |
|
|
| * | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
| * | No need to define raw_input(), input() does the same. | Georg Brandl | 2007-08-17 | 2 | -21/+3 |
|
|
| * | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -3/+0 |
|
|
| * | Manually patched a few things that didn't get merged in, but should. | Guido van Rossum | 2007-08-17 | 16 | -31/+73 |
|
|
| * | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -0/+80 |
|
|
| * | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 2 | -0/+74 |
|
|
| * | Complete truncated sentence. | Walter Dörwald | 2007-08-16 | 1 | -1/+1 |
|
|
| * | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -4/+1 |
|
|
| * | Remove license of the md5 module which is no longer part of Python. | Georg Brandl | 2007-08-16 | 1 | -50/+0 |
|
|
| * | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 423 | -0/+131199 |
|
|
| * | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 490 | -150234/+0 |
|
|
| * | Fix doc compilation problem. | George Yoshida | 2007-08-15 | 1 | -1/+1 |
|
|
| * | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+5 |
|
|
| * | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 1 | -30/+3 |
|
|
| * | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -10/+0 |
|
|
| * | Remove docs for builtin file. | Neal Norwitz | 2007-08-12 | 1 | -103/+54 |
|
|
| * | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 9 | -51/+22 |
|
|
| * | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -10/+0 |
|
|
| * | Fix some doc problems. | Neal Norwitz | 2007-08-10 | 2 | -3/+3 |
|
|
| * | Merged revisions 56782-56847 via svnmerge from | Guido van Rossum | 2007-08-09 | 3 | -8/+16 |
|
|