1. 2f644c0 Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) by Miss Islington (bot) · 5 years ago
  2. d04c85f bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062) by Miss Islington (bot) · 5 years ago
  3. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 5 years ago
  4. 0811f2d Doc: Space breaking whole definition. (GH-13615) by Julien Palard · 5 years ago
  5. cc1c582 bpo-37051: Refine note on what objects are hashable (GH-13587) by Raymond Hettinger · 5 years ago
  6. c0a1a07 bpo-32995 - Added context variable in glossary (GH-9741) by Vinodhini Balusamy · 5 years ago
  7. 90fb04c bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) by Sanyam Khurana · 5 years ago
  8. f760610 bpo-33832: Add "magic method" glossary entry (GH-7630) by Andre Delfino · 6 years ago
  9. 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
  10. 25221b3 Fix typo in asynchronous generator iterator documentation (GH-10542) by Sebastián Ramírez · 6 years ago
  11. a9655b7 Improve grammar in Glossary. (GH-10474) by Windson yang · 6 years ago
  12. b4db249 bpo-9842: Add cross-reference to the ellipsis object (GH-4063) by Pablo Galindo · 6 years ago
  13. e483f02 bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) by Stéphane Wirtel · 6 years ago
  14. 98b976a Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 6 years ago
  15. cf2c5e8 Improve grammar of asynchronous iterator glossary entry (GH-8657) by Andrés Delfino · 6 years ago
  16. 6868003 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Andrés Delfino · 6 years ago
  17. 7469ff5 Use singular, we are talking about the access (GH-7727) by Andrés Delfino · 6 years ago
  18. d689f97 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Andrés Delfino · 6 years ago
  19. 2298c0e Fix typo spotted by Guido (GH-7131) by Andrés Delfino · 6 years ago
  20. 6e33f81 bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) by Andrés Delfino · 6 years ago
  21. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  22. 0c4be82 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) by Andrés Delfino · 6 years ago
  23. d5f1442 bpo-33518: Add PEP entry to documentation glossary (GH-6860) by Andrés Delfino · 6 years ago
  24. f2290fb bpo-32769: Write annotation entry for glossary (GH-6657) by Andrés Delfino · 6 years ago
  25. 40a536b s/the the/the/ (GH-6287) by INADA Naoki · 7 years ago
  26. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  27. 4b96593 bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) by Antoine Pitrou · 7 years ago
  28. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  29. 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
  30. 0bf287b bpo-18558: Clarify glossary entry for "Iterable" (#3732) by Raymond Hettinger · 7 years ago
  31. 64c887a bpo-26947: DOC: clarify wording on hashable in glossary (#948) by csabella · 8 years ago
  32. 33db068 bpo-29928: Add f-string to the Glossary (GH-864) by Mariatta · 8 years ago
  33. c611a5b bpo-29746: Update marshal docs to Python 3. (#547) by Serhiy Storchaka · 8 years ago
  34. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
  35. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 8 years ago
  36. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  37. 15552c3 Issue #27285: Document the deprecation of the pyvenv script. by Brett Cannon · 8 years ago
  38. c28592b Issue #27186: Define what a "path-like object" is. by Brett Cannon · 8 years ago
  39. 6bf8e61 Merge from 3.5 by Berker Peksag · 8 years ago
  40. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  41. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  42. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  43. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  44. 3858a1c Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 9 years ago
  45. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  46. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  47. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  48. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 9 years ago
  49. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  50. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  51. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  52. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  53. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  54. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  55. ab792ac Doc clarification / edification on the semantics of the 'w*' format unit. by Larry Hastings · 9 years ago
  56. 0443c92 merge with 3.4 by Georg Brandl · 10 years ago
  57. caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  58. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  59. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  60. 5db1bb8 Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown. by Antoine Pitrou · 10 years ago
  61. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  62. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  63. 033ec05 merge with 3.4 by Georg Brandl · 10 years ago
  64. 4dd27a3 Closes #21782: the default hash(x) is not exactly id(x) but derived from it. by Georg Brandl · 10 years ago
  65. 4a4b679 Merge issue #22295 fix from 3.4 by Nick Coghlan · 10 years ago
  66. 1d52096 Issue #22295: Adopt 'python -m pip' as the preferred invocation by Nick Coghlan · 10 years ago
  67. 8d2d889 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  68. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  69. 35db439 Issue #13742: Add key and reverse parameters to heapq.merge() by Raymond Hettinger · 10 years ago
  70. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  71. a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
  72. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  73. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  74. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  75. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  76. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  77. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  78. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  79. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  80. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  81. 245c765 merge with 3.3 by Georg Brandl · 11 years ago
  82. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  83. 7e41547 merge with 3.3 by Georg Brandl · 11 years ago
  84. 60e602d Fix small grammar mistake. by Georg Brandl · 11 years ago
  85. fdcf2b7 moved the single-dispatch generic function definitions to the glossary by Łukasz Langa · 11 years ago
  86. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  87. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  88. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  89. 84ad6ae #16128: merge with 3.2. by Ezio Melotti · 12 years ago
  90. 188ad85 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 12 years ago
  91. 407c2ac #16747: merge with 3.2. by Ezio Melotti · 12 years ago
  92. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  93. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  94. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  95. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  96. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  97. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  98. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  99. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  100. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago