1. 6b16d93 bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) by Joannah Nanjekye · 6 years ago
  2. edd2112 bpo-32118: Simplify docs for sequence comparison (GH-15450) by Raymond Hettinger · 6 years ago
  3. e9c90aa bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) by Serhiy Storchaka · 6 years ago
  4. b4be87a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) by Gregory P. Smith · 6 years ago
  5. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 6 years ago
  6. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 6 years ago
  7. 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 6 years ago
  8. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  9. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 6 years ago
  10. 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 6 years ago
  11. ed222a7 Update data model docs to include missing attributes for code objects (GH-13696) by Pablo Galindo · 6 years ago
  12. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 6 years ago
  13. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 6 years ago
  14. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 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. 3aca40d closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) by Benjamin Peterson · 6 years ago
  18. ae2c32f bpo-36798: Updating f-string docs for := use case (GH-13107) by Logan Jones · 6 years ago
  19. 5e98f05 bpo-36166: Change to rst datamodel file. (GH-13089) by Catherine Alvarado · 6 years ago
  20. a8a79ca Improve grammar on async context managers and shorten text (GH-12379) by Andre Delfino · 6 years ago
  21. 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 6 years ago
  22. ee88af3 Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) by Géry Ogam · 6 years ago
  23. 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 6 years ago
  24. 1fc5bf2 Doc: Fixed missing punctuation in datamodel.rst (GH-12581) by Jules Lasne (jlasne) · 6 years ago
  25. 738c19f closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) by Benjamin Peterson · 6 years ago
  26. b727239 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) by Martijn Pieters · 6 years ago
  27. 7463884 Document other performance implication for __slots__ (GH-11974) by Raymond Hettinger · 6 years ago
  28. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 7 years ago
  29. b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 7 years ago
  30. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
  31. 55f41e4 Correct a couple of unbalanced parenthesis. (GH-10779) by Andre Delfino · 7 years ago
  32. 1ce853f Move __missing__ after __delitem__ in Data model. (GH-10923) by Andre Delfino · 7 years ago
  33. a48e0eb Fix outdated info in datamodel about dicts (GH-9807) by wim glenn · 7 years ago
  34. c2ccac7 bpo-33816: Remove outdated metaclass example (GH-7566) by Andrés Delfino · 7 years ago
  35. 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 7 years ago
  36. b086c8a bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) by Andrés Delfino · 7 years ago
  37. bfe1839 Add link to PEP 525 in Expressions. (GH-10333) by Andrés Delfino · 7 years ago
  38. cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 7 years ago
  39. ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 7 years ago
  40. 0bee3c3 bpo-35119: Fix RecursionError in example of customizing module attribute access. (GH-10323) by Denis Osipov · 7 years ago
  41. 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
  42. 95f68b1 Fix mistakes on function coroutines related definitions (GH-9871) by Andrés Delfino · 7 years ago
  43. ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 7 years ago
  44. 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 7 years ago
  45. 6543912 bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) by Serhiy Storchaka · 7 years ago
  46. c8bb467 Update compound_stmts.rst (#9864) by Andrés Delfino · 7 years ago
  47. ad8a000 closes bpo-28955: Clarified comparisons between NaN and number in reference documentation (GH-5982) by Tony Flury · 7 years ago
  48. 3c1b590 Fix HTML formatting in datamodel.rst (GH-8693) by Berker Peksag · 7 years ago
  49. 6921ef7 Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 7 years ago
  50. e42b705 Fix typo: variables(s) (GH-8482) by Andrés Delfino · 7 years ago
  51. caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 7 years ago
  52. c9d43c7 bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 7 years ago
  53. 6951186 bpo-33847: Add '@' operator entry to index (GH-7669) by Andrés Delfino · 7 years ago
  54. 4fddd4e bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) by Andrés Delfino · 7 years ago
  55. 0aa17ee bpo-33766: Document that end of file or string is a newline (GH-7383) by Ammar Askar · 7 years ago
  56. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 7 years ago
  57. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 7 years ago
  58. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 7 years ago
  59. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 7 years ago
  60. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 7 years ago
  61. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 7 years ago
  62. bd5f965 bpo-32717: Document PEP 560 (GH-6726) by Ivan Levkivskyi · 7 years ago
  63. 441d945 Clarify that __path__ can't be just any value (GH-6554) by Brett Cannon · 7 years ago
  64. d08972f bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) by Serhiy Storchaka · 7 years ago
  65. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  66. 496431f bpo-26701: Improve documentation for the rounding special methods. (#6054) by Serhiy Storchaka · 7 years ago
  67. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  68. aec7532 bpo-30579: Docs for dynamic traceback creation (GH-5653) by Nick Coghlan · 7 years ago
  69. d1f3181 bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754) by Cheryl Sabella · 8 years ago
  70. 07ca9af bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564) by Serhiy Storchaka · 8 years ago
  71. b299393 bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by Cheryl Sabella · 8 years ago
  72. 85527cf bpo-27505: Add change notes in module attribute docs (GH-5320) by Cheryl Sabella · 8 years ago
  73. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago
  74. 3764bb0 Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) by İsmail Arılık · 8 years ago
  75. f4e21a2 Improve the F-strings and format specifier documentation (GH-4931) by KatherineMichel · 8 years ago
  76. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 8 years ago
  77. d924fa5 F-strings docs: link to Format Specifiers (GH-4888) by Mariatta · 8 years ago
  78. 5364b5c bpo-32225: Implementation of PEP 562 (#4731) by Ivan Levkivskyi · 8 years ago
  79. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 8 years ago
  80. 73a7e9b bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579) by Serhiy Storchaka · 8 years ago
  81. 7c9da3e Remove redundant 'exc = True' line (GH-4357) by Berker Peksag · 8 years ago
  82. bf9d317 bpo-31810: added missing keywords to docs. (#4140) by Tom Floyer · 8 years ago
  83. 93952f8 Fix a grammatical problem and reword for clarity. (#4257) by Barry Warsaw · 8 years ago
  84. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 8 years ago
  85. b8ab9d3 bpo-31708: Allow async generator expressions in synchronous functions (#3905) by Yury Selivanov · 8 years ago
  86. faa135a bpo-31709: Drop support for asynchronous __aiter__. (#3903) by Yury Selivanov · 8 years ago
  87. 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 8 years ago
  88. 4a2d00c bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) by Guilherme Caminha · 8 years ago
  89. 9b47af6 bpo-31501: Operator precedence description for arithmetic operators (#3633) by svelankar · 8 years ago
  90. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 8 years ago
  91. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 8 years ago
  92. b8d1b9d Mention enum as an ex (#2982) by Louie Lu · 8 years ago
  93. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 8 years ago
  94. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 8 years ago
  95. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 8 years ago
  96. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 8 years ago
  97. 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 8 years ago
  98. 9c972b5 Improve grammar in The Import System documentation (GH-1862) by kms70847 · 8 years ago
  99. 2b44e30 bpo-30449 Terse slots (#1819) by Aaron Hall, MBA · 8 years ago
  100. 43c8a9e bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) by Naomi Ceder · 8 years ago