1. 7d55da4 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago
  2. 537e2c8 Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  3. 7936e6f Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 10 years ago
  4. e3fcfc2 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  5. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  6. d4d39c7 Issue #21634: Fix pystone micro-benchmark: use floor division instead of true by Victor Stinner · 10 years ago
  7. b166191 Issue #17095: Fix Modules/Setup *shared* support. by Ned Deily · 10 years ago
  8. d4dcb70 Don't restrict ourselves to a "max" fd when closing fds before exec() by Gregory P. Smith · 10 years ago
  9. 694c315 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 10 years ago
  10. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  11. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  12. b49eff2 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 10 years ago
  13. ffc1e6d Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 10 years ago
  14. 47a9813 Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr by Serhiy Storchaka · 10 years ago
  15. 432810f Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking. by Vinay Sajip · 10 years ago
  16. dea46ec Issue #21481: Teach argparse equality tests to return NotImplemented when comparing to unknown types. by Raymond Hettinger · 10 years ago
  17. dd5e53a Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. by Raymond Hettinger · 10 years ago
  18. 978c6ab Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  19. 7df417d Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. by Serhiy Storchaka · 10 years ago
  20. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  21. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  22. f01fffe Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), by Serhiy Storchaka · 10 years ago
  23. 9961405 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 10 years ago
  24. 3a260d2 Merge. by Larry Hastings · 10 years ago
  25. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 10 years ago
  26. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 10 years ago
  27. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 10 years ago
  28. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  29. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 10 years ago
  30. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  31. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 10 years ago
  32. 8cc67a1 Issue 21469: Add missing news item by Raymond Hettinger · 10 years ago
  33. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  34. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 10 years ago
  35. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 10 years ago
  36. 96089fb Issue #18104: News for 3.4 (which will not merge forward). by Terry Jan Reedy · 10 years ago
  37. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 10 years ago
  38. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  39. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  40. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  41. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  42. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  43. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 10 years ago
  44. a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile by Zachary Ware · 10 years ago
  45. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  46. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  47. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  48. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 10 years ago
  49. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  50. 8894ef1 Prevent Sphinx error on whatsnew/changelog by Zachary Ware · 10 years ago
  51. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  52. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  53. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  54. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  55. 4a63923 NEWS entry for #15002 by Senthil Kumaran · 10 years ago
  56. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  57. 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 10 years ago
  58. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  59. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  60. 14d7fab NEWS for latest asyncio commit. by Guido van Rossum · 10 years ago
  61. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  62. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  63. a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 10 years ago
  64. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  65. 484f8a8 Closes Issue 21222. by Kushal Das · 10 years ago
  66. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 10 years ago
  67. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 10 years ago
  68. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 10 years ago
  69. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 10 years ago
  70. 9417764 misc.news: Remove whitespace by Yury Selivanov · 10 years ago
  71. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 10 years ago
  72. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 10 years ago
  73. bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. by Eric V. Smith · 10 years ago
  74. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 10 years ago
  75. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  76. 1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) by Senthil Kumaran · 10 years ago
  77. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  78. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  79. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  80. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  81. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  82. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  83. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  84. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 10 years ago
  85. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  86. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 10 years ago
  87. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 10 years ago
  88. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 10 years ago
  89. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 10 years ago
  90. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 10 years ago
  91. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  92. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  93. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  94. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  95. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 10 years ago
  96. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  97. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  98. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  99. 3da9fbb Add test case for freeze. by Martin v. Löwis · 10 years ago
  100. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago