1. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  2. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  3. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  4. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  5. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  6. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  7. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  8. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  9. fa95068 Silence another "default role used" warning in typing.rst by Berker Peksag · 8 years ago
  10. c301cbf Fix whitespace. by Guido van Rossum · 8 years ago
  11. 342e800 Expand documentation about type aliases and NewType in the typing module. by Guido van Rossum · 8 years ago
  12. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  13. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  14. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  15. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  16. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  17. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  18. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  19. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  20. 9305bba Issue #26696: Document collections.abc.ByteString. by Brett Cannon · 8 years ago
  21. 2b87921 Issue #27180: Clarify Path.rename() behavior on Unix systems by Berker Peksag · 8 years ago
  22. 3093bf1 Issue #27455: Improve examples in tkinter documentation by Berker Peksag · 8 years ago
  23. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  24. 7a139c5 #26176: fix usage of Address constructor in email examples. by R David Murray · 8 years ago
  25. 8faca61 Issue #27431: Update default protocol version in shelve.Shelf() documentation by Berker Peksag · 8 years ago
  26. 15287f8 Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 8 years ago
  27. 0ab67df Issue #27416: clarify copy doc by Victor Stinner · 8 years ago
  28. 4575098 Fix issue #27402: example for typing did not type-check. by Guido van Rossum · 8 years ago
  29. 559ad5d Remove a stale reference to pathlib.PurePath.path by Brett Cannon · 8 years ago
  30. a064382 Issue #27381: Remove superfluous paren in zipfile documentation by Berker Peksag · 8 years ago
  31. 37e87e6 Issue #26547: Remove outdated term dictproxy from vars() documentation by Berker Peksag · 8 years ago
  32. dcb6c88 Issue #27304: Source code links for sub-packages in the same file. by Terry Jan Reedy · 8 years ago
  33. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  34. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  35. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  36. dccc5ed Issue #27327: fix doc typo, noted by Jakub Wilk. by Ned Deily · 8 years ago
  37. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  38. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  39. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  40. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 8 years ago
  41. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  42. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  43. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  44. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  45. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  46. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  47. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  48. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  49. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  50. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  51. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  52. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  53. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  54. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  55. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  56. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  57. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  58. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  59. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  60. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  61. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  62. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  63. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  64. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  65. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  66. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  67. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  68. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  69. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  70. f9aff92 Fix typo by Zachary Ware · 8 years ago
  71. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  72. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  73. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  74. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 8 years ago
  75. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  76. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  77. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  78. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  79. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  80. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  81. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  82. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  83. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  84. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  85. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  86. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  87. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  88. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  89. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  90. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  91. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  92. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  93. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  94. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  95. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  96. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  97. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  98. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  99. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  100. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago