Python 3.5.7rc1
  1. d571dd3 Version bump & copyright year update for 3.5.7rc1. by Larry Hastings · 6 years ago v3.5.7rc1
  2. 76aa2c0 bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338) by larryhastings · 7 years ago
  3. 1b141b9 Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048) by Julien Palard · 7 years ago
  4. 13402fc Backport 3.7.0 final changes by Ned Deily · 7 years ago
  5. 50b75d0 Merge branch '3.5' of github.com:python/cpython into 3.5 by Larry Hastings · 8 years ago
  6. 2fc65c6 Update docs template for 3.8 by Ned Deily · 8 years ago
  7. 2740fcc Bump version and copyright year for 3.5.5rc1. by Larry Hastings · 8 years ago
  8. dcb101e Exclude VENVDIR in Doc builds (#3977) by Ned Deily · 8 years ago
  9. 0a8ff1b Remove retired and security branches from active docs (#3882) by Ned Deily · 8 years ago
  10. 0fcc033 bpo-31095: fix potential crash during GC (GH-2974) (#3196) by INADA Naoki · 8 years ago
  11. 0d68d6d [3.5] Fix broken `Show Source` links on documentation pages (GH-3113) (#3126) by Mariatta · 8 years ago
  12. 9cc3320 [3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) by Ned Deily · 8 years ago
  13. b672a45 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2941) by Mariatta · 8 years ago
  14. abe7b60 [3.5] bpo-31036: use an existing Misc/NEWS rather than trying to use blurb (#2874) by Ned Deily · 8 years ago
  15. 385b368 Version bump & copyright year fixes for 3.5.4rc1. by Larry Hastings · 8 years ago v3.5.4rc1
  16. b902833 Update 3.5 to use blurb! by Larry Hastings · 8 years ago
  17. 71d9b52 [3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779) by Mariatta · 8 years ago
  18. 6b1a777 Update doc download files size estimates. (#2771) (#2773) by Ned Deily · 8 years ago
  19. ada3f31 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723) by Ned Deily · 8 years ago
  20. ebf7d21 Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
  21. 4685e56 [3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533) by Kojo Idrissa · 8 years ago
  22. 9dff523 Clarification to the `break` statement (GH-2453) (GH-2458) by regexaurus · 8 years ago
  23. 8aa15ba [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341) by Mariatta · 8 years ago
  24. ce1bd6a [3.5] bpo-30619: Clarify typing.Union documentation (GH-2326) (GH-2338) by Mariatta · 8 years ago
  25. 29c89d0 [3.5] bpo-29755: Fixed the lgettext() family of functions in the gettext module. (GH-2266) (#2298) by Serhiy Storchaka · 8 years ago
  26. 04521c2 bpo-30176: Add missing curses cell attributes constants (#2277) by Xiang Zhang · 8 years ago
  27. 0b13f58 bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2231) by Mariatta · 8 years ago
  28. a3afdca bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2197) by Mariatta · 8 years ago
  29. ee0572f Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189) by csabella · 8 years ago
  30. e0e0029 [3.5] Mention how to disable signal fd wakeup (GH-2140) (#2150) by Antoine Pitrou · 8 years ago
  31. 5a86154 bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146) by Mariatta · 8 years ago
  32. 37e0415 bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138) by Marco Buttu · 8 years ago
  33. 7563b05 bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119) by Mariatta · 8 years ago
  34. 80bdbf6 [3.5] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2093) by Zachary Ware · 8 years ago
  35. 656f232 bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066) by Mariatta · 8 years ago
  36. cabdba2 [3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2056) by Mariatta · 8 years ago
  37. 3fc2fa8 bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020) by Mariatta · 8 years ago
  38. ee9de30 bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975) by gfyoung · 8 years ago
  39. b32fb6c bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944) by csabella · 8 years ago
  40. 1f04b90 bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954) by Mariatta · 8 years ago
  41. cca3d4a bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1914) by Matthias Bussonnier · 8 years ago
  42. 3419fc2 bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906) by Mariatta · 8 years ago
  43. 1721b06 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896) by Mariatta · 8 years ago
  44. 958e815 bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895) by csabella · 8 years ago
  45. 99424d8 [3.5] Fix a trivial typo in global section (GH-1497) (GH-1881) by Mariatta · 8 years ago
  46. 75ea91b bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869) by csabella · 8 years ago
  47. 03c7cfc [3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857) by Mariatta · 8 years ago
  48. a815b5a [3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831) by Serhiy Storchaka · 8 years ago
  49. d78ad17 [3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829) by Serhiy Storchaka · 8 years ago
  50. aa27f0e [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792) by Zachary Ware · 8 years ago
  51. 8af0a21 [3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747) by Kushal Das · 8 years ago
  52. 32dcf42 [3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (#1750) by Mariatta · 8 years ago
  53. 1d359b8 [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706) by delirious-lettuce · 8 years ago
  54. 083f13e [3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615) by Serhiy Storchaka · 8 years ago
  55. 72e5aa1 bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597) by Senthil Kumaran · 8 years ago
  56. f3291ee bpo-30358: Document sort argument of profile.runctx() (GH-1566) by Berker Peksag · 8 years ago
  57. 4ee34e1 [3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1571) by Mariatta · 8 years ago
  58. ab6b962 bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465) by Victor Stinner · 8 years ago
  59. 5274faf [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446) by Mariatta · 8 years ago
  60. f99623a [3.5] Fix typo in selectors.rst (GH-1383) (#1415) by Mariatta · 8 years ago
  61. e37d163 [3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359) by Mariatta · 8 years ago
  62. 52630ae [3.5] bpo-30208: DOC: fix small typos in IDLE (#1357) by csabella · 8 years ago
  63. c4dfe25 [3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1314) by Mariatta · 8 years ago
  64. 9a626ec [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304) by Dong-hee Na · 8 years ago
  65. 271a289 bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) by Berker Peksag · 8 years ago
  66. c7b8367 bpo-28698: Fix c_wchar_p doc example (GH-1160) by Louie Lu · 8 years ago
  67. d51d093 [3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267) by Mariatta · 8 years ago
  68. c358536 [3.5] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1260) by Serhiy Storchaka · 8 years ago
  69. 7badde2 [3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255) by Louie Lu · 8 years ago
  70. ad2d47d Remove redundant comma in argparse HOWTO (GH-1141) by Berker Peksag · 8 years ago
  71. 7e56fe3 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 8 years ago
  72. f40e72d [3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148) by Michael Seifert · 8 years ago
  73. 118cf91 [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124) by Mariatta · 8 years ago
  74. e2cf9a9 bpo-30021: Add examples for re.escape(). (#1048) (#1116) by Serhiy Storchaka · 8 years ago
  75. df97837 bpo-29791: Clarify that flush is keyword-only argument (GH-1093) by Berker Peksag · 8 years ago
  76. 72b1d41 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1100) by Xiang Zhang · 8 years ago
  77. aa218af [3.5] Correct typo in configparser.rst (GH-1012) (GH-1027) by Mariatta · 8 years ago
  78. bd18351 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 8 years ago
  79. f688f18 Fix a minor typo. (#1032) (#1036) by Barry Warsaw · 8 years ago
  80. 2cfe583 [3.5] bpo-19225: Lack of c api exceptions doc (#965) by cocoatomo · 8 years ago
  81. 0f9ceaf bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986) by Senthil Kumaran · 8 years ago
  82. 51fc7e3d bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958) by Senthil Kumaran · 8 years ago
  83. f315812 bpo-29952: Use usual terminology of dict (GH-923) by INADA Naoki · 8 years ago
  84. d1dbbaa bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895) by Senthil Kumaran · 8 years ago
  85. eef6e11 bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893) by Mariatta · 8 years ago
  86. 0957f26 bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875) by Mariatta · 8 years ago
  87. 8994f36 bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863) by Mariatta · 8 years ago
  88. 8ce3085 bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-827) by Ned Deily · 8 years ago
  89. a6a856f Remove an outdated statement in execution model docs (GH-754) (GH-774) by Mariatta · 8 years ago
  90. d7df9e6 doc: minor fix for library/profile (GH-767) by INADA Naoki · 8 years ago
  91. cb4beb6 fix function name in tabnanny documentation (GH-763) by Xiang Zhang · 8 years ago
  92. 7cc071c bpo-29856: Fix typo in curses documentation (GH-730) (GH-732) by Mariatta · 8 years ago
  93. 88b32eb bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715) by Serhiy Storchaka · 8 years ago
  94. 41b4a21 bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691) by Berker Peksag · 8 years ago
  95. 091d90f bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-689) by Mariatta · 8 years ago
  96. 59883bb ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-658) by Xiang Zhang · 8 years ago
  97. 3a8098f fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) (GH-655) by Xiang Zhang · 8 years ago
  98. f12f820 bpo-29746: Update marshal docs to Python 3. (#547) (#630) by Serhiy Storchaka · 8 years ago
  99. 5f63884 tempfile.rst: Fix some typos (GH-610) (GH-619) by Mariatta · 8 years ago
  100. ce222c8 bpo-29770: remove outdated PYO related info (GH-590) (GH-613) by Xiang Zhang · 8 years ago