1. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  2. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  3. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  4. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  5. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  6. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  7. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  8. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  9. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  10. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  11. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  12. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  13. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  14. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  15. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  16. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  17. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  18. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  19. 777622b What's new entry for issue #17093 by Brett Cannon · 11 years ago
  20. 2463e5f Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch by Michele Orrù. by Antoine Pitrou · 11 years ago
  21. a1e8244 Issue #16475: Add a whatsnew entry for 3.4 by Kristjan Valur Jonsson · 11 years ago
  22. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 11 years ago
  23. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 12 years ago
  24. 25bbe5e #16157: merge with 3.3. by Ezio Melotti · 12 years ago
  25. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  26. 3b80d34 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. by Georg Brandl · 12 years ago
  27. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  28. 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
  29. 03074fd Adjust guidelines for What's New maintenance to account for issues encountered in 3.3 and in past releases by Nick Coghlan · 12 years ago
  30. 50de850 Record UCD update in whatsnew. by Georg Brandl · 12 years ago
  31. b80f511 Add a stub "whatsnew in 3.4" document. by Georg Brandl · 12 years ago