1. 5d2eb34 Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from by Georg Brandl · 16 years ago
  2. 5be70d4 Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from by Georg Brandl · 16 years ago
  3. 4ae4f87 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  4. a3c242c Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,73186,73213,73215,73217,73257-73258,73260 via svnmerge from by Georg Brandl · 16 years ago
  5. 51b7216 Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge from by Georg Brandl · 16 years ago
  6. 29c8bf6 Merged revisions 68705-68706 via svnmerge from by Georg Brandl · 16 years ago
  7. e081eef Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,72801-72802,72820,72822,72824,72826-72828,72830 via svnmerge from by Georg Brandl · 16 years ago
  8. 0b4d945 Merged revisions 72085,72132,72159,72288,72290,72292 via svnmerge from by Georg Brandl · 16 years ago
  9. 3885314 Merged revisions 72007-72010,72036-72037 via svnmerge from by Georg Brandl · 16 years ago
  10. 91e3f77 Merged revisions 71786-71787,71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
  11. 537caa2 Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from by Georg Brandl · 16 years ago
  12. 583bdc0 Merged revisions 71397-71398,71441 via svnmerge from by Georg Brandl · 16 years ago
  13. 40e15ed Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,70273,70275,70342,70386-70387,70389-70390,70392-70393,70395,70397,70400,70418 via svnmerge by Georg Brandl · 16 years ago
  14. 8943caf Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from by Georg Brandl · 16 years ago
  15. ec7d390 Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from by Georg Brandl · 16 years ago
  16. e4b6ab7 Merged revisions 69078-69079 via svnmerge from by Brett Cannon · 17 years ago
  17. 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
  18. f3a0b86 Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 17 years ago
  19. fa71a90 Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge from by Georg Brandl · 17 years ago
  20. d209460 Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,67355,67359,67362,67364,67367-67368,67370 via svnmerge from by Georg Brandl · 17 years ago
  21. 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
  22. f4d016f Merged revisions 67060-67061 via svnmerge from by Benjamin Peterson · 17 years ago
  23. fb362c3 Merged revisions 66928,66936,66939-66940 via svnmerge from by Georg Brandl · 17 years ago
  24. fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 17 years ago
  25. 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 17 years ago
  26. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  27. 64fc6ae Use title case by Andrew M. Kuchling · 17 years ago
  28. 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 17 years ago
  29. c176814 #3716: fix typo. by Georg Brandl · 17 years ago
  30. 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 17 years ago
  31. a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 17 years ago
  32. 9329846 Fix markup for various binary operation examples where the operands were bolded by Brett Cannon · 17 years ago
  33. 463f39d #3519: callee is an expression too. by Georg Brandl · 17 years ago
  34. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 17 years ago
  35. 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 · 17 years ago
  36. 290d3d9 This should really be a comment. by Georg Brandl · 17 years ago
  37. 632f631 Add the grammar to the reference manual, since the new docs don't by Georg Brandl · 17 years ago
  38. e64f738 #926501: add info where to put the docstring. by Georg Brandl · 17 years ago
  39. 3de1e69 #3323: mention that if inheriting from a class without __slots__, by Georg Brandl · 17 years ago
  40. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 17 years ago
  41. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 17 years ago
  42. 6e4856a rewrap by Benjamin Peterson · 17 years ago
  43. d82a9c1 Fix brackets. by Georg Brandl · 17 years ago
  44. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  45. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 17 years ago
  46. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 17 years ago
  47. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 17 years ago
  48. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 17 years ago
  49. f8770fb #2677: add note that not all functions may accept keyword args. by Georg Brandl · 17 years ago
  50. 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
  51. 19baaad Add punctuation by Andrew M. Kuchling · 17 years ago
  52. 3351e41 Remove forward-looking statement by Andrew M. Kuchling · 17 years ago
  53. 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
  54. 3fbe20c Add docs for __func__ and __self__ on methods. by Georg Brandl · 17 years ago
  55. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  56. d51e842 Add class decorators by Andrew M. Kuchling · 17 years ago
  57. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 17 years ago
  58. 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 17 years ago
  59. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  60. 63cdb86 #2003: fix sentence. by Georg Brandl · 18 years ago
  61. 953e1ee Fix \xhh specs, #1889. by Georg Brandl · 18 years ago
  62. a9e073d Note that genexps are function scopes too and therefore won't see class attributes. by Georg Brandl · 18 years ago
  63. 3ccb49a Clarify metaclass docs and add example. by Georg Brandl · 18 years ago
  64. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
  65. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  66. 6265833 Simplify index entries; fix #1712. by Georg Brandl · 18 years ago
  67. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  68. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  69. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  70. 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
  71. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  72. 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
  73. 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
  74. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  75. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  76. d92e871 Added note in footnote about string comparisons about unicodedata.normalize(). by Mark Summerfield · 18 years ago
  77. 745e48d A bit of reordering, also show more subheadings in the lang ref index. by Georg Brandl · 18 years ago
  78. 8360d5d Fix a wrong indentation for sublists. by Georg Brandl · 18 years ago
  79. 5768d57 Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only). by Georg Brandl · 18 years ago
  80. 3761422 Bug #1758696: more info about descriptors. by Georg Brandl · 18 years ago
  81. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 18 years ago
  82. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 18 years ago
  83. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 18 years ago
  84. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 18 years ago
  85. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago