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