| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66928,66936,66939-66940 via svnmerge from | Georg Brandl | 2008-10-16 | 1 | -1/+1 |
|
|
* | mention how to override boolean evaluation | Benjamin Peterson | 2008-09-23 | 1 | -1/+2 |
|
|
* | #3914: add //= to the augmented assign operators. | Georg Brandl | 2008-09-21 | 1 | -1/+1 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
|
|
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
|
|
* | Issue 2235: document the ability to block inheritance of __hash__ in the lang... | Nick Coghlan | 2008-08-31 | 1 | -2/+18 |
|
|
* | #3716: fix typo. | Georg Brandl | 2008-08-30 | 1 | -1/+1 |
|
|
* | allow keyword args to be passed in after *args #3473 | Benjamin Peterson | 2008-08-19 | 1 | -9/+10 |
|
|
* | #3558: Attribute reference binds more tightly than subscription and call. | Georg Brandl | 2008-08-15 | 1 | -3/+3 |
|
|
* | Fix markup for various binary operation examples where the operands were bolded | Brett Cannon | 2008-08-14 | 1 | -6/+6 |
|
|
* | #3519: callee is an expression too. | Georg Brandl | 2008-08-08 | 1 | -1/+1 |
|
|
* | Fix longstringitem definition. #3505. | Georg Brandl | 2008-08-06 | 1 | -1/+1 |
|
|
* | Issue 643841: better documentation of the special method lookup process, espe... | Nick Coghlan | 2008-08-04 | 1 | -43/+147 |
|
|
* | This should really be a comment. | Georg Brandl | 2008-08-01 | 1 | -4/+7 |
|
|
* | Add the grammar to the reference manual, since the new docs don't | Georg Brandl | 2008-08-01 | 2 | -1/+8 |
|
|
* | #926501: add info where to put the docstring. | Georg Brandl | 2008-07-20 | 1 | -5/+14 |
|
|
* | #3323: mention that if inheriting from a class without __slots__, | Georg Brandl | 2008-07-19 | 1 | -0/+4 |
|
|
* | #1410739: add a footnote about "is" and "unusual" behavior. | Georg Brandl | 2008-07-01 | 1 | -1/+5 |
|
|
* | reinstate the ending backtick. thanks Nick :) | Benjamin Peterson | 2008-06-29 | 1 | -1/+1 |
|
|
* | rewrap | Benjamin Peterson | 2008-06-28 | 1 | -5/+5 |
|
|
* | Fix brackets. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Queue renaming reversal part 3: move module into place and | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Mention that the leaking of variables from list comprehensions | Martin v. Löwis | 2008-05-23 | 1 | -4/+3 |
|
|
* | #1760: try-except-finally is one statement since PEP 341. | Georg Brandl | 2008-05-12 | 1 | -4/+4 |
|
|
* | Fix-up docs for socketserver and queue renaming. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | #2147: PEP 237 changes to overflow behavior. | Georg Brandl | 2008-05-11 | 2 | -29/+30 |
|
|
* | #2677: add note that not all functions may accept keyword args. | Georg Brandl | 2008-04-27 | 1 | -0/+8 |
|
|
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 1 | -0/+7 |
|
|
* | Add punctuation | Andrew M. Kuchling | 2008-04-10 | 1 | -1/+1 |
|
|
* | Remove forward-looking statement | Andrew M. Kuchling | 2008-04-10 | 1 | -3/+3 |
|
|
* | Don't use the confusing term "set membership". | Georg Brandl | 2008-03-28 | 1 | -8/+8 |
|
|
* | Add docs for __func__ and __self__ on methods. | Georg Brandl | 2008-03-21 | 1 | -0/+4 |
|
|
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 1 | -1/+1 |
|
|
* | Add class decorators | Andrew M. Kuchling | 2008-03-13 | 1 | -1/+8 |
|
|
* | #2253: fix continue vs. finally docs. | Georg Brandl | 2008-03-08 | 1 | -6/+5 |
|
|
* | Expand a bit on genexp scopes. | Georg Brandl | 2008-03-03 | 1 | -8/+9 |
|
|
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 3 | -4/+4 |
|
|
* | #2003: fix sentence. | Georg Brandl | 2008-02-03 | 1 | -1/+1 |
|
|
* | Fix \xhh specs, #1889. | Georg Brandl | 2008-01-22 | 1 | -1/+1 |
|
|
* | Note that genexps are function scopes too and therefore won't see class attri... | Georg Brandl | 2008-01-18 | 1 | -1/+7 |
|
|
* | Clarify metaclass docs and add example. | Georg Brandl | 2008-01-07 | 1 | -2/+17 |
|
|
* | #1582: document __reversed__, patch by Mark Russell. | Georg Brandl | 2008-01-06 | 1 | -0/+16 |
|
|
* | Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. | Georg Brandl | 2008-01-05 | 1 | -10/+10 |
|
|
* | Simplify index entries; fix #1712. | Georg Brandl | 2008-01-05 | 3 | -97/+70 |
|
|
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -2/+1 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 2 | -5/+6 |
|
|
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 5 | -37/+19 |
|
|
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 1 | -3/+0 |
|
|
* | Add more entries to the glossary. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Remove duplication of "this". | Georg Brandl | 2007-11-11 | 1 | -1/+1 |
|
|