1. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago
  2. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 8 years ago
  3. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 8 years ago
  4. f5b1af6 Forward-merge from 3.4 to 3.5. by Larry Hastings · 8 years ago
  5. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  6. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  7. 1003b34 Modernize sqlite3 tests by Berker Peksag · 8 years ago
  8. 0e1d680 Fix typo in _sqlite/module.h by Berker Peksag · 8 years ago
  9. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  10. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  11. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  12. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  13. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  14. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  15. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  16. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  17. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  18. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  19. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  20. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  21. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  22. 393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 by Larry Hastings · 8 years ago
  23. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  24. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 8 years ago
  25. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  26. 17ce525 Added tag v3.5.2rc1 for changeset 68feec6488b2 by Larry Hastings · 8 years ago
  27. 904465f Updated header for README for 3.5.2rc1. by Larry Hastings · 8 years ago
  28. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  29. b37a142 Regenerated pydoc topics for 3.5.2rc1. by Larry Hastings · 8 years ago
  30. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  31. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  32. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  33. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  34. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  35. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  36. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  37. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  38. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  39. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  40. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  41. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  42. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  43. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  44. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  45. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  46. 87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  47. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  48. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  49. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  50. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  51. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  52. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  53. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  54. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  55. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  56. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  57. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  58. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  59. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  60. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  61. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  62. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  63. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  64. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  65. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  66. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  67. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  68. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  69. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  70. 6827fd8 Issue #27229: Comment in middle of shell command fails on BSD and OS X by Martin Panter · 8 years ago
  71. 9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 8 years ago
  72. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  73. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  74. 484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  75. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  76. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  77. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  78. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 8 years ago
  79. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 8 years ago
  80. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  81. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  82. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 8 years ago
  83. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  84. a23234b Merge heads by Serhiy Storchaka · 8 years ago
  85. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  86. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  87. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  88. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  89. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  90. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  91. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  92. 32db438 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 8 years ago
  93. 29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter by Martin Panter · 8 years ago
  94. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  95. 40cfc1e merge heads by Benjamin Peterson · 8 years ago
  96. 3da8206 fix indentation of comment by Benjamin Peterson · 8 years ago
  97. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  98. 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 8 years ago
  99. 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  100. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago