summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial formatting patch by Robin Stocker.Georg Brandl2007-09-037-19/+20
|
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-7/+0
|
* - document bytes()Georg Brandl2007-08-311-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 Brandl2007-08-311-2/+2
| | | | as "old", and begin documenting str/unicode unification.
* Fix unicode issue in tutorial.Georg Brandl2007-08-311-4/+2
|
* A few more fixes to the tutorialNeal Norwitz2007-08-312-7/+6
|
* Tutorial update for 3.0 by Paul Dubois.Guido van Rossum2007-08-3112-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-32Guido van Rossum2007-08-173-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 Brandl2007-08-172-21/+3
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-1516-0/+5808