1. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  2. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  3. 228c636 issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  4. db780cf Null merge by Serhiy Storchaka · 8 years ago
  5. 30eba66 Merge heads by Serhiy Storchaka · 8 years ago
  6. a23234b Merge heads by Serhiy Storchaka · 8 years ago
  7. 6e8e10e Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  8. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  9. 64b8f6b Merge with 3.5 by Terry Jan Reedy · 8 years ago
  10. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  11. 55de5c3 Merge: Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  12. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  13. 958b3e4 issue27186: add PathLike ABC by Ethan Furman · 8 years ago
  14. 8bc9378 Closes #26809: Merge with 3.5 by Zachary Ware · 8 years ago
  15. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  16. 410ef8e issue27186: add C version of os.fspath(); patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  17. c55014f issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  18. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  19. 64c26e5 Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  20. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  21. a5071c2 NULL merge by Kushal Das · 8 years ago
  22. c79b06c Issue #19234: Merge from 3.5 by Kushal Das · 8 years ago
  23. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  24. c1cbeed issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips by Ethan Furman · 8 years ago
  25. 7a3827f Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  26. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  27. 32eeb56 Merge Element Tree doc string from 3.5 by Martin Panter · 8 years ago
  28. 29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter by Martin Panter · 8 years ago
  29. 2cf6ca7 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  30. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  31. cdf71c4 merge 3.5 by Benjamin Peterson · 8 years ago
  32. f4604d6 merge heads by Benjamin Peterson · 8 years ago
  33. 40cfc1e merge heads by Benjamin Peterson · 8 years ago
  34. f22e360 merge 3.5 by Benjamin Peterson · 8 years ago
  35. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  36. 29f25690 Issue #22797: Synchronize urlopen() doc string with RST documentation by Martin Panter · 8 years ago
  37. 0f29ad1 More typo fixes for 3.6 by Martin Panter · 8 years ago
  38. 1940919 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  39. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  40. 5a493e9 Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings. by Terry Jan Reedy · 8 years ago
  41. 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 8 years ago
  42. 3d7281d Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  43. 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  44. 622b2f6 Issue #24225: Fix additional renamed module references. by Ned Deily · 8 years ago
  45. fcbf1ca merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  46. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  47. d2367c6 Clean up urlopen doc string. by R David Murray · 8 years ago
  48. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  49. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  50. cb835d8 final final step in backout of bad default->3.5 merge d085b4f779af: null merge 3.5->default by Ned Deily · 8 years ago
  51. 369826a final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 heads by Ned Deily · 8 years ago
  52. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago
  53. a8dcb08 Null merge by Serhiy Storchaka · 8 years ago
  54. e63e5d6 Issue #27073: Removed redundant checks in long_add and long_sub. by Serhiy Storchaka · 8 years ago
  55. 11aaa42 psuedo merge: #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  56. 6f20bd6 signal, socket, and ssl module IntEnum constant name lookups now return a by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  57. 16931c3 Issue #26983: float() now always return an instance of exact float. by Serhiy Storchaka · 8 years ago
  58. f063242 Merge: #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  59. 21dcb93 #22797: clarify when URLErrors are raised by urlopen. by R David Murray · 8 years ago
  60. bb7f732 Null merge by Serhiy Storchaka · 8 years ago
  61. 2e7cb1e Merge heads by Serhiy Storchaka · 8 years ago
  62. fde75ae Merge heads by Serhiy Storchaka · 8 years ago
  63. a9e6eda Merge 3.5. by Serhiy Storchaka · 8 years ago
  64. 93ac7ae Merge heads by Serhiy Storchaka · 8 years ago
  65. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 8 years ago
  66. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 8 years ago
  67. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  68. 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  69. 194a4a2 [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  70. 7ee9194 issue27113 - Document "check_same_thread" parameter in sqlite3.connect api. by Senthil Kumaran · 8 years ago
  71. 464afee [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  72. 0779129 issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 8 years ago
  73. 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
  74. d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  75. 287e687 issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  76. a945969 Issue25931: fix tests broken by the conditional define of socketserver.Forking* by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  77. aea1650 typo fix by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  78. 3498db1 merge 3.5 by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  79. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  80. 1bb8109 Reindent properly. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  81. cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  82. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  83. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  84. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  85. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  86. ca4589e Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago
  87. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  88. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  89. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  90. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  91. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  92. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  93. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  94. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  95. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  96. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  97. 59ae8ec merge 3.5 by Benjamin Peterson · 8 years ago
  98. f585414 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  99. e747dd8 Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  100. d612920 Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago