Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tutorial formatting patch by Robin Stocker. | Georg Brandl | 2007-09-03 | 7 | -19/+20 |
| | |||||
* | Address a few XXX comments, other fixes. | Georg Brandl | 2007-08-31 | 1 | -7/+0 |
| | |||||
* | - document bytes() | Georg Brandl | 2007-08-31 | 1 | -30/+21 |
| | | | | | | | - throw out many mentions of "old-style/new-style" - add memoryview() though I somebody has to fill in the details - throw out str.decode() - throw out classobj and instanceobj | ||||
* | Commit #1068: new docs for PEP 3101. Also document the old string formatting ↵ | Georg Brandl | 2007-08-31 | 1 | -2/+2 |
| | | | | as "old", and begin documenting str/unicode unification. | ||||
* | Fix unicode issue in tutorial. | Georg Brandl | 2007-08-31 | 1 | -4/+2 |
| | |||||
* | 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 |
| | | | | | | I had to fix a few markup issues in controlflow.rst and modules.rst. There's a unicode issue on line 448 in introduction.rst that someone else needs to fix. | ||||
* | Another merge. Only doc stuff was affected (but this aligns the UTF-32 | Guido van Rossum | 2007-08-17 | 3 | -335/+9 |
| | | | | | codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one. | ||||
* | No need to define raw_input(), input() does the same. | Georg Brandl | 2007-08-17 | 2 | -21/+3 |
| | |||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 16 | -0/+5808 |