1. d9055f8 Fix lambda parameters being refered as arguments (GH-7037) by Miss Islington (bot) · 7 years ago
  2. 4dc3c8f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Miss Islington (bot) · 7 years ago
  3. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 8 years ago
  4. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 8 years ago
  5. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 8 years ago
  6. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  7. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 8 years ago
  8. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 8 years ago
  9. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 8 years ago
  10. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 8 years ago
  11. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 8 years ago
  12. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 9 years ago
  13. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 9 years ago
  14. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 9 years ago
  15. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 9 years ago
  16. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
  17. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 9 years ago
  18. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  19. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 9 years ago
  20. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  21. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  22. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  23. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  24. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  25. e52c41a Issue #12067: Merge comparisons doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  26. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 10 years ago
  27. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 10 years ago
  28. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 10 years ago
  29. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 10 years ago
  30. bd44ce8 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  31. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 10 years ago
  32. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 10 years ago
  33. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 10 years ago
  34. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 10 years ago
  35. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 10 years ago
  36. 4785f5e Merge with 3.4 by Zachary Ware · 10 years ago
  37. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 10 years ago
  38. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 11 years ago
  39. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 11 years ago
  40. e21a531 merge with 3.4 by Georg Brandl · 11 years ago
  41. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  42. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 11 years ago
  43. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 11 years ago
  44. b369f58 Issue #21439: Merge with 3.4 by Zachary Ware · 11 years ago
  45. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 11 years ago
  46. a73a34d merge by Raymond Hettinger · 11 years ago
  47. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 11 years ago
  48. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  49. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 12 years ago
  50. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 12 years ago
  51. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 12 years ago
  52. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 12 years ago
  53. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 12 years ago
  54. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  55. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 13 years ago
  56. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 13 years ago
  57. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 13 years ago
  58. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 13 years ago
  59. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 13 years ago
  60. 143d034 merge 3.2 by Benjamin Peterson · 13 years ago
  61. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 13 years ago
  62. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 13 years ago
  63. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 13 years ago
  64. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  65. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 13 years ago
  66. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  67. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  68. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 14 years ago
  69. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 14 years ago
  70. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 14 years ago
  71. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 14 years ago
  72. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 15 years ago
  73. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 15 years ago
  74. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 15 years ago
  75. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 15 years ago
  76. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 15 years ago
  77. 925914f Add sets to the precedence table. by Brett Cannon · 15 years ago
  78. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
  79. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  80. 6faee4e #9911: doc copyedits. by Georg Brandl · 15 years ago
  81. f1d633c Mention % as string formatting. by Georg Brandl · 15 years ago
  82. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 15 years ago
  83. 0736767 Fix issue9132 - Documentation for comparing dictionaries is out of date by Senthil Kumaran · 15 years ago
  84. 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 · 15 years ago
  85. 505add3 Merged revisions 79852 via svnmerge from by Mark Dickinson · 15 years ago
  86. c8bdc01 Fix typo in definition of 'in' keyword. by Stefan Krah · 15 years ago
  87. f8754a6 Update versionadded/changed. by Ezio Melotti · 15 years ago
  88. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 15 years ago
  89. 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 · 16 years ago
  90. fe800a3 #6618: fix invalid 3k syntax. by Georg Brandl · 16 years ago
  91. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  92. a5ebc26 <> is gone (almost). by Georg Brandl · 16 years ago
  93. c4f8b24 Merged revisions 71441 via svnmerge from by Georg Brandl · 16 years ago
  94. ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
  95. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  96. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
  97. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  98. 0cc818f Fix minor typos. by Raymond Hettinger · 17 years ago
  99. a2a08fb Issue 4090 and 4087: Further documentation of comparisons. by Raymond Hettinger · 17 years ago
  100. dc529c1 #3923: fix undefined token. by Georg Brandl · 17 years ago