1. be57ab8 Close #19047: weakref doc cleanups by Nick Coghlan · 11 years ago
  2. c6ebbef One more markup fix. by Georg Brandl · 11 years ago
  3. 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
  4. 8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. by Raymond Hettinger · 11 years ago
  5. 5642ff9 Fixup reST syntax errors and streamline docs of PEP 446. by Georg Brandl · 11 years ago
  6. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  7. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  8. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  9. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  10. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  11. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  12. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  13. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  14. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  15. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  16. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  17. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  18. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  19. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  20. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  21. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  22. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  23. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  24. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  25. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  26. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  27. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  28. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  29. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  30. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  31. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  32. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  33. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  34. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  35. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  36. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  37. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  38. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  39. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  40. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  41. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  42. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  43. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  44. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  45. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  46. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  47. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  48. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  49. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  50. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  51. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  52. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  53. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  54. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  55. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  56. 777622b What's new entry for issue #17093 by Brett Cannon · 11 years ago
  57. 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
  58. a1e8244 Issue #16475: Add a whatsnew entry for 3.4 by Kristjan Valur Jonsson · 11 years ago
  59. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 11 years ago
  60. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 12 years ago
  61. 25bbe5e #16157: merge with 3.3. by Ezio Melotti · 12 years ago
  62. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  63. 3b80d34 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. by Georg Brandl · 12 years ago
  64. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  65. 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
  66. 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
  67. 50de850 Record UCD update in whatsnew. by Georg Brandl · 12 years ago
  68. b80f511 Add a stub "whatsnew in 3.4" document. by Georg Brandl · 12 years ago