1. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  2. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  3. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  4. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  5. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  6. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  7. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  8. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  9. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  10. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  11. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  12. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  13. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  14. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  15. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  16. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  17. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  18. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  19. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  20. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  21. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  22. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  23. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  24. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  25. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  26. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  27. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  28. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  29. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  30. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  31. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  32. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  33. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  34. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  35. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  36. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  37. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  38. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  39. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  40. 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
  41. 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 14 years ago
  42. c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 14 years ago
  43. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  44. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  45. 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
  46. fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 15 years ago
  47. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  48. a5ebc26 <> is gone (almost). by Georg Brandl · 15 years ago
  49. c4f8b24 Merged revisions 71441 via svnmerge from by Georg Brandl · 15 years ago
  50. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  51. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  52. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 16 years ago
  53. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  54. 0cc818f Fix minor typos. by Raymond Hettinger · 16 years ago
  55. a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 16 years ago
  56. dc529c1 #3923: fix undefined token. by Georg Brandl · 16 years ago
  57. 528cdb1 #3917: don't allow {} as a set display. by Georg Brandl · 16 years ago
  58. 9609cea #3803: fix docs for comparison of unequal types. by Georg Brandl · 16 years ago
  59. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  60. 38679e2 fix markup by Benjamin Peterson · 16 years ago
  61. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  62. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  63. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  64. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  65. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  66. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  67. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  68. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 17 years ago
  69. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  70. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  71. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  72. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  73. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  74. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  75. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  76. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  77. 02c3056 Finish the first pass of the language reference update. by Georg Brandl · 17 years ago
  78. 96593ed Continue going through the language reference, bringing it up-to-date. by Georg Brandl · 17 years ago
  79. 53de190 Update ref docs on slicing. by Thomas Wouters · 17 years ago
  80. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  81. cb8ecb1 Doc update for __xslice__ removal. by Georg Brandl · 17 years ago
  82. 1617457 Remove versionadded/versionchanged in the reference. by Georg Brandl · 17 years ago
  83. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
  84. 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 17 years ago
  85. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  86. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  87. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago