1. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  2. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  3. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  4. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  5. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  6. e52c41a Issue #12067: Merge comparisons doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  7. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 9 years ago
  8. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  9. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  10. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  11. bd44ce8 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  12. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  13. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  14. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  15. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  16. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  17. 4785f5e Merge with 3.4 by Zachary Ware · 10 years ago
  18. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 10 years ago
  19. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  20. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  21. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  22. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  23. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  24. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  25. b369f58 Issue #21439: Merge with 3.4 by Zachary Ware · 10 years ago
  26. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  27. a73a34d merge by Raymond Hettinger · 10 years ago
  28. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  29. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  30. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  31. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  32. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  33. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  34. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  35. 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
  36. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  37. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  38. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  39. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  40. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  41. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  42. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  43. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  44. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  45. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  46. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  47. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  48. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  49. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  50. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  51. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  52. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  53. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  54. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  55. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  56. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  57. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  58. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  59. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  60. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  61. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  62. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  63. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago
  64. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 14 years ago
  65. 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
  66. 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 14 years ago
  67. c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 14 years ago
  68. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  69. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  70. 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
  71. fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 15 years ago
  72. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  73. a5ebc26 <> is gone (almost). by Georg Brandl · 15 years ago
  74. c4f8b24 Merged revisions 71441 via svnmerge from by Georg Brandl · 15 years ago
  75. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  76. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  77. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 16 years ago
  78. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  79. 0cc818f Fix minor typos. by Raymond Hettinger · 16 years ago
  80. a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 16 years ago
  81. dc529c1 #3923: fix undefined token. by Georg Brandl · 16 years ago
  82. 528cdb1 #3917: don't allow {} as a set display. by Georg Brandl · 16 years ago
  83. 9609cea #3803: fix docs for comparison of unequal types. by Georg Brandl · 16 years ago
  84. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  85. 38679e2 fix markup by Benjamin Peterson · 16 years ago
  86. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 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
  88. e7c78b2 remove traces of .next by Benjamin Peterson · 16 years ago
  89. 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
  90. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  91. 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
  92. 7864476 Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from by Christian Heimes · 16 years ago
  93. 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
  94. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  95. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  96. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  97. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  98. f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
  99. e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
  100. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago