1. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 12 years ago
  2. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  3. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 12 years ago
  4. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 12 years ago
  5. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  6. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  7. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  8. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  9. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  10. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  11. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  12. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  13. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  14. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  15. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  16. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  17. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  18. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  19. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  20. 147f608 #11446: merge with 3.1. by Ezio Melotti · 13 years ago
  21. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  22. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  23. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  24. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  25. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  26. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  27. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  28. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 13 years ago
  29. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  30. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  31. 41d0815 Merged revisions 87789-87790 via svnmerge from by Georg Brandl · 14 years ago
  32. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  33. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  34. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  35. f9f2e02 Merged revisions 87575 via svnmerge from by Martin v. Löwis · 14 years ago
  36. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  37. 75cb8f5 Merged revisions 87486 via svnmerge from by Éric Araujo · 14 years ago
  38. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  39. a79a676 Merged revisions 87433 via svnmerge from by Alexander Belopolsky · 14 years ago
  40. 1a7a2e0 Both PEP 3131 and the current implementation use NFKC normalization by Alexander Belopolsky · 14 years ago
  41. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  42. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  43. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  44. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  45. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  46. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  47. bcc4810 Remove duplicate period from reference doc by Michael Foord · 14 years ago
  48. 11c49a5 use appropriate markup by Fred Drake · 14 years ago
  49. f414272 #9117: fix syntax for class definition. by Georg Brandl · 14 years ago
  50. 582162e Merged revisions 85392 via svnmerge from by Benjamin Peterson · 14 years ago
  51. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  52. d098c3d Merged revisions 85274 via svnmerge from by Georg Brandl · 14 years ago
  53. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  54. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  55. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  56. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  57. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  58. 1648924 Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from by Georg Brandl · 14 years ago
  59. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  60. d8d1cea Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  61. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  62. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  63. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  64. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  66. 984ce40 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  67. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  68. d032532 add newline by Benjamin Peterson · 14 years ago
  69. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  70. 3387f48 #9760: clarify what context expression is. by Georg Brandl · 14 years ago
  71. 0c8414e Typo by Florent Xicluna · 14 years ago
  72. 7d180a0 #9451: strengthen warning about __*__ special name usage. by Georg Brandl · 14 years ago
  73. 65e5f80 #6928: fix class docs w.r.t. new metaclasses. by Georg Brandl · 14 years ago
  74. 09cfa89 Merged revisions 82899 via svnmerge from by Senthil Kumaran · 14 years ago
  75. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  76. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  77. acf16de Merged revisions 82373 via svnmerge from by Benjamin Peterson · 14 years ago
  78. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  79. 714b74d Merged revisions 82354 via svnmerge from by Benjamin Peterson · 14 years ago
  80. fb288da rephrase and remove uneeded statement by Benjamin Peterson · 14 years ago
  81. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  82. 525201a Fix duplicate paragraph. by Georg Brandl · 14 years ago
  83. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  84. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  85. e43baab Fix nits in the lexical analysis section: \u requires four digits, backtick is not allowed in source in 3.x. by Georg Brandl · 14 years ago
  86. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 14 years ago
  88. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  89. 721a350 Merged revisions 79553 via svnmerge from by Stefan Krah · 14 years ago
  90. c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 14 years ago
  91. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  92. 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 14 years ago
  93. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  94. 4e0f891 Fix \xhh specs, #1889. (an oversight of r60193, r60210). by Florent Xicluna · 14 years ago
  95. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  96. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  97. 23b9ef7 Merged revisions 77937 via svnmerge from by Benjamin Peterson · 14 years ago
  98. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 14 years ago
  99. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  100. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago