1. a3d0ffe Merge from 3.3 by Andrew Kuchling · 10 years ago
  2. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 10 years ago
  3. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  4. 710280b Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  5. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 11 years ago
  6. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  7. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  8. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  9. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  10. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  11. 245c765 merge with 3.3 by Georg Brandl · 11 years ago
  12. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  13. 7e41547 merge with 3.3 by Georg Brandl · 11 years ago
  14. 60e602d Fix small grammar mistake. by Georg Brandl · 11 years ago
  15. fdcf2b7 moved the single-dispatch generic function definitions to the glossary by Łukasz Langa · 11 years ago
  16. 25cd091 #14187: Add glossary entry for 'function annotations'. by R David Murray · 11 years ago
  17. 5de183a Elaborate on bytes-like objects. by Antoine Pitrou · 11 years ago
  18. aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 11 years ago
  19. 84ad6ae #16128: merge with 3.2. by Ezio Melotti · 11 years ago
  20. 188ad85 #16128: clarify that instances of user-defined classes compare equal with themselves. by Ezio Melotti · 11 years ago
  21. 407c2ac #16747: merge with 3.2. by Ezio Melotti · 12 years ago
  22. d581fff #16747: fix link to file objects in the glossary. by Ezio Melotti · 12 years ago
  23. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  24. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  25. d97c71f Merge from 3.2: improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  26. c2a7fd6 Improve argument/parameter documentation (issue #15990). by Chris Jerdonek · 12 years ago
  27. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  28. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  29. fd03a09 Merge issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  30. 8cf1cc4 Issue #16138: fix typo. by Andrew Svetlov · 12 years ago
  31. 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 12 years ago
  32. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  33. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  34. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  35. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  36. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  37. 7f67133 backport c4bd68be5fc6 to 3.2 by Sandro Tosi · 12 years ago
  38. 5b072ef merge with 3.2 by Sandro Tosi · 12 years ago
  39. 165a2c2 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  40. dbaedb8 fix typo in glossary by Eli Bendersky · 12 years ago
  41. 6bdb650 Added the "provisional package" glossary term from PEP 411 by Eli Bendersky · 12 years ago
  42. 9186850 closes issue14257 - Grammatical fix by Senthil Kumaran · 12 years ago
  43. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 12 years ago
  44. 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 12 years ago
  45. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 12 years ago
  46. 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
  47. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  48. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  49. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  50. d1ca4f9 Merge fixes for #12256 and typos from 3.2 by Éric Araujo · 13 years ago
  51. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  52. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  53. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  54. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  55. 7c12bae Fix reST references by Éric Araujo · 13 years ago
  56. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 13 years ago
  57. fa088db Improve glossary entry for ABCs. by Éric Araujo · 13 years ago
  58. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  59. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  60. e0854f9 Add missing closing paren by Éric Araujo · 13 years ago
  61. 82f614b glossary entry for struct sequence by Benjamin Peterson · 13 years ago
  62. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  63. 41d0815 Merged revisions 87789-87790 via svnmerge from by Georg Brandl · 14 years ago
  64. e3ee66f Issue #10357: Clarify what it means to be a mapping. by Raymond Hettinger · 14 years ago
  65. 6e7d711 Merged revisions 87792 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 0034281 Elaborate about the GIL. by Antoine Pitrou · 14 years ago
  67. b30f330 Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. by Georg Brandl · 14 years ago
  68. 9d9848e Rewrap. by Georg Brandl · 14 years ago
  69. 09f4414 Expand the LBYL glossary entry. by Raymond Hettinger · 14 years ago
  70. dcb4491 Add some internal links. by Raymond Hettinger · 14 years ago
  71. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  72. b6b76c2 Issue 10410: An iterable is not necessarily a container. by Raymond Hettinger · 14 years ago
  73. eae40ba Merged revisions 86187 via svnmerge from by Georg Brandl · 14 years ago
  74. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  75. 4531f8d Issue #9886: Add a key-function entry to the glossary. by Raymond Hettinger · 14 years ago
  76. b9fe800 Issue #9886: Add a key-function entry to the glossary. by Raymond Hettinger · 14 years ago
  77. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  78. 914a218 Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 via svnmerge from by Georg Brandl · 14 years ago
  79. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  80. d6abb72 Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge from by Georg Brandl · 14 years ago
  81. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  82. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  83. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  84. bd204de Glossary cleanup by Raymond Hettinger · 14 years ago
  85. f37ca3c Glossary cleanup by Raymond Hettinger · 14 years ago
  86. 116874d Fix glossary markup. by Georg Brandl · 14 years ago
  87. 9b42f17 Merged revisions 82790 via svnmerge from by Georg Brandl · 14 years ago
  88. 8a1c254 #3214 followup: add link to ABC entry. by Georg Brandl · 14 years ago
  89. 73b1c7b #3214: improve description of duck-typing in glossary. by Georg Brandl · 14 years ago
  90. 31a0f86 Merged revisions 77316 via svnmerge from by Georg Brandl · 14 years ago
  91. 94e5de0 Fix markup. by Georg Brandl · 14 years ago
  92. 2cb72d3 Merged revisions 82483 via svnmerge from by Georg Brandl · 14 years ago
  93. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  94. f6f3f53 Merged revisions 82376 via svnmerge from by Benjamin Peterson · 14 years ago
  95. 927ccd2 update for nonlocal keyword by Benjamin Peterson · 14 years ago
  96. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  97. 4c247d6 #5341: fix parenthesis placement. by Georg Brandl · 14 years ago
  98. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  99. ede6c2a Assorted doc fixes by Florent. by Georg Brandl · 15 years ago
  100. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago