1. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  2. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  3. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  4. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  5. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  6. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  7. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  8. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  9. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  10. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  11. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  12. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  13. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  14. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  15. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  16. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  17. 6827fd8 Issue #27229: Comment in middle of shell command fails on BSD and OS X by Martin Panter · 8 years ago
  18. 9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 8 years ago
  19. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  20. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  21. 484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  22. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  23. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  24. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  25. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 8 years ago
  26. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 8 years ago
  27. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  28. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  29. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 8 years ago
  30. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  31. a23234b Merge heads by Serhiy Storchaka · 8 years ago
  32. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  33. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  34. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  35. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  36. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  37. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  38. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  39. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  40. 29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter by Martin Panter · 8 years ago
  41. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  42. 40cfc1e merge heads by Benjamin Peterson · 8 years ago
  43. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  44. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  45. 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 8 years ago
  46. 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  47. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  48. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  49. 369826a final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads by Ned Deily · 8 years ago
  50. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago
  51. f063242 Merge: #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  52. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  53. bb7f732 Null merge by Serhiy Storchaka · 8 years ago
  54. 2e7cb1e Merge heads by Serhiy Storchaka · 8 years ago
  55. fde75ae Merge heads by Serhiy Storchaka · 8 years ago
  56. a9e6eda Merge 3.5. by Serhiy Storchaka · 8 years ago
  57. 93ac7ae Merge heads by Serhiy Storchaka · 8 years ago
  58. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 8 years ago
  59. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 8 years ago
  60. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  61. 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  62. 194a4a2 [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  63. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  64. 464afee [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  65. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  66. b414906 issue27167: make the test not care about the exact signal name in the by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  67. d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  68. 287e687 issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  69. a945969 Issue25931: fix tests broken by the conditional define of socketserver.Forking* by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  70. aea1650 typo fix by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  71. 3498db1 merge 3.5 by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  72. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  73. 1bb8109 Reindent properly. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  74. cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  75. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  76. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  77. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  78. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  79. ca4589e Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago
  80. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  81. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  82. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  83. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  84. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  85. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  86. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  87. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  88. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  89. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  90. 59ae8ec merge 3.5 by Benjamin Peterson · 8 years ago
  91. f585414 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  92. e747dd8 Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  93. d612920 Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago
  94. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  95. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  96. 010bb99 merge 3.5 by Benjamin Peterson · 8 years ago
  97. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  98. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  99. 53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) by Benjamin Peterson · 8 years ago
  100. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago