1. 53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) by Benjamin Peterson · 8 years ago
  2. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  3. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  4. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  5. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  6. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  7. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  8. fa6de5c Issue #12243: Merge from 3.5 by Berker Peksag · 8 years ago
  9. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  10. c5f4036 Issue #27178: Fix markup in tutorial by Berker Peksag · 8 years ago
  11. 3207271 Merge from 3.5 by Berker Peksag · 8 years ago
  12. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 8 years ago
  13. ef1179e Issue #27174: Merge from 3.5 by Berker Peksag · 8 years ago
  14. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  15. 12a8a8a Merge from 3.5 by Berker Peksag · 8 years ago
  16. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  17. f9de406 Issue #25570: Merge add_header() example from 3.5 by Martin Panter · 8 years ago
  18. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  19. d6ce44c Merge with 3.5 by Zachary Ware · 8 years ago
  20. f9aff92 Fix typo by Zachary Ware · 8 years ago
  21. d80ab7d Issue # 24225: Update idlelib.README.txt with new file names and event handlers. by Terry Jan Reedy · 8 years ago
  22. 5a0c278 Issue #27156: Remove obsolete code not used by IDLE. by Terry Jan Reedy · 8 years ago
  23. dd780e4 Issue #27125: Remove duplicated words in exception message by Martin Panter · 8 years ago
  24. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  25. 137bac2 Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  26. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  27. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  28. 96ebb84 [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  29. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  30. eb6cd74 Issue #27033: Removed unnecessary the bool calls. by Serhiy Storchaka · 8 years ago
  31. 8c740c4 Improved docs for issue27033. Based on comments by R. David Murray. by Serhiy Storchaka · 8 years ago
  32. ea083fa Merge heads by Terry Jan Reedy · 8 years ago
  33. b286620 Null merge by Terry Jan Reedy · 8 years ago
  34. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  35. e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  36. 2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  37. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  38. 8206961 Issue #27124: Merge binascii doc from 3.5 by Martin Panter · 8 years ago
  39. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 8 years ago
  40. cb433a0 merge 3.5 by Benjamin Peterson · 8 years ago
  41. dee9f75 merge heads by Benjamin Peterson · 8 years ago
  42. 2c71e0b merge heads by Benjamin Peterson · 8 years ago
  43. f558d5f merge heads by Benjamin Peterson · 8 years ago
  44. 46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  45. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  46. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  47. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  48. dc4f7c0 Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  49. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  50. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  51. 76c4161 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  52. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  53. a4a7fc9 Merge heads (issue #25926). by Serhiy Storchaka · 8 years ago
  54. 672866d Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  55. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  56. 5f71103 Issue #26553: Merge capitalization from 3.5 by Martin Panter · 8 years ago
  57. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  58. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  59. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  60. 0472217 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  61. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  62. 5677aa7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  63. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  64. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  65. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  66. f527aa5 merge 3.5 by Benjamin Peterson · 8 years ago
  67. 0619878 stop talking about svn by Benjamin Peterson · 8 years ago
  68. f50cc9a merge 3.5 by Benjamin Peterson · 8 years ago
  69. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  70. 3f69f02 merge 3.5 by Benjamin Peterson · 8 years ago
  71. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  72. 48df37d Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  73. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  74. e67c92e Comment/docstring tweaks for typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  75. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  76. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  77. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  78. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  79. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  80. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  81. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  82. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  83. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  84. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  85. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  86. 27ba886 Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c. by Serhiy Storchaka · 8 years ago
  87. 70223d9 Added Type[C] implementation to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  88. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  89. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  90. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  91. c35f491 merge 3.5 (#27093) by Benjamin Peterson · 8 years ago
  92. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  93. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  94. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  95. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago
  96. 9fa149d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  97. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  98. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  99. 70b49f6 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  100. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago