1. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 9 years ago
  2. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 9 years ago
  3. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 9 years ago
  4. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  5. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 9 years ago
  6. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
  7. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 9 years ago
  8. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
  9. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
  10. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 9 years ago
  11. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 9 years ago
  12. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 9 years ago
  13. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 9 years ago
  14. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 9 years ago
  15. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  16. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 9 years ago
  17. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 9 years ago
  18. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 9 years ago
  19. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 9 years ago
  20. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 9 years ago
  21. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 9 years ago
  22. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 9 years ago
  23. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 9 years ago
  24. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
  25. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  26. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 9 years ago
  27. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 9 years ago
  28. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
  29. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  30. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  31. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 9 years ago
  32. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
  33. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 9 years ago
  34. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 9 years ago
  35. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 9 years ago
  36. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 9 years ago
  37. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 9 years ago
  38. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 9 years ago
  39. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 9 years ago
  40. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
  41. f9aff92 Fix typo by Zachary Ware · 9 years ago
  42. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  43. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 9 years ago
  44. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  45. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 9 years ago
  46. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 9 years ago
  47. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
  48. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 9 years ago
  49. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 9 years ago
  50. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 9 years ago
  51. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 9 years ago
  52. 0619878 stop talking about svn by Benjamin Peterson · 9 years ago
  53. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 9 years ago
  54. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 9 years ago
  55. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  56. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 9 years ago
  57. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  58. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  59. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 9 years ago
  60. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 9 years ago
  61. cec9581 Issue #27049: fix doc typo by Ned Deily · 9 years ago
  62. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 9 years ago
  63. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 9 years ago
  64. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 9 years ago
  65. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 9 years ago
  66. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  67. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 9 years ago
  68. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 9 years ago
  69. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  70. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  71. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  72. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  73. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
  74. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 9 years ago
  75. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 9 years ago
  76. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  77. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 9 years ago
  78. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 9 years ago
  79. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
  80. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  81. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
  82. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
  83. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 9 years ago
  84. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 9 years ago
  85. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 9 years ago
  86. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 9 years ago
  87. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
  88. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 9 years ago
  89. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 9 years ago
  90. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 9 years ago
  91. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 9 years ago
  92. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 9 years ago
  93. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
  94. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
  95. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 9 years ago
  96. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  97. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 9 years ago
  98. ded4c49 Trivial typo by Jesus Cea · 9 years ago
  99. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 9 years ago
  100. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago