1. 30af2e7 bpo-34500: Fix ResourceWarning in difflib.py (GH-8926) by Mickaël Schoentgen · 6 years ago
  2. 71f2dad [2.7] Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 6 years ago
  3. 5c437d6 Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Miss Islington (bot) · 6 years ago
  4. 9027502 [2.7] bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673) by Terry Jan Reedy · 6 years ago
  5. dc9039d bpo-27671: Update FAQ about why len is function (GH-8432) by Miss Islington (bot) · 6 years ago
  6. 5e980f0 [2.7] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 6 years ago
  7. 1c8f655 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Miss Islington (bot) · 6 years ago
  8. 613cbf3 Fix site module documentation. (GH-8441) by Miss Islington (bot) · 6 years ago
  9. f7e60a6 [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8427) by Tal Einat · 6 years ago
  10. 1fb24b6 Clarify ValueError's broad applicability (GH-8313) (GH-8316) by Miss Islington (bot) · 6 years ago
  11. 3a98ddd bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Miss Islington (bot) · 6 years ago
  12. 3707dfa [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179) by Benjamin Peterson · 6 years ago
  13. ad0fc8d [2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510). (GH-8171) by Andrés Delfino · 6 years ago
  14. 292ce15 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8066) by Miss Islington (bot) · 6 years ago
  15. 11ba050 Update 2.7 doc templates for 3.7.0 (GH-7996) by Ned Deily · 6 years ago
  16. bcb1ac8 bpo-33958: Doc: Remove unused variable in example (GH-7927) by Miss Islington (bot) · 6 years ago
  17. 7820973 [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905) by Tal Einat · 6 years ago
  18. aa770b7 [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) by Tal Einat · 6 years ago
  19. 2c11e23 [2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). (#7885) by Andrés Delfino · 6 years ago
  20. 3e3157b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Miss Islington (bot) · 6 years ago
  21. 1c9a72c [2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 6 years ago
  22. 9c13178 Fix four spelling typos in documentation (GH-7753) by Xtreak · 6 years ago
  23. 60c888d bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 6 years ago
  24. 80c51c4 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Miss Islington (bot) · 6 years ago
  25. bb3b365 Improve the grammar in the glossary item for `list` (GH-7727) by Miss Islington (bot) · 6 years ago
  26. 184e8ed [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716) by Andrés Delfino · 6 years ago
  27. fc8ea20 [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter. (GH-7668) (GH-7676) by Xiang Zhang · 6 years ago
  28. 42ca836 bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (GH-7667) by Andrés Delfino · 6 years ago
  29. 4fde701 bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624) by Ned Deily · 6 years ago
  30. 48712e2 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Mariatta · 6 years ago
  31. f01b951 bpo-33766: Document that end of file or string is a newline (GH-7383) by Miss Islington (bot) · 6 years ago
  32. 458ed1b [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541) by Mayank Singhal · 6 years ago
  33. 7b9b87e bpo-33600: document that platform.linux_distribution() has been removed (GH-7281) by Timo Furrer · 6 years ago
  34. 134bb46 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Miss Islington (bot) · 6 years ago
  35. 5f0726a bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Miss Islington (bot) · 6 years ago
  36. af36859 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Miss Islington (bot) · 6 years ago
  37. 5583ef4 [2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201) by Andrés Delfino · 6 years ago
  38. 804fcf6 [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (GH-7122) by Terry Jan Reedy · 6 years ago
  39. 8cbde8a [2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936) by Andrés Delfino · 6 years ago
  40. 3ccc313 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 6 years ago
  41. 6a8954a [2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) (GH-6970) by Miss Islington (bot) · 6 years ago
  42. ad65d09 [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) by Stéphane Wirtel · 6 years ago
  43. 84fc6c5 bpo-22069: Update TextIO documentation (GH-6609) by Miss Islington (bot) · 6 years ago
  44. d7e783b [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738). (GH-6744) by Serhiy Storchaka · 6 years ago
  45. 4a1bc26 [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646) by Bo Bayles · 6 years ago
  46. 07c3a61 Fix reference to exceptions in multprocessing docs. (GH-6647) by Bo Bayles · 6 years ago
  47. 1c6c851 [2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607) by Andrés Delfino · 6 years ago
  48. b9827b7 [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (GH-6562) by Andrés Delfino · 6 years ago
  49. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 6 years ago
  50. 7d19676 [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502) by Benjamin Peterson · 6 years ago
  51. 77f0a41 [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6405) by Miss Islington (bot) · 6 years ago
  52. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 6 years ago
  53. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 6 years ago
  54. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 6 years ago
  55. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 6 years ago
  56. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  57. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 6 years ago
  58. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 6 years ago
  59. 8a7f1f4 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 6 years ago
  60. 6c7edba [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792) by Benjamin Peterson · 6 years ago
  61. 5dc275a Fix typo in docs (GH-5763) by Raymond Hettinger · 6 years ago
  62. fd9d1c9 DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 6 years ago
  63. 8771125 Fix installation instructions for *nix (GH-5605) by Miss Islington (bot) · 6 years ago
  64. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 6 years ago
  65. 672fd7d bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) by Stéphane Wirtel · 6 years ago
  66. 2a4e2ea Fix typo -- missing "not" (GH-5532) by Raymond Hettinger · 6 years ago
  67. 42e8ea9 bpo-32739: Show default value for rotate() (GH-5517) by Raymond Hettinger · 6 years ago
  68. 2357cd7 Update Doc build for split off of 3.7 branch by Ned Deily · 6 years ago
  69. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 6 years ago
  70. 5679277 Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) by Miss Islington (bot) · 6 years ago
  71. 745e9de bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378) by Miss Islington (bot) · 6 years ago
  72. f5e8f71 [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) by Mariatta · 6 years ago
  73. e64a47b bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) by Xiang Zhang · 6 years ago
  74. 8ca036d bpo-32586: Fix code example in urllib2's doc (GH-5238) by Pablo Galindo · 6 years ago
  75. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 6 years ago
  76. ca54740 [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) by Serhiy Storchaka · 6 years ago
  77. 0e0d101 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082) by Miss Islington (bot) · 6 years ago
  78. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 6 years ago
  79. 292fce9 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) by Vinay Sajip · 6 years ago
  80. 12fa6b1 Add a missing space in tkinter documentation. (GH-4692). (GH-4723) by Mariatta · 7 years ago
  81. d6c6e58 Improve Scheduler Objects documentation. (GH-4556) (GH-4558) by Miss Islington (bot) · 7 years ago
  82. c02037d bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4555) by Miss Islington (bot) · 7 years ago
  83. 465f3d0 Improve the String tutorial docs (GH-4541) (GH-4546) by Miss Islington (bot) · 7 years ago
  84. 66cdc84 Extending Python Doc minor updates (GH-4518) (GH-4536) by Miss Islington (bot) · 7 years ago
  85. 733b5f3 bpo-32050: Fix -x option documentation (#4423) by Victor Stinner · 7 years ago
  86. aa91005 Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 7 years ago
  87. 3393c80 Fix typo in atexit documentation. (GH-4419) (GH-4442) by Erik Bray · 7 years ago
  88. a2f1be0 bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395) by Miss Islington (bot) · 7 years ago
  89. 47eaaa5 bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Miss Islington (bot) · 7 years ago
  90. 4376a22 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by Miss Islington (bot) · 7 years ago
  91. fd38819 [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272) by Serhiy Storchaka · 7 years ago
  92. 52ba7b4 bpo-20064: Document PyObject_Malloc() (#4204) by Victor Stinner · 7 years ago
  93. ef346a2 [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100) by Serhiy Storchaka · 7 years ago
  94. 355393e [2.7] bpo-31733, bpo-31692: Document 2 new env vars in What's New in Python 2.7 (GH-4019) by Victor Stinner · 7 years ago
  95. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 7 years ago
  96. 3c082a7 bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) by Victor Stinner · 7 years ago
  97. 50cef52 [2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 7 years ago
  98. 356b680 bpo-31766: restore 3.5 to docs version switchers (#3971) by Ned Deily · 7 years ago
  99. 7440655 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) by Miss Islington (bot) · 7 years ago
  100. 8d614be Remove retired and security branches from active docs (#3881) by Ned Deily · 7 years ago