1. 8bae219 bpo-39868: Update Language Reference for PEP 572. (#18793) by Brandt Bucher · 4 years, 7 months ago
  2. 6357c95 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) by Emily Morehouse · 5 years ago
  3. dc26997 bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) by Andre Delfino · 5 years ago
  4. edd2112 bpo-32118: Simplify docs for sequence comparison (GH-15450) by Raymond Hettinger · 5 years ago
  5. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  6. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 5 years ago
  7. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  8. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  9. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  10. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  11. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  12. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  13. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  14. ad8a000 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Tony Flury · 6 years ago
  15. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  16. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  17. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  18. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  19. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 6 years ago
  20. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 7 years ago
  21. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 7 years ago
  22. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 7 years ago
  23. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 7 years ago
  24. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
  25. 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 7 years ago
  26. 997a4ad Remove outdated note about constraining of the bit shift right operand. (#1258) by Serhiy Storchaka · 7 years ago
  27. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 7 years ago
  28. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 7 years ago
  29. 132ac38 Fix small typos in expressions.rst (GH-276) by Jim Fasarakis-Hilliard · 8 years ago
  30. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 8 years ago
  31. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 8 years ago
  32. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  33. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  34. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  35. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  36. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  37. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  38. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  39. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  40. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  41. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  42. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  43. e52c41a Issue #12067: Merge comparisons doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  44. aa0da86 Issue #12067: Rewrite Comparisons section in the language reference by Martin Panter · 9 years ago
  45. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  46. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  47. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  48. bd44ce8 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  49. f5d4523 Closes issue #24405: mark set display as code. by Terry Jan Reedy · 9 years ago
  50. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  51. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  52. 19dac07 Issue 24088: Clarify semantics of yield expression (merge from 3.4). by Guido van Rossum · 9 years ago
  53. d0150ad Issue 24088: Clarify semantics of yield expression. by Guido van Rossum · 9 years ago
  54. 4785f5e Merge with 3.4 by Zachary Ware · 10 years ago
  55. 57c616f Fix a typo pointed out on docs@ by Zachary Ware · 10 years ago
  56. e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  57. 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
  58. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  59. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  60. 1aca6e1 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  61. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  62. b369f58 Issue #21439: Merge with 3.4 by Zachary Ware · 10 years ago
  63. 2f78b84 Issue #21439: Fix a couple of typos. by Zachary Ware · 10 years ago
  64. a73a34d merge by Raymond Hettinger · 10 years ago
  65. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  66. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  67. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  68. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  69. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  70. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  71. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  72. 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
  73. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  74. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  75. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  76. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  77. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  78. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  79. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  80. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  81. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  82. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  83. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  84. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  85. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  86. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  87. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  88. 5925632 #12531: Fix spaces and markup. by Ezio Melotti · 13 years ago
  89. 7bd081c Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  90. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  91. 7603fa0 Undo an accidental commit in r87812. by Brett Cannon · 14 years ago
  92. 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 14 years ago
  93. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  94. 063f237 Add missing word, and add a better reference to the actual function. by Georg Brandl · 14 years ago
  95. 925914f Add sets to the precedence table. by Brett Cannon · 14 years ago
  96. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  97. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  98. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  99. f1d633c Mention % as string formatting. by Georg Brandl · 14 years ago
  100. f77c1d6 Clarify where support for negative indices fall in the language hierarchy. by Raymond Hettinger · 14 years ago