1. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  2. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  3. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  4. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  5. 2df0549 #11669: merge with 3.2. by Ezio Melotti · 13 years ago
  6. fc3db8a #11669: rephrase footnote in the Compound Statements page. by Ezio Melotti · 13 years ago
  7. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  8. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  9. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  10. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  11. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  12. 147f608 #11446: merge with 3.1. by Ezio Melotti · 13 years ago
  13. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 13 years ago
  14. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  15. c542547 Reword the finalization note. by Gregory P. Smith · 13 years ago
  16. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 13 years ago
  17. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  18. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 13 years ago
  19. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 13 years ago
  20. 849272b Merged revisions 88658 via svnmerge from by Benjamin Peterson · 13 years ago
  21. 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
  22. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  23. 41d0815 Merged revisions 87789-87790 via svnmerge from by Georg Brandl · 14 years ago
  24. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  25. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  26. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  27. f9f2e02 Merged revisions 87575 via svnmerge from by Martin v. Löwis · 14 years ago
  28. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  29. 75cb8f5 Merged revisions 87486 via svnmerge from by Éric Araujo · 14 years ago
  30. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  31. a79a676 Merged revisions 87433 via svnmerge from by Alexander Belopolsky · 14 years ago
  32. 1a7a2e0 Both PEP 3131 and the current implementation use NFKC normalization by Alexander Belopolsky · 14 years ago
  33. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  34. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  35. 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
  36. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  37. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  38. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  39. bcc4810 Remove duplicate period from reference doc by Michael Foord · 14 years ago
  40. 11c49a5 use appropriate markup by Fred Drake · 14 years ago
  41. f414272 #9117: fix syntax for class definition. by Georg Brandl · 14 years ago
  42. 582162e Merged revisions 85392 via svnmerge from by Benjamin Peterson · 14 years ago
  43. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  44. d098c3d Merged revisions 85274 via svnmerge from by Georg Brandl · 14 years ago
  45. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  46. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  47. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  48. 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
  49. 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
  50. 1648924 Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from by Georg Brandl · 14 years ago
  51. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  52. d8d1cea Merged revisions 85156 via svnmerge from by Senthil Kumaran · 14 years ago
  53. 7cafd26 Fix - issue10010 .. index:: position in the docs. by Senthil Kumaran · 14 years ago
  54. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  55. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  56. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  57. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  58. 984ce40 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  59. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  60. d032532 add newline by Benjamin Peterson · 14 years ago
  61. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  62. 3387f48 #9760: clarify what context expression is. by Georg Brandl · 14 years ago
  63. 0c8414e Typo by Florent Xicluna · 14 years ago
  64. 7d180a0 #9451: strengthen warning about __*__ special name usage. by Georg Brandl · 14 years ago
  65. 65e5f80 #6928: fix class docs w.r.t. new metaclasses. by Georg Brandl · 14 years ago
  66. 09cfa89 Merged revisions 82899 via svnmerge from by Senthil Kumaran · 14 years ago
  67. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  68. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  69. acf16de Merged revisions 82373 via svnmerge from by Benjamin Peterson · 14 years ago
  70. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  71. 714b74d Merged revisions 82354 via svnmerge from by Benjamin Peterson · 14 years ago
  72. fb288da rephrase and remove uneeded statement by Benjamin Peterson · 14 years ago
  73. 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
  74. 525201a Fix duplicate paragraph. by Georg Brandl · 14 years ago
  75. 6c8583f Merged revisions 81365,81367 via svnmerge from by Georg Brandl · 14 years ago
  76. 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
  77. 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
  78. 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
  79. 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 14 years ago
  80. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  81. 721a350 Merged revisions 79553 via svnmerge from by Stefan Krah · 14 years ago
  82. c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 14 years ago
  83. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  84. 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 14 years ago
  85. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  86. 4e0f891 Fix \xhh specs, #1889. (an oversight of r60193, r60210). by Florent Xicluna · 14 years ago
  87. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  88. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  89. 23b9ef7 Merged revisions 77937 via svnmerge from by Benjamin Peterson · 15 years ago
  90. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 15 years ago
  91. fa83395 Merged revisions 77300 via svnmerge from by Antoine Pitrou · 15 years ago
  92. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  93. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  94. 1e8cbe3 Merged revisions 75393,75416,75581,75609,75615 via svnmerge from by Georg Brandl · 15 years ago
  95. 22fff43 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from by Georg Brandl · 15 years ago
  96. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  97. f43713f #6927: fix wrong word. by Georg Brandl · 15 years ago
  98. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  99. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  100. f4b4623 Merged revisions 74815 via svnmerge from by Ezio Melotti · 15 years ago