summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* #1228: new comparison behavior.Georg Brandl2007-10-081-12/+5
|
* #1211, #1212, #1213: py3k fixes to the tutorial.Georg Brandl2007-09-283-48/+42
|
* Revert r58075 (incorrect docs patch).Collin Winter2007-09-271-2/+2
|
* Clarify the difference between text and binary files. I'm not sure theSkip Montanaro2007-09-261-8/+14
| | | | tutorial is the right place to mention a file object's encoding.
* Merged revisions 58211-58220 via svnmerge fromThomas Wouters2007-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r58211 | facundo.batista | 2007-09-19 19:53:25 +0200 (Wed, 19 Sep 2007) | 4 lines Issue #1772851. Optimization of __hash__ to behave better for big big numbers. ........ r58216 | raymond.hettinger | 2007-09-20 05:03:43 +0200 (Thu, 20 Sep 2007) | 1 line Fit nits ........ r58217 | georg.brandl | 2007-09-20 10:44:59 +0200 (Thu, 20 Sep 2007) | 2 lines alternate -> alternative. ........ r58218 | georg.brandl | 2007-09-20 18:06:07 +0200 (Thu, 20 Sep 2007) | 2 lines Patch #1541463: optimize performance of cgi.FieldStorage operations. ........ r58219 | georg.brandl | 2007-09-20 18:45:27 +0200 (Thu, 20 Sep 2007) | 2 lines #1176: document that string methods don't take keyword args. ........ r58220 | thomas.wouters | 2007-09-20 19:35:10 +0200 (Thu, 20 Sep 2007) | 4 lines Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability. ........
* Fix more raise statments in the docs.Collin Winter2007-09-102-2/+3
|
* More two-argument raise cleanup in the tutorial.Collin Winter2007-09-101-4/+3
|
* Fix docs that imply that tuples in except clauses must be parenthesized.Collin Winter2007-09-101-2/+2
|
* Fix more two-arg raise statements.Collin Winter2007-09-101-2/+2
|
* Update tutorial/classes.rst to remove references to the old two-argument ↵Collin Winter2007-09-101-6/+6
| | | | form of the raise statement.
* Remove yet more references to has_key() methods.Collin Winter2007-09-101-2/+1
|
* Convert all print statements in the docs.Georg Brandl2007-09-045-13/+15
|
* 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