1. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 11 years ago v3.4.1
  2. 3a260d2 Merge. by Larry Hastings · 11 years ago
  3. 2110603 Post-release version bump for 3.4.1rc1. Sorry it's late! by Larry Hastings · 11 years ago
  4. 5eb6b39 support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) by Benjamin Peterson · 11 years ago
  5. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 11 years ago
  6. 429b59e Issue #20998: Fixed re.fullmatch() of repeated single character pattern by Serhiy Storchaka · 11 years ago
  7. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
  8. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 11 years ago
  9. 23042cd Issue #21470: Do a better job seeding the random number generator by Raymond Hettinger · 11 years ago
  10. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 11 years ago
  11. 15bec9c - Issue #17756: Fix test_code test when run from the installed location. by doko@ubuntu.com · 11 years ago
  12. 8cc67a1 Issue 21469: Add missing news item by Raymond Hettinger · 11 years ago
  13. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 11 years ago
  14. 0cc45ba Issue #21398: Fix an unicode error in the pydoc pager when the documentation by Victor Stinner · 11 years ago
  15. 1c6970f Issue #21418: Fix a crash in the builtin function super() when called without by Victor Stinner · 11 years ago
  16. 96089fb Issue #18104: News for 3.4 (which will not merge forward). by Terry Jan Reedy · 11 years ago
  17. 9845c7e Issue #21425: Fix flushing of standard streams in the interactive interpreter. by Antoine Pitrou · 11 years ago
  18. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 11 years ago
  19. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 11 years ago
  20. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  21. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 11 years ago v3.4.1rc1
  22. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 11 years ago
  23. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 11 years ago
  24. 3d5c9e2 Update to 1.0.1g by Martin v. Löwis · 11 years ago
  25. a67b97f Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile by Zachary Ware · 11 years ago
  26. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 11 years ago
  27. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 11 years ago
  28. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 11 years ago
  29. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 11 years ago
  30. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 11 years ago
  31. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 11 years ago
  32. 8894ef1 Prevent Sphinx error on whatsnew/changelog by Zachary Ware · 11 years ago
  33. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 11 years ago
  34. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 11 years ago
  35. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 11 years ago
  36. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 11 years ago
  37. 4a63923 NEWS entry for #15002 by Senthil Kumaran · 11 years ago
  38. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 11 years ago
  39. 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 11 years ago
  40. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 11 years ago
  41. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 11 years ago
  42. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 11 years ago
  43. 14d7fab NEWS for latest asyncio commit. by Guido van Rossum · 11 years ago
  44. 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
  45. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
  46. a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 11 years ago
  47. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
  48. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 11 years ago
  49. 484f8a8 Closes Issue 21222. by Kushal Das · 11 years ago
  50. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 11 years ago
  51. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 11 years ago
  52. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
  53. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
  54. 9417764 misc.news: Remove whitespace by Yury Selivanov · 11 years ago
  55. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
  56. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
  57. bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. by Eric V. Smith · 11 years ago
  58. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 11 years ago
  59. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 11 years ago
  60. 1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) by Senthil Kumaran · 11 years ago
  61. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  62. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  63. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 11 years ago
  64. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 11 years ago
  65. 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
  66. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  67. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  68. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 11 years ago
  69. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
  70. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 11 years ago
  71. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
  72. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
  73. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
  74. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 11 years ago
  75. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 11 years ago
  76. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
  77. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 11 years ago
  78. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
  79. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  80. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  81. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  82. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  83. f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
  84. aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
  85. 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
  86. ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 11 years ago
  87. 3da9fbb Add test case for freeze. by Martin v. Löwis · 11 years ago
  88. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 11 years ago
  89. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  90. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  91. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  92. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 11 years ago
  93. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  94. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  95. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
  96. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
  97. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
  98. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  99. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  100. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago