1. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 15 years ago
  2. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  3. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  4. 346a38d Correction in softspace behavior description. by Georg Brandl · 15 years ago
  5. 8dc3b44 #6034: clarify __reversed__ doc. by Georg Brandl · 15 years ago
  6. 51d06ab importlib.import_module is better these days by Benjamin Peterson · 15 years ago
  7. 2ca9be4 #5925: fix highlighting of keyword table. by Georg Brandl · 15 years ago
  8. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 15 years ago
  9. 508c423 Add link to PEP 236. by Georg Brandl · 15 years ago
  10. 456cb1e Simplify markup. by Georg Brandl · 16 years ago
  11. 5623e50 Let "lambda" point to the correct heading. by Georg Brandl · 16 years ago
  12. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 16 years ago
  13. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 16 years ago
  14. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 16 years ago
  15. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 16 years ago
  16. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 16 years ago
  17. 173c1f1 #5469: add with statement to list of name-binding constructs. by Georg Brandl · 16 years ago
  18. 3259ef3 #5493: clarify __nonzero__ docs. by Georg Brandl · 16 years ago
  19. 351de80 Add reference to solution for a commonly asked question. by Raymond Hettinger · 16 years ago
  20. a630735 #5317: update IronPython URL. by Georg Brandl · 16 years ago
  21. e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 16 years ago
  22. 0ac63f1 #5296: sequence -> iterable. by Georg Brandl · 16 years ago
  23. 9834dd7 #3734: document complex coercing behavior better. by Georg Brandl · 16 years ago
  24. 5b0d553 Clarify some __del__ stuff. by Brett Cannon · 16 years ago
  25. fe11f4d #4986: augassigns are not expressions. by Georg Brandl · 16 years ago
  26. 4a565cc #4857: fix augmented assignment target spec. by Georg Brandl · 16 years ago
  27. b746448 fix grammar by Benjamin Peterson · 16 years ago
  28. f1a4069 bytearrays are mutable sequences by Benjamin Peterson · 16 years ago
  29. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  30. 9a05373 #4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed. by Georg Brandl · 16 years ago
  31. 3fc4226 Add an index entry for "subclassing immutable types". by Georg Brandl · 16 years ago
  32. 233bb00 improve __hash__ docs by Benjamin Peterson · 16 years ago
  33. d79af0f finish backporting binary literals and new octal literals docs by Benjamin Peterson · 16 years ago
  34. b5f8208 backport bin() documentation by Benjamin Peterson · 16 years ago
  35. c756dcd only nonempty __slots__ don't work by Benjamin Peterson · 16 years ago
  36. 865cd64 #4083: add "as" to except handler grammar as per PEP 3110. by Georg Brandl · 16 years ago
  37. f660a53 update paragraph about __future__ for 2.6 by Benjamin Peterson · 16 years ago
  38. fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 16 years ago
  39. 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 16 years ago
  40. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  41. 64fc6ae Use title case by Andrew M. Kuchling · 16 years ago
  42. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 16 years ago
  43. c176814 #3716: fix typo. by Georg Brandl · 16 years ago
  44. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
  45. a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 16 years ago
  46. 9329846 Fix markup for various binary operation examples where the operands were bolded by Brett Cannon · 16 years ago
  47. 463f39d #3519: callee is an expression too. by Georg Brandl · 16 years ago
  48. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 16 years ago
  49. a510748 Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow). by Nick Coghlan · 16 years ago
  50. 290d3d9 This should really be a comment. by Georg Brandl · 16 years ago
  51. 632f631 Add the grammar to the reference manual, since the new docs don't by Georg Brandl · 16 years ago
  52. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 16 years ago
  53. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 16 years ago
  54. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 16 years ago
  55. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 16 years ago
  56. 6e4856a rewrap by Benjamin Peterson · 16 years ago
  57. d82a9c1 Fix brackets. by Georg Brandl · 16 years ago
  58. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  59. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  60. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  61. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  62. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  63. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 16 years ago
  64. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
  65. 19baaad Add punctuation by Andrew M. Kuchling · 17 years ago
  66. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 17 years ago
  67. 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
  68. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  69. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  70. d51e842 Add class decorators by Andrew M. Kuchling · 17 years ago
  71. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 17 years ago
  72. 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 17 years ago
  73. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  74. 63cdb86 #2003: fix sentence. by Georg Brandl · 17 years ago
  75. 953e1ee Fix \xhh specs, #1889. by Georg Brandl · 17 years ago
  76. a9e073d Note that genexps are function scopes too and therefore won't see class attributes. by Georg Brandl · 17 years ago
  77. 3ccb49a Clarify metaclass docs and add example. by Georg Brandl · 17 years ago
  78. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 17 years ago
  79. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 17 years ago
  80. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 17 years ago
  81. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 17 years ago
  82. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 17 years ago
  83. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  84. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  85. 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
  86. 03c1d1e Remove duplication of "this". by Georg Brandl · 17 years ago
  87. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 17 years ago
  88. a739503 Add :term:s for "new-style class". by Georg Brandl · 17 years ago
  89. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 17 years ago
  90. d92e871 Added note in footnote about string comparisons about unicodedata.normalize(). by Mark Summerfield · 17 years ago
  91. 745e48d A bit of reordering, also show more subheadings in the lang ref index. by Georg Brandl · 17 years ago
  92. 8360d5d Fix a wrong indentation for sublists. by Georg Brandl · 17 years ago
  93. 5768d57 Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only). by Georg Brandl · 17 years ago
  94. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 17 years ago
  95. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 17 years ago
  96. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 17 years ago
  97. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 17 years ago
  98. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 17 years ago
  99. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago