1. 583a1d6 Document that CalledProcessError.returncode is the negative by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  2. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  3. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  4. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  5. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  6. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  7. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  8. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  9. f585414 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  10. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  11. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  12. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  13. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  14. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  15. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  16. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 8 years ago
  17. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  18. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  19. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  20. f9aff92 Fix typo by Zachary Ware · 8 years ago
  21. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  22. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  23. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  24. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  25. e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  26. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 8 years ago
  27. 2c71e0b merge heads by Benjamin Peterson · 8 years ago
  28. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  29. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  30. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  31. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  32. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  33. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  34. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  35. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  36. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  37. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  38. 0619878 stop talking about svn by Benjamin Peterson · 8 years ago
  39. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  40. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  41. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  42. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  43. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  44. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  45. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  46. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  47. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  48. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  49. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  50. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  51. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  52. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 8 years ago
  53. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  54. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  55. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  56. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  57. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  58. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  59. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  60. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  61. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  62. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  63. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  64. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  65. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 8 years ago
  66. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  67. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  68. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  69. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 8 years ago
  70. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  71. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  72. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  73. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  74. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  75. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 8 years ago
  76. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  77. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  78. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  79. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  80. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  81. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  82. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  83. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  84. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  85. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  86. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  87. dc953a5 Fixes magic numbers for 3.6. by Steve Dower · 8 years ago
  88. 7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  89. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  90. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  91. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  92. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  93. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  94. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  95. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  96. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  97. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 8 years ago
  98. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  99. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 8 years ago
  100. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago