1. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 8 years ago
  2. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 8 years ago
  3. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 8 years ago
  4. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  5. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  6. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  7. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  8. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  9. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  10. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  11. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  12. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  13. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  14. a327331 Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  15. 647680e Docs: Correctly link to the methods by Jesus Cea · 8 years ago
  16. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  17. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  18. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  19. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 8 years ago
  20. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  21. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  22. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  23. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  24. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 8 years ago
  25. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 8 years ago
  26. 56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) by Guido van Rossum · 8 years ago
  27. 1816dfe Issue #28073: Improve wording around None. Michael Lee. by Guido van Rossum · 8 years ago
  28. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  29. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  30. a3090a4 Issue #19489: Move the search box from sidebar to header and footer. by Zachary Ware · 8 years ago
  31. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  32. cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  33. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  34. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago
  35. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  36. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  37. 6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  38. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  39. e848cd7 Issue #27905: Docs for typing.Type[C], by Michael Lee. by Guido van Rossum · 8 years ago
  40. a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst by Berker Peksag · 8 years ago
  41. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  42. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  43. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  44. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  45. f5b7c7b Improve recipe by showing results of intermediate steps by Raymond Hettinger · 8 years ago
  46. 871a334 Issue 27936: Update doc for round() to indicate that None is an allowable argument. by Raymond Hettinger · 8 years ago
  47. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  48. 74eda76 #27893: arg name and bytes references in email.parser docs. by R David Murray · 8 years ago
  49. 3399e1e ? Working Directory ? by Terry Jan Reedy · 8 years ago
  50. 624e222 Fix typos by Raymond Hettinger · 8 years ago
  51. f0a71cf Fix typo by Zachary Ware · 8 years ago
  52. ef113cd Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 8 years ago
  53. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 8 years ago
  54. 37cac76 Issue #23746: Clarified is_python_build() documentation. by Vinay Sajip · 8 years ago
  55. 1f8cc33 Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 8 years ago
  56. de260a6 Fix misspelling by Terry Jan Reedy · 8 years ago
  57. 7d92f89 Fix typo in Cursor.execute(). by Berker Peksag · 8 years ago
  58. ed789f9 Issue #6057: Document exceptions in sqlite3 module by Berker Peksag · 8 years ago
  59. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  60. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  61. d210a70 Minor spelling fixes by Martin Panter · 8 years ago
  62. f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 8 years ago
  63. c01e766 Issue #12946: Document that PyModule_GetDict can fail in some cases by Berker Peksag · 8 years ago
  64. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  65. 379a3ff Remove duplicate of the entry in the seealso section by Raymond Hettinger · 8 years ago
  66. aa9560c Add docs for typing.AnyStr and typing.Text. By Michael Lee. by Guido van Rossum · 8 years ago
  67. 689016f #27753: fix typo (name->named). by R David Murray · 8 years ago
  68. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  69. bd66435 Issue #24637: Document that locals can be any mapping object by Berker Peksag · 8 years ago
  70. 6336fb2 Issue #27712: Fix some typos in the import docs. by Brett Cannon · 8 years ago
  71. 7f65af3 Issue 27719: Remove a doc example that is not applicable in Python 3 by Raymond Hettinger · 8 years ago
  72. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  73. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  74. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  75. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  76. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  77. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  78. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  79. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  80. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  81. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  82. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  83. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 8 years ago
  84. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  85. 08d85ee Fix use of default reST role by Berker Peksag · 8 years ago
  86. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 8 years ago
  87. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 8 years ago
  88. abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. by Guido van Rossum · 8 years ago
  89. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  90. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  91. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  92. 72e483a Fix half-finished sentence. by Zachary Ware · 8 years ago
  93. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  94. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  95. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  96. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  97. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  98. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  99. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  100. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago