1. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 8 years ago
  2. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 8 years ago
  3. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 8 years ago
  4. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 8 years ago
  5. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 8 years ago
  6. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  7. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  8. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  9. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
  10. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  11. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 8 years ago
  12. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 8 years ago
  13. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 8 years ago
  14. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  15. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  16. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  17. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 8 years ago
  18. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  19. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  20. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  21. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  22. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  23. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  24. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  25. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  26. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  27. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 8 years ago
  28. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  29. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  30. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  31. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  32. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  33. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  34. 6a4d762 Fix indentation by Martin Panter · 8 years ago
  35. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  36. efbf20f Issue #28678: Fix references to numeric_owner parameter by Martin Panter · 8 years ago
  37. 022371f Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  38. ae08687 Issue 28644: Document recent changes in typing.py (Ivan L) by Guido van Rossum · 8 years ago
  39. 58c534d Use http instead of https, due to certificate error by Andrew Kuchling · 8 years ago
  40. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 8 years ago
  41. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 8 years ago
  42. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 8 years ago
  43. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  44. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  45. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  46. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  47. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  48. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  49. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  50. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  51. bb44477 Fix default role usage by Zachary Ware · 8 years ago
  52. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  53. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  54. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 8 years ago
  55. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  56. 807e2f3 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  57. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  58. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  59. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  60. e5b0bd1 Fix default value of StreamReader.readuntil() by Berker Peksag · 8 years ago
  61. 5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method by Berker Peksag · 8 years ago
  62. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  63. 684340e Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  64. c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings by Martin Panter · 8 years ago
  65. 1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. by Senthil Kumaran · 8 years ago
  66. e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. by Guido van Rossum · 8 years ago
  67. 4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) by Guido van Rossum · 8 years ago
  68. ba29a4f Issue #21443: Show how to change log level for asyncio. by Guido van Rossum · 8 years ago
  69. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 8 years ago
  70. 7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) by Guido van Rossum · 8 years ago
  71. deed0c7 Issue #28388: update typing module documentation. by Guido van Rossum · 8 years ago
  72. 002b0a7 Issue #28348: Fix typo in asyncio.Task() documentation by Berker Peksag · 8 years ago
  73. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 8 years ago
  74. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 8 years ago
  75. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 8 years ago
  76. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  77. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  78. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  79. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  80. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  81. 647680e Docs: Correctly link to the methods by Jesus Cea · 8 years ago
  82. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  83. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  84. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 8 years ago
  85. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  86. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  87. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  88. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 8 years ago
  89. 56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) by Guido van Rossum · 8 years ago
  90. 1816dfe Issue #28073: Improve wording around None. Michael Lee. by Guido van Rossum · 8 years ago
  91. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  92. 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
  93. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago
  94. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  95. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  96. 6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  97. e848cd7 Issue #27905: Docs for typing.Type[C], by Michael Lee. by Guido van Rossum · 8 years ago
  98. a1bc246 Use shorter version of Connection.isolation_level in sqlite3.rst by Berker Peksag · 8 years ago
  99. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  100. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago