1. f34c3fe merge from 3.4 by Senthil Kumaran · 9 years ago
  2. 114a1d6 Issue24898 - Improve str.find documentation. by Senthil Kumaran · 9 years ago
  3. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  4. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  5. fcb6db5 merge from 3.4 by Senthil Kumaran · 9 years ago
  6. d03d1d4 Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki. by Senthil Kumaran · 9 years ago
  7. 46a78bc Fix grammar. by Zachary Ware · 9 years ago
  8. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  9. 630329e merge 3.3 by Benjamin Peterson · 9 years ago
  10. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  11. 4c70293 merge 3.4 by Benjamin Peterson · 9 years ago
  12. e8c2a95 merge 3.3 by Benjamin Peterson · 9 years ago
  13. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  14. 01f7ac3 Backport of fix for issue #25930 by Brett Cannon · 9 years ago
  15. 762d5ea Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). by Brett Cannon · 9 years ago
  16. 85622e4 Issue #25874: Clarify platform support in the "Using Python on Windows" doc. by Brett Cannon · 9 years ago
  17. a198645 #1753718: clarify RFC compliance and bytes/string argument types. by R David Murray · 9 years ago
  18. 3dc74bf docs: Document ASYNC/AWAIT tokens (issue #25580) by Yury Selivanov · 9 years ago
  19. 9920e29 Merge 3.4 by Yury Selivanov · 9 years ago
  20. cba0053 docs/asyncio: Twek sections names per Nick Coghlan suggestion by Yury Selivanov · 9 years ago
  21. e319ab0 docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs by Yury Selivanov · 9 years ago
  22. 4a18b35 docs/whatsnew/3.5: Fix ref link by Yury Selivanov · 9 years ago
  23. bf077ee whatsnew/3.5: Mention new asyncio APIs in 3.5.1 by Yury Selivanov · 9 years ago
  24. f1b3134 Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst() by Gregory P. Smith · 9 years ago
  25. 51a4b22 Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  26. 2b4f47e #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  27. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  28. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  29. 3181feb Clarify that only *documentation* bugs should go to docs@python.org by Zachary Ware · 9 years ago
  30. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  31. 45be8d6 Issue #25701: Document C API functions that both set and delete objects by Martin Panter · 9 years ago
  32. ccddbb1 Issue #23936: Clarify what finders are. by Brett Cannon · 9 years ago
  33. f4f25fe Issue #25500: Fix the language reference to not claim that import by Brett Cannon · 9 years ago
  34. ee1a0e4 Issue #25767: Merge with 3.4 by Zachary Ware · 9 years ago
  35. 992bfe0 Issue #25767: Link to English Wikipedia instead of French. by Zachary Ware · 9 years ago
  36. 9e87f3d Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  37. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 9 years ago
  38. 46cc4a8 Issue #25508: Merged documentation fix from 3.4. by Vinay Sajip · 9 years ago
  39. 4f44d53 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 9 years ago
  40. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  41. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  42. 6e70131 Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5 by Raymond Hettinger · 9 years ago
  43. 1f84765 Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  44. bf7b9ed Issue #25706: Fixed markup in the documentation. by Serhiy Storchaka · 9 years ago
  45. 23244e5 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 by Martin Panter · 9 years ago
  46. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 9 years ago
  47. 51d3f8b #25679: spelling fix by R David Murray · 9 years ago
  48. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  49. 92e5d2f Close issue25594: advise against accessing Enum members from other members by Ethan Furman · 9 years ago
  50. 0aaeacb Merge: #25679: spelling fix by R David Murray · 9 years ago
  51. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  52. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  53. 6efc7e7 Merge 3.4 by Yury Selivanov · 9 years ago
  54. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 9 years ago
  55. 1535311 Issue #23200: Merge zlib doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  56. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 9 years ago
  57. ce19839 Issue #20468: Merge getpagesize doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  58. f8f66eb Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 9 years ago
  59. 4eccf4b Issue #25615: Merge glob doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  60. 9f3c094 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 9 years ago
  61. 344904c asyncio.docs: Document Transport.is_closing (merge 3.4) by Yury Selivanov · 9 years ago
  62. 1744d53 asyncio.docs: Document Transport.is_closing by Yury Selivanov · 9 years ago
  63. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  64. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  65. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  66. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 9 years ago
  67. 33be3e3 Merge 3.4 (issue #25605) by Victor Stinner · 9 years ago
  68. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  69. a99ab63 Merge with 3.4 by Zachary Ware · 9 years ago
  70. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  71. c730931 Issue #25603: Add missing parenthesis. by Zachary Ware · 9 years ago
  72. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  73. d2f6974 Improve appearance of example code by Raymond Hettinger · 9 years ago
  74. 549e34c Remove confusing section from named tuple recipes. by Raymond Hettinger · 9 years ago
  75. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  76. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 9 years ago
  77. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  78. b25d09a merge 3.4 by Benjamin Peterson · 9 years ago
  79. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  80. 1897c98 merge 3.4 by Benjamin Peterson · 9 years ago
  81. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  82. 26825bc Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  83. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  84. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  85. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  86. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  87. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  88. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  89. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  90. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  91. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  92. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  93. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago
  94. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  96. c029481 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  97. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  98. 44b1020 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  99. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  100. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 9 years ago