1. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 17 years ago
  2. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 17 years ago
  3. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 17 years ago
  4. 6e4856a rewrap by Benjamin Peterson · 17 years ago
  5. d82a9c1 Fix brackets. by Georg Brandl · 17 years ago
  6. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  7. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 17 years ago
  8. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 17 years ago
  9. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 17 years ago
  10. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 17 years ago
  11. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 17 years ago
  12. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
  13. 19baaad Add punctuation by Andrew M. Kuchling · 17 years ago
  14. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 17 years ago
  15. 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
  16. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  17. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  18. d51e842 Add class decorators by Andrew M. Kuchling · 17 years ago
  19. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 17 years ago
  20. 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 17 years ago
  21. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  22. 63cdb86 #2003: fix sentence. by Georg Brandl · 18 years ago
  23. 953e1ee Fix \xhh specs, #1889. by Georg Brandl · 18 years ago
  24. a9e073d Note that genexps are function scopes too and therefore won't see class attributes. by Georg Brandl · 18 years ago
  25. 3ccb49a Clarify metaclass docs and add example. by Georg Brandl · 18 years ago
  26. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
  27. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  28. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 18 years ago
  29. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  30. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  31. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  32. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  33. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  34. 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
  35. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  36. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  37. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  38. d92e871 Added note in footnote about string comparisons about unicodedata.normalize(). by Mark Summerfield · 18 years ago
  39. 745e48d A bit of reordering, also show more subheadings in the lang ref index. by Georg Brandl · 18 years ago
  40. 8360d5d Fix a wrong indentation for sublists. by Georg Brandl · 18 years ago
  41. 5768d57 Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only). by Georg Brandl · 18 years ago
  42. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 18 years ago
  43. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 18 years ago
  44. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 18 years ago
  45. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 18 years ago
  46. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 18 years ago
  47. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago