Python 2.7.15
  1. 77f0a41 [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6405) by Miss Islington (bot) · 7 years ago
  2. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 7 years ago
  3. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 7 years ago
  4. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 7 years ago
  5. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  6. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  7. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 7 years ago
  8. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 7 years ago
  9. 8a7f1f4 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 7 years ago
  10. 6c7edba [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792) by Benjamin Peterson · 7 years ago
  11. 5dc275a Fix typo in docs (GH-5763) by Raymond Hettinger · 7 years ago
  12. fd9d1c9 DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 8 years ago
  13. 8771125 Fix installation instructions for *nix (GH-5605) by Miss Islington (bot) · 8 years ago
  14. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 8 years ago
  15. 672fd7d bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) by Stéphane Wirtel · 8 years ago
  16. 2a4e2ea Fix typo -- missing "not" (GH-5532) by Raymond Hettinger · 8 years ago
  17. 42e8ea9 bpo-32739: Show default value for rotate() (GH-5517) by Raymond Hettinger · 8 years ago
  18. 2357cd7 Update Doc build for split off of 3.7 branch by Ned Deily · 8 years ago
  19. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 8 years ago
  20. 5679277 Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) by Miss Islington (bot) · 8 years ago
  21. 745e9de bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378) by Miss Islington (bot) · 8 years ago
  22. f5e8f71 [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) by Mariatta · 8 years ago
  23. e64a47b bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) by Xiang Zhang · 8 years ago
  24. 8ca036d bpo-32586: Fix code example in urllib2's doc (GH-5238) by Pablo Galindo · 8 years ago
  25. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 8 years ago
  26. ca54740 [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) by Serhiy Storchaka · 8 years ago
  27. 0e0d101 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082) by Miss Islington (bot) · 8 years ago
  28. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 8 years ago
  29. 292fce9 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) by Vinay Sajip · 8 years ago
  30. 12fa6b1 Add a missing space in tkinter documentation. (GH-4692). (GH-4723) by Mariatta · 8 years ago
  31. d6c6e58 Improve Scheduler Objects documentation. (GH-4556) (GH-4558) by Miss Islington (bot) · 8 years ago
  32. c02037d bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) (GH-4555) by Miss Islington (bot) · 8 years ago
  33. 465f3d0 Improve the String tutorial docs (GH-4541) (GH-4546) by Miss Islington (bot) · 8 years ago
  34. 66cdc84 Extending Python Doc minor updates (GH-4518) (GH-4536) by Miss Islington (bot) · 8 years ago
  35. 733b5f3 bpo-32050: Fix -x option documentation (#4423) by Victor Stinner · 8 years ago
  36. aa91005 Document parameters of BaseServer.finish_request() (GH-4445) by Masayuki Yamamoto · 8 years ago
  37. 3393c80 Fix typo in atexit documentation. (GH-4419) (GH-4442) by Erik Bray · 8 years ago
  38. a2f1be0 bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395) by Miss Islington (bot) · 8 years ago
  39. 47eaaa5 bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006) by Miss Islington (bot) · 8 years ago
  40. 4376a22 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) by Miss Islington (bot) · 8 years ago
  41. fd38819 [2.7] bpo-18699: Corrected documentation for window.chgat in curses module (GH-1430). (#4272) by Serhiy Storchaka · 8 years ago
  42. 52ba7b4 bpo-20064: Document PyObject_Malloc() (#4204) by Victor Stinner · 8 years ago
  43. ef346a2 [2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100) by Serhiy Storchaka · 8 years ago
  44. 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 · 8 years ago
  45. 7b4ba62 [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) by Victor Stinner · 8 years ago
  46. 3c082a7 bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) by Victor Stinner · 8 years ago
  47. 50cef52 [2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) by vyas45 · 8 years ago
  48. 356b680 bpo-31766: restore 3.5 to docs version switchers (#3971) by Ned Deily · 8 years ago
  49. 7440655 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) by Miss Islington (bot) · 8 years ago
  50. 8d614be Remove retired and security branches from active docs (#3881) by Ned Deily · 8 years ago
  51. cf7197a [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) by Igor Filatov · 8 years ago
  52. da86874 [2.7] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3700) by Zachary Ware · 8 years ago
  53. 5b6452d bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676) by Christian Heimes · 8 years ago
  54. 4137624 bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609) by Michael Seifert · 8 years ago
  55. ae16b99 [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328) by R. David Murray · 8 years ago
  56. b9a860f [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) by Christian Heimes · 8 years ago
  57. 82cae7c [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (GH-3272) (GH-3428) by Miss Islington (bot) · 8 years ago
  58. ab4894b [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400) by Miss Islington (bot) · 8 years ago
  59. 6d6ff08 [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371) by Benjamin Peterson · 8 years ago
  60. 986b7ff [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306) by Zachary Ware · 8 years ago
  61. 4cde4bd bpo-31095: Fix potential crash during GC (GH-3197) by INADA Naoki · 8 years ago
  62. 2281c04 Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) by Mariatta · 8 years ago
  63. 3cc46bb Update the language selection in the docs language switch. (GH-3114) (#3117) by Julien Palard · 8 years ago
  64. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 8 years ago
  65. fe8d9dc bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) (#3081) by Julien Palard · 8 years ago
  66. 245dafc bpo-31045: Language switch (#2652) (#3024) by Julien Palard · 8 years ago
  67. dd6e4aa bpo-27470: Improve doc for commandline -3 option by Subhendu Ghosh · 8 years ago
  68. fa90179 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942) by Mariatta · 8 years ago
  69. 0666d0e bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847) by Aditya Hase · 8 years ago
  70. 82a77d3 [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795) by Nicholas · 8 years ago
  71. 598f26b [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) by Mariatta · 8 years ago
  72. 3b1e726 Update doc download files size estimates. (#2774) by Ned Deily · 8 years ago
  73. 64a9f3d bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725) by Ned Deily · 8 years ago
  74. a948d4f Add a missing asterisk in traceback doc to complete formatting (#2675) by Xiang Zhang · 8 years ago
  75. 5d1554a json Docs: Trivial update to the code example (GH-2465) by Kit Sunde · 8 years ago
  76. 2e5867d Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
  77. 311ae46 [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) by Dmitry Tokarev · 8 years ago
  78. 58bb0d8 Fixed 2.7 docs - links to list, backported from python3.x (#2518) by Dmitry Tokarev · 8 years ago
  79. 5b5002c Clarification to the `break` statement (GH-2453) (GH-2459) by regexaurus · 8 years ago
  80. 5082674 [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340) by Mariatta · 8 years ago
  81. b39a748 bpo-30176: Add missing curses cell attributes constants (#2278) by Xiang Zhang · 8 years ago
  82. 4b30107 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2196) by Mariatta · 8 years ago
  83. 311054a Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) by csabella · 8 years ago
  84. 15a6127 [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151) by Antoine Pitrou · 8 years ago
  85. bbb3358 bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137) by Marco Buttu · 8 years ago
  86. 107949c bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120) by Mariatta · 8 years ago
  87. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 8 years ago
  88. 9660a7e bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067) by Mariatta · 8 years ago
  89. 662d856 bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) by Mariatta · 8 years ago
  90. 9139f23 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) by Mariatta · 8 years ago
  91. e81aa87 [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882) by Mariatta · 8 years ago
  92. 2bb6eb3 [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801) by Stéphane Wirtel · 8 years ago
  93. 9395ca4 added re.UNICODE effects to insensitive flags (#1781) by Brian Ward · 8 years ago
  94. 374e57d [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) by delirious-lettuce · 8 years ago
  95. b8b9f95 [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) by Serhiy Storchaka · 8 years ago
  96. f6c6d1e bpo-11681: Document the `-b` and `-bb` options (GH-1562) by Zachary Ware · 8 years ago
  97. 4be66b6 Fix warnings due to deprecated latex options (GH-1563) by Zachary Ware · 8 years ago
  98. c7362b4 Update susp-ignored.csv (GH-1564) by Zachary Ware · 8 years ago
  99. e1b02ff [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) by Mariatta · 8 years ago
  100. 43566ae [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) by Serhiy Storchaka · 8 years ago