| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,... | Georg Brandl | 2009-04-05 | 2 | -22/+19 |
|
|
* | Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,... | Georg Brandl | 2009-04-05 | 1 | -0/+1 |
|
|
* | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 12 | -48/+48 |
|
|
* | Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,... | Benjamin Peterson | 2008-12-27 | 1 | -28/+6 |
|
|
* | Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv... | Georg Brandl | 2008-12-05 | 1 | -2/+5 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -0/+35 |
|
|
* | Fix typo. | Georg Brandl | 2008-09-16 | 1 | -1/+1 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 3 | -13/+13 |
|
|
* | remove duplicate target | Benjamin Peterson | 2008-09-13 | 1 | -1/+0 |
|
|
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 4 | -27/+42 |
|
|
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
|
|
* | Remove mention of backquotes in the tutorial. | Georg Brandl | 2008-08-08 | 1 | -6/+1 |
|
|
* | revert last revision; code was right | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
|
|
* | fix indentation that caused logic bug | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
|
|
* | Shorten some overlong lines. | Georg Brandl | 2008-07-26 | 1 | -3/+6 |
|
|
* | nonlocal is not in 2.6. | Georg Brandl | 2008-07-21 | 1 | -4/+2 |
|
|
* | #3388: add a paragraph about using "with" for file objects. | Georg Brandl | 2008-07-16 | 1 | -0/+10 |
|
|
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -1/+1 |
|
|
* | Better quote with single quotes. | Georg Brandl | 2008-05-30 | 1 | -2/+2 |
|
|
* | fix spelling | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
|
|
* | update tutorial function with more appropiate one from Eric Smith | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
|
|
* | update the tutorial to use str.format | Benjamin Peterson | 2008-05-26 | 7 | -32/+81 |
|
|
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -8/+8 |
|
|
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 1 | -3/+3 |
|
|
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 1 | -3/+3 |
|
|
* | Fix-up docs for socketserver and queue renaming. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | reload() takes the module itself. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
|
|
* | Add a note about using reload(). | Georg Brandl | 2008-05-09 | 1 | -0/+7 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-04-15 | 1 | -1/+1 |
|
|
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 1 | -0/+6 |
|
|
* | Don't offend snake lovers. | Georg Brandl | 2008-04-12 | 1 | -1/+1 |
|
|
* | Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. | Georg Brandl | 2008-03-28 | 1 | -4/+1 |
|
|
* | Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don... | Georg Brandl | 2008-03-21 | 1 | -0/+9 |
|
|
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 1 | -3/+3 |
|
|
* | Add isinstance/issubclass to tutorial. | Georg Brandl | 2008-03-06 | 1 | -0/+16 |
|
|
* | Little clarification of assignments. | Georg Brandl | 2008-03-06 | 1 | -8/+11 |
|
|
* | It's 2.6 now. | Georg Brandl | 2008-03-02 | 1 | -1/+1 |
|
|
* | #2194: fix some typos. | Georg Brandl | 2008-02-26 | 1 | -1/+1 |
|
|
* | Don't reference pyshell. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
|
|
* | Demonstrate new except/as syntax. | Raymond Hettinger | 2008-01-30 | 1 | -4/+4 |
|
|
* | Clarify "b" mode under Unix. | Georg Brandl | 2008-01-26 | 1 | -1/+2 |
|
|
* | Fix issue1789: The tutorial contained a misuse of the struct module. | Gregory P. Smith | 2008-01-24 | 1 | -3/+5 |
|
|
* | #997912: acknowledge nested scopes in tutorial. | Georg Brandl | 2008-01-21 | 1 | -4/+5 |
|
|
* | Add blurb about executable scripts on Windows. #760657. | Georg Brandl | 2008-01-20 | 1 | -0/+6 |
|
|
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 2 | -5/+52 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 9 | -46/+20 |
|
|
* | Argh, wrong version. | Georg Brandl | 2007-12-15 | 1 | -4/+0 |
|
|
* | Add note about future import needed for with statement. | Georg Brandl | 2007-12-15 | 1 | -0/+4 |
|
|
* | Add a section about nested listcomps to the tutorial. | Georg Brandl | 2007-12-14 | 1 | -0/+42 |
|
|
* | Add more entries to the glossary. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
|
|