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