Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1228: new comparison behavior. | Georg Brandl | 2007-10-08 | 1 | -12/+5 |
| | |||||
* | #1211, #1212, #1213: py3k fixes to the tutorial. | Georg Brandl | 2007-09-28 | 3 | -48/+42 |
| | |||||
* | Revert r58075 (incorrect docs patch). | Collin Winter | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | Clarify the difference between text and binary files. I'm not sure the | Skip Montanaro | 2007-09-26 | 1 | -8/+14 |
| | | | | tutorial is the right place to mention a file object's encoding. | ||||
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 | 1 | -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 Winter | 2007-09-10 | 2 | -2/+3 |
| | |||||
* | More two-argument raise cleanup in the tutorial. | Collin Winter | 2007-09-10 | 1 | -4/+3 |
| | |||||
* | Fix docs that imply that tuples in except clauses must be parenthesized. | Collin Winter | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | Fix more two-arg raise statements. | Collin Winter | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | Update tutorial/classes.rst to remove references to the old two-argument ↵ | Collin Winter | 2007-09-10 | 1 | -6/+6 |
| | | | | form of the raise statement. | ||||
* | Remove yet more references to has_key() methods. | Collin Winter | 2007-09-10 | 1 | -2/+1 |
| | |||||
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 5 | -13/+15 |
| | |||||
* | 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 |