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