1. e2fb8a2 Update lexical_analysis.rst (GH-17508) by Géry Ogam · 4 years, 2 months ago
  2. af23f0d bpo-40439: Update broken link in lexical analysis docs (GH-20184) by Matteo Bertucci · 4 years, 2 months ago
  3. ef33712 Fix typo in object.__format__ docs (GH-19504) by Heshy Roskes · 4 years, 3 months ago
  4. 810f68f Fix misinformation about NaN != NaN comparison (GH-19357) by Mark Dickinson · 4 years, 4 months ago
  5. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 4 years, 4 months ago
  6. 5f9c131 bpo-40045: Make "dunder" method documentation easier to locate (#19153) by Javad Mokhtari · 4 years, 4 months ago
  7. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 4 months ago
  8. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 5 months ago
  9. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 5 months ago
  10. 8f13053 bpo-39702: Update the Language Reference (PEP 614) (GH-18802) by Brandt Bucher · 4 years, 5 months ago
  11. e59334e bpo-17422: slightly more precise language (GH-18682) by Caleb Donovick · 4 years, 5 months ago
  12. 8bae219 bpo-39868: Update Language Reference for PEP 572. (#18793) by Brandt Bucher · 4 years, 5 months ago
  13. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 5 months ago
  14. fbe2e0b bpo-17422: Language reference should specify restrictions on class namespace (#18559) by ananthan-123 · 4 years, 5 months ago
  15. f632736 bpo-39545: Document changes in the support of await in f-strings. (GH-18456) by Serhiy Storchaka · 4 years, 6 months ago
  16. d47d0c8 Improve grammar in the import system reference documentation (GH-18209) by Bonifacio de Oliveira · 4 years, 6 months ago
  17. 7de6174 bpo-15243: Document __prepare__ as classmethod (GH-17124) by alclarks · 4 years, 6 months ago
  18. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 4 years, 7 months ago
  19. abc0c4f Fix the parameter list of object. _rpow_ (#GH-16477) by HongWeipeng · 4 years, 7 months ago
  20. 226e6e7 bpo-39037: Fix lookup order of magic methods in with statement documentation (GH-17608) by Géry Ogam · 4 years, 7 months ago
  21. cbd0408 links in importlib.metadata.rst replaced with sphinx references (GH-17730) by Oleg Höfling · 4 years, 7 months ago
  22. d587272 bpo-38316: Fix co_stacksize documentation (GH-16983) by Batuhan Taşkaya · 4 years, 8 months ago
  23. 02519f7 bpo-38524: clarify example a bit and improve formatting (GH-17406) by Tal Einat · 4 years, 8 months ago
  24. 1bddf89 bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364) by Florian Dahlitz · 4 years, 8 months ago
  25. 4544e78 bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) by alclarks · 4 years, 9 months ago
  26. 2d56af7 Fix minor typos. (GH-17095) by Shu · 4 years, 9 months ago
  27. fc6b1bf Clarify amount of dots between package and subpackage (GH-17092) by Shu · 4 years, 9 months ago
  28. 4c155f7 bpo-38336: Remove the __set__ method restriction on data descriptors for attribute lookup precedence (GH-16520) by Géry Ogam · 4 years, 9 months ago
  29. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 4 years, 9 months ago
  30. a45b0ef Doc: Add -m reference in context of code execution (GH-16045) by Julien Palard · 4 years, 11 months ago
  31. 6357c95 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) by Emily Morehouse · 4 years, 11 months ago
  32. dc26997 bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) by Andre Delfino · 4 years, 11 months ago
  33. a39a4c7 bpo-37913: Link to NotImplemented from new docs (GH-15860) by Steve Dower · 5 years ago
  34. 009ef29 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Jeroen Demeyer · 5 years ago
  35. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 5 years ago
  36. 6b16d93 bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) by Joannah Nanjekye · 5 years ago
  37. edd2112 bpo-32118: Simplify docs for sequence comparison (GH-15450) by Raymond Hettinger · 5 years ago
  38. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 5 years ago
  39. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 5 years ago
  40. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  41. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 5 years ago
  42. 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 5 years ago
  43. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  44. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  45. 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 5 years ago
  46. ed222a7 Update data model docs to include missing attributes for code objects (GH-13696) by Pablo Galindo · 5 years ago
  47. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 5 years ago
  48. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 5 years ago
  49. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  50. 778a910 bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) by divyag9 · 5 years ago
  51. 4ef9b8e Correct misspelling (GH-11470) by Johnny Gérard · 5 years ago
  52. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 5 years ago
  53. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 5 years ago
  54. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 5 years ago
  55. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 5 years ago
  56. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 5 years ago
  57. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 5 years ago
  58. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 5 years ago
  59. 1fc5bf2 Doc: Fixed missing punctuation in datamodel.rst (GH-12581) by Jules Lasne (jlasne) · 5 years ago
  60. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 5 years ago
  61. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 5 years ago
  62. 7463884 Document other performance implication for __slots__ (GH-11974) by Raymond Hettinger · 5 years ago
  63. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 5 years ago
  64. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 6 years ago
  65. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  66. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 6 years ago
  67. 1ce853f Move __missing__ after __delitem__ in Data model. (GH-10923) by Andre Delfino · 6 years ago
  68. a48e0eb Fix outdated info in datamodel about dicts (GH-9807) by wim glenn · 6 years ago
  69. c2ccac7 bpo-33816: Remove outdated metaclass example (GH-7566) by Andrés Delfino · 6 years ago
  70. 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 6 years ago
  71. b086c8a bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Andrés Delfino · 6 years ago
  72. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 6 years ago
  73. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 6 years ago
  74. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 6 years ago
  75. 0bee3c3 bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Denis Osipov · 6 years ago
  76. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 6 years ago
  77. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 6 years ago
  78. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 6 years ago
  79. 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 6 years ago
  80. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 6 years ago
  81. c8bb467 Update compound_stmts.rst (#9864) by Andrés Delfino · 6 years ago
  82. ad8a000 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Tony Flury · 6 years ago
  83. 3c1b590 Fix HTML formatting in datamodel.rst (GH-8693) by Berker Peksag · 6 years ago
  84. 6921ef7 Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 6 years ago
  85. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 6 years ago
  86. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 6 years ago
  87. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  88. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 6 years ago
  89. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 6 years ago
  90. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 6 years ago
  91. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  92. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  93. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  94. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  95. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 6 years ago
  96. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 6 years ago
  97. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 6 years ago
  98. 441d945 Clarify that __path__ can't be just any value (GH-6554) by Brett Cannon · 6 years ago
  99. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 6 years ago
  100. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 6 years ago