1. 23244e5 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 by Martin Panter · 10 years ago
  2. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 10 years ago
  3. 51d3f8b #25679: spelling fix by R David Murray · 10 years ago
  4. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 10 years ago
  5. 92e5d2f Close issue25594: advise against accessing Enum members from other members by Ethan Furman · 10 years ago
  6. 0aaeacb Merge: #25679: spelling fix by R David Murray · 10 years ago
  7. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  8. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  9. 6efc7e7 Merge 3.4 by Yury Selivanov · 10 years ago
  10. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 10 years ago
  11. 1535311 Issue #23200: Merge zlib doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  12. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 10 years ago
  13. ce19839 Issue #20468: Merge getpagesize doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  14. f8f66eb Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 10 years ago
  15. 4eccf4b Issue #25615: Merge glob doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  16. 9f3c094 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 10 years ago
  17. 344904c asyncio.docs: Document Transport.is_closing (merge 3.4) by Yury Selivanov · 10 years ago
  18. 1744d53 asyncio.docs: Document Transport.is_closing by Yury Selivanov · 10 years ago
  19. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 10 years ago
  20. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  21. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 10 years ago
  22. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 10 years ago
  23. 33be3e3 Merge 3.4 (issue #25605) by Victor Stinner · 10 years ago
  24. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 10 years ago
  25. a99ab63 Merge with 3.4 by Zachary Ware · 10 years ago
  26. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 10 years ago
  27. c730931 Issue #25603: Add missing parenthesis. by Zachary Ware · 10 years ago
  28. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 10 years ago
  29. d2f6974 Improve appearance of example code by Raymond Hettinger · 10 years ago
  30. 549e34c Remove confusing section from named tuple recipes. by Raymond Hettinger · 10 years ago
  31. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 10 years ago
  32. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 10 years ago
  33. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 10 years ago
  34. b25d09a merge 3.4 by Benjamin Peterson · 10 years ago
  35. 5be2dac remove trailing ws by Benjamin Peterson · 10 years ago
  36. 1897c98 merge 3.4 by Benjamin Peterson · 10 years ago
  37. c2f0121 link to modern PUG url by Benjamin Peterson · 10 years ago
  38. 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 · 10 years ago
  39. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 10 years ago
  40. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 10 years ago
  41. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 10 years ago
  42. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  43. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 10 years ago
  44. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  45. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  46. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 10 years ago
  47. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 10 years ago
  48. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 10 years ago
  49. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 10 years ago
  50. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  51. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 10 years ago
  52. c029481 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  53. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 10 years ago
  54. 44b1020 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  55. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 10 years ago
  56. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  57. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 10 years ago
  58. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 10 years ago
  59. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 10 years ago
  60. 1d16979 Silence a "unused rule" warning by Berker Peksag · 10 years ago
  61. db6cdf8 rstlint: Fix "default role used" warning by Berker Peksag · 10 years ago
  62. f84499a rstlint: Fix "default role used" warning by Berker Peksag · 10 years ago
  63. 460b381 Issue #24885: Update note in docs about stream convenience functions. (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  64. 19ff697 Issue #24885: Update note in docs about stream convenience functions. by Guido van Rossum · 10 years ago
  65. ad56c92 Fix another typo noticed by SilentGhost by Berker Peksag · 10 years ago
  66. 5783ee1 Issue #25434: Fix typo in whatsnew/3.5rst by Berker Peksag · 10 years ago
  67. a83a0e2 Merged cookbook update from 3.4. by Vinay Sajip · 10 years ago
  68. 4de9dae Added entry to logging cookbook. by Vinay Sajip · 10 years ago
  69. 5ad5a7d Issue #25407: Drop the mention of the formatter module being removed by Brett Cannon · 10 years ago
  70. 85d5d90 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 10 years ago
  71. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 10 years ago
  72. 447169f Merge with 3.4 by Terry Jan Reedy · 10 years ago
  73. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 10 years ago
  74. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 10 years ago
  75. 63e80e1 merge 3.4 by Benjamin Peterson · 10 years ago
  76. b3951880 actually link to the version attributes documentation by Benjamin Peterson · 10 years ago
  77. b16e12a merge 3.4 by Benjamin Peterson · 10 years ago
  78. 0071b3d don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 10 years ago
  79. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 10 years ago
  80. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 10 years ago
  81. 994815e Issue #22413: Merge StringIO doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  82. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 10 years ago
  83. 09a00eb Closes #25344: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  84. ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 10 years ago
  85. ce88d82 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 10 years ago
  86. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 10 years ago
  87. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  88. 9955a37 Various minor typos in documentation and comments by Martin Panter · 10 years ago
  89. 397625e Issue #25286: Update dictionary view link; patch by Akira Li by Martin Panter · 10 years ago
  90. 446977c Issue #25286: Merge dictionary view glossary from 3.4 into 3.5 by Martin Panter · 10 years ago
  91. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 10 years ago
  92. 5db034a Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
  93. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 10 years ago
  94. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 10 years ago
  95. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 10 years ago
  96. 2b8cbf0 Issue #16701: Merge sequence docs from 3.4 into 3.5 by Martin Panter · 10 years ago
  97. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 10 years ago
  98. 103d06c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  99. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 10 years ago
  100. 8214a7c Tweak susp-ignored.csv to make buildbots happy by Berker Peksag · 10 years ago