1. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  2. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  3. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  4. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  5. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  6. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  7. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 8 years ago
  8. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  9. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  10. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  11. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  12. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  13. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  14. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  15. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  16. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  17. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  18. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  19. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  20. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 8 years ago
  21. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  22. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  23. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  24. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 8 years ago
  25. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  26. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  27. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  28. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  29. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  30. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 8 years ago
  31. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  32. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  33. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  34. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  35. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  36. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  37. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  38. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago
  39. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  40. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  41. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  42. dc953a5 Fixes magic numbers for 3.6. by Steve Dower · 8 years ago
  43. 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
  44. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  45. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  46. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  47. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  48. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  49. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  50. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  51. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  52. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 8 years ago
  53. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  54. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 8 years ago
  55. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  56. 2dc1bbb Remove outdated PEP 291 compatibility requirement comment by Martin Panter · 8 years ago
  57. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  58. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  59. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  60. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  61. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  62. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  63. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  64. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  65. 07451dd fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  66. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  67. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  68. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 8 years ago
  69. ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). by Serhiy Storchaka · 8 years ago
  70. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 8 years ago
  71. bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  72. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  73. 3872350 improve PyFunction_New docs (closes #26986) by Benjamin Peterson · 8 years ago
  74. 78b5ed9 Issue #26987: Correct implementation to match comment by Zachary Ware · 8 years ago
  75. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  76. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  77. c7cc985 Issue #26156: Make expressions grammar description more semantically correct. by Serhiy Storchaka · 8 years ago
  78. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  79. 4c35964 Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  80. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  81. 129fe04 Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 8 years ago
  82. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  83. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  84. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  85. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  86. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  87. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  88. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  89. 823c626 Issue 26911: fix import (other problems remain). by Terry Jan Reedy · 8 years ago
  90. bace976 Issue #26957: Remove duplicate 'the' from datetime documentation by Berker Peksag · 8 years ago
  91. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  92. 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 8 years ago
  93. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  94. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  95. 929d7f8 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 8 years ago
  96. ac96205 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  97. 2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 8 years ago
  98. 720e655 Issue #18916: Update thread module docstrings by Berker Peksag · 8 years ago
  99. df07173 Regenerate Argument Clinic code for issue #26874. by Serhiy Storchaka · 8 years ago
  100. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago