1. 2275e62 Fix spelling errors in code comments by Martin Panter · 8 years ago
  2. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  3. 5943ea7 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  4. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  5. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  6. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  7. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  8. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  9. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  10. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  11. 85e6635 ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  12. ec721f3 py_getrandom(): use long type for the syscall() result by Victor Stinner · 8 years ago
  13. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  14. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  15. dccc5ed Issue #27327: fix doc typo, noted by Jakub Wilk. by Ned Deily · 8 years ago
  16. 694de3b Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  17. 33e7ca7 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. by Berker Peksag · 8 years ago
  18. b14f0c6 merge with 3.4 by Georg Brandl · 8 years ago
  19. 4b9e75b Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  20. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  21. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  22. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  23. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  24. c72828b cleanup random.c by Victor Stinner · 8 years ago
  25. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  26. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 8 years ago
  27. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  28. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 8 years ago
  29. 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 8 years ago
  30. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  31. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  32. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  33. 11a693d merge 3.4 by Benjamin Peterson · 8 years ago
  34. 06d49bb sync ordering of stddef.h includes with expat 2.1.1 by Benjamin Peterson · 8 years ago
  35. 056f76d Issue #16182: Attempted workarounds for Apple Editline by Martin Panter · 8 years ago
  36. ec84417 Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 8 years ago
  37. e1b3431 Issue #22636: Handle OSError from subprocess, e.g. if command not found by Martin Panter · 8 years ago
  38. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  39. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  40. 19e21e4 Issue #27310: remove vestigial import in IDLE.app by Ned Deily · 8 years ago
  41. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago
  42. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 8 years ago
  43. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 8 years ago
  44. f5b1af6 Forward-merge from 3.4 to 3.5. by Larry Hastings · 8 years ago
  45. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  46. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  47. 1003b34 Modernize sqlite3 tests by Berker Peksag · 8 years ago
  48. 0e1d680 Fix typo in _sqlite/module.h by Berker Peksag · 8 years ago
  49. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  50. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  51. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  52. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  53. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  54. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  55. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  56. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  57. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  58. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  59. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  60. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  61. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  62. 393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 by Larry Hastings · 8 years ago
  63. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  64. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 8 years ago
  65. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  66. 17ce525 Added tag v3.5.2rc1 for changeset 68feec6488b2 by Larry Hastings · 8 years ago
  67. 904465f Updated header for README for 3.5.2rc1. by Larry Hastings · 8 years ago
  68. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  69. b37a142 Regenerated pydoc topics for 3.5.2rc1. by Larry Hastings · 8 years ago
  70. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  71. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  72. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  73. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  74. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  75. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  76. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  77. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  78. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  79. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  80. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  81. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  82. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  83. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  84. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  85. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  86. 87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  87. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  88. 63b91e5 Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 8 years ago
  89. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  90. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  91. e9b8403 [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
  92. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  93. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  94. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  95. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  96. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  97. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  98. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  99. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  100. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago