1. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 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. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  4. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  5. ca4589e Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago
  6. 8891dfe Issue #16192: Fix copy and paste mistake noticed by Eryk Sun by Berker Peksag · 8 years ago
  7. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  8. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  9. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  10. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  11. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  12. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  13. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  14. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  15. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  16. 59ae8ec merge 3.5 by Benjamin Peterson · 8 years ago
  17. f585414 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  18. e747dd8 Merge: #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  19. d612920 Issue #16192: Merge from 3.5 by Berker Peksag · 8 years ago
  20. d85a1e6 Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentation by Berker Peksag · 8 years ago
  21. f86959d #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 8 years ago
  22. 010bb99 merge 3.5 by Benjamin Peterson · 8 years ago
  23. a49ccf2 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 8 years ago
  24. 0a5120e Issue #23116: Improve ask_ok() example in the Python tutorial by Berker Peksag · 8 years ago
  25. 53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) by Benjamin Peterson · 8 years ago
  26. 9c27c18 Issue #23116: Merge from 3.5 by Berker Peksag · 8 years ago
  27. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  28. e2e7168 Issue #27171: Fix typo in exception message by Martin Panter · 8 years ago
  29. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  30. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  31. fa6de5c Issue #12243: Merge from 3.5 by Berker Peksag · 8 years ago
  32. 1b207c5 Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 8 years ago
  33. c5f4036 Issue #27178: Fix markup in tutorial by Berker Peksag · 8 years ago
  34. 3207271 Merge from 3.5 by Berker Peksag · 8 years ago
  35. 5b6a14d Fix link in programming FAQ. by Berker Peksag · 8 years ago
  36. ef1179e Issue #27174: Merge from 3.5 by Berker Peksag · 8 years ago
  37. 93818c7 Issue #27174: Update IPython URL in tutorial by Berker Peksag · 8 years ago
  38. 12a8a8a Merge from 3.5 by Berker Peksag · 8 years ago
  39. 8e937f8 Fix typo in Python tutorial by Berker Peksag · 8 years ago
  40. f9de406 Issue #25570: Merge add_header() example from 3.5 by Martin Panter · 8 years ago
  41. 7aaaded8 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 8 years ago
  42. d6ce44c Merge with 3.5 by Zachary Ware · 8 years ago
  43. f9aff92 Fix typo by Zachary Ware · 8 years ago
  44. d80ab7d Issue # 24225: Update idlelib.README.txt with new file names and event handlers. by Terry Jan Reedy · 8 years ago
  45. 5a0c278 Issue #27156: Remove obsolete code not used by IDLE. by Terry Jan Reedy · 8 years ago
  46. dd780e4 Issue #27125: Remove duplicated words in exception message by Martin Panter · 8 years ago
  47. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  48. 137bac2 Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  49. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  50. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  51. 96ebb84 [merge from 3.5] issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  52. ebd84e3 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 8 years ago
  53. eb6cd74 Issue #27033: Removed unnecessary the bool calls. by Serhiy Storchaka · 8 years ago
  54. 8c740c4 Improved docs for issue27033. Based on comments by R. David Murray. by Serhiy Storchaka · 8 years ago
  55. ea083fa Merge heads by Terry Jan Reedy · 8 years ago
  56. b286620 Null merge by Terry Jan Reedy · 8 years ago
  57. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  58. e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  59. 2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  60. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  61. 8206961 Issue #27124: Merge binascii doc from 3.5 by Martin Panter · 8 years ago
  62. 58dd764 Issue #27124: Fix documentation of exception raised by a2b_hex() by Martin Panter · 8 years ago
  63. cb433a0 merge 3.5 by Benjamin Peterson · 8 years ago
  64. dee9f75 merge heads by Benjamin Peterson · 8 years ago
  65. 2c71e0b merge heads by Benjamin Peterson · 8 years ago
  66. f558d5f merge heads by Benjamin Peterson · 8 years ago
  67. 46833e7 Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  68. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  69. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  70. fa76eee Fix issue27146 - add stdio.h include to posixmodule.c for ctermid(). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  71. dc4f7c0 Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  72. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  73. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  74. 76c4161 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  75. c7385f3 Issue #27138: Regenerate Python/importlib_external.h. by Serhiy Storchaka · 8 years ago
  76. a4a7fc9 Merge heads (issue #25926). by Serhiy Storchaka · 8 years ago
  77. 672866d Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  78. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  79. 5f71103 Issue #26553: Merge capitalization from 3.5 by Martin Panter · 8 years ago
  80. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  81. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  82. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  83. 0472217 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  84. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  85. 5677aa7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  86. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  87. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  88. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  89. f527aa5 merge 3.5 by Benjamin Peterson · 8 years ago
  90. 0619878 stop talking about svn by Benjamin Peterson · 8 years ago
  91. f50cc9a merge 3.5 by Benjamin Peterson · 8 years ago
  92. 047ada4 remove cruft from Schwarzian transform section by Benjamin Peterson · 8 years ago
  93. 3f69f02 merge 3.5 by Benjamin Peterson · 8 years ago
  94. 6d3ad2f "Numeric Python" -> "NumPy" by Benjamin Peterson · 8 years ago
  95. 48df37d Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  96. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  97. e67c92e Comment/docstring tweaks for typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  98. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  99. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  100. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago