1. 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  2. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  3. 6bcd00a Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  4. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  5. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  6. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  7. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  8. 0bb1251 whitespace by Terry Jan Reedy · 13 years ago
  9. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 13 years ago
  10. c86bb00 Fix label names. by Georg Brandl · 13 years ago
  11. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 13 years ago
  12. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  13. 238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  14. ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  15. 73ce5e7 really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@ by Sandro Tosi · 13 years ago
  16. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  17. 4cfdb07 #12531: Fix spaces. by Ezio Melotti · 13 years ago
  18. 2cdf383 Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  19. 99c9c85 #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  20. 761473f Issue #12223: Typo fix in datamodel docs by Eli Bendersky · 13 years ago
  21. 1fd2652 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 14 years ago
  22. 405a471 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
  23. b76f620 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 14 years ago
  24. 28d57c0 Explicitly mention that people should not depend on finalization of by Gregory P. Smith · 14 years ago
  25. c9497ba #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
  26. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
  27. cbb2e49 Hand-port parts of r87789. by Georg Brandl · 14 years ago
  28. 5c804ff Merged revisions 87486 via svnmerge from by Éric Araujo · 14 years ago
  29. dc95424 Merged revisions 85392 via svnmerge from by Benjamin Peterson · 14 years ago
  30. 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  31. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  32. fca48ef Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  33. 7db964d #1865: document syntax for bytes literals. by Georg Brandl · 14 years ago
  34. 9b90cd1 Merged revisions 84470-84471,84566-84567,84759 via svnmerge from by Florent Xicluna · 14 years ago
  35. 0771591 Merged revisions 83593 via svnmerge from by Georg Brandl · 14 years ago
  36. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 14 years ago
  37. 43edd15 Merged revisions 77603 via svnmerge from by Georg Brandl · 14 years ago
  38. eb41214 Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 via svnmerge from by Georg Brandl · 14 years ago
  39. b3437c9 Minor grammar re-wording by Andrew M. Kuchling · 15 years ago
  40. b17b3c5 update pypy url by Benjamin Peterson · 15 years ago
  41. fa0e779 update pypy description by Benjamin Peterson · 15 years ago
  42. 9f5fd60 Fix missing. by Georg Brandl · 15 years ago
  43. 710a5db #5250: document __instancecheck__ and __subclasscheck__. I hope the part about the class/metaclass distinction is understandable. by Georg Brandl · 15 years ago
  44. fb12044 Fix syntax. by Georg Brandl · 15 years ago
  45. a5db431 Issue #8259: Clarify that there's an upper bound on the right-hand operand of a shift operator. by Mark Dickinson · 15 years ago
  46. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
  47. 8d837ab Merged revisions 79582 via svnmerge from by Ezio Melotti · 15 years ago
  48. 6eba779 Fix typo in unicode character name. by Georg Brandl · 15 years ago
  49. 5a7eca1 Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-78386,78496,78760,78771-78773,78802 via svnmerge from by Georg Brandl · 15 years ago
  50. d22557c Fix typo. by Georg Brandl · 15 years ago
  51. 38c7203 #8039: document conditional expressions better, giving them their own section. by Georg Brandl · 15 years ago
  52. 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
  53. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  54. 9179dab data descriptors do not override the class dictionary if __get__ is not defined by Benjamin Peterson · 15 years ago
  55. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  56. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  57. 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 · 15 years ago
  58. 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 · 15 years ago
  59. 4ae4f87 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  60. 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 · 15 years ago
  61. 51b7216 Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge from by Georg Brandl · 15 years ago
  62. 29c8bf6 Merged revisions 68705-68706 via svnmerge from by Georg Brandl · 15 years ago
  63. 030d658 Reorder __slots__ fine print and add a clarification. by Georg Brandl · 15 years ago
  64. 2eee1d4 #6324: membership test tries iteration via __iter__. by Georg Brandl · 15 years ago
  65. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 15 years ago
  66. f4e6b98 #5621: refactor description of how class/instance attributes interact on a.x=a.x+1 or augassign. by Georg Brandl · 15 years ago
  67. 86158fc #6810: add a link to the section about frame objects instead of just a description where to find it. by Georg Brandl · 15 years ago
  68. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  69. d38d344 revert r74152 by Benjamin Peterson · 15 years ago
  70. bee2e18 simplify by Benjamin Peterson · 15 years ago
  71. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 15 years ago
  72. 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 · 15 years ago
  73. 0b4d945 Merged revisions 72085,72132,72159,72288,72290,72292 via svnmerge from by Georg Brandl · 15 years ago
  74. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
  75. 1880d8b add a SETUP_WITH opcode by Benjamin Peterson · 15 years ago
  76. 346a38d Correction in softspace behavior description. by Georg Brandl · 15 years ago
  77. 8dc3b44 #6034: clarify __reversed__ doc. by Georg Brandl · 15 years ago
  78. 51d06ab importlib.import_module is better these days by Benjamin Peterson · 15 years ago
  79. 2ca9be4 #5925: fix highlighting of keyword table. by Georg Brandl · 16 years ago
  80. 3885314 Merged revisions 72007-72010,72036-72037 via svnmerge from by Georg Brandl · 16 years ago
  81. 91e3f77 Merged revisions 71786-71787,71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
  82. 537caa2 Merged revisions 71540,71544,71546,71563,71572,71607,71653 via svnmerge from by Georg Brandl · 16 years ago
  83. 583bdc0 Merged revisions 71397-71398,71441 via svnmerge from by Georg Brandl · 16 years ago
  84. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  85. 508c423 Add link to PEP 236. by Georg Brandl · 16 years ago
  86. 456cb1e Simplify markup. by Georg Brandl · 16 years ago
  87. 5623e50 Let "lambda" point to the correct heading. by Georg Brandl · 16 years ago
  88. 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
  89. 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
  90. 2ce1c61 Fix-up unwanted change. by Georg Brandl · 16 years ago
  91. 268d85d #992207: document that the parser only accepts \\n newlines. by Georg Brandl · 16 years ago
  92. 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 16 years ago
  93. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 16 years ago
  94. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 16 years ago
  95. 173c1f1 #5469: add with statement to list of name-binding constructs. by Georg Brandl · 16 years ago
  96. 3259ef3 #5493: clarify __nonzero__ docs. by Georg Brandl · 16 years ago
  97. 351de80 Add reference to solution for a commonly asked question. by Raymond Hettinger · 16 years ago
  98. 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
  99. a630735 #5317: update IronPython URL. by Georg Brandl · 16 years ago
  100. e7cb1ce #5310, #3558: fix operator precedence table. by Georg Brandl · 16 years ago