1. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  2. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  3. 44a0db0 Issue #19551: Update whatsnew. by Ned Deily · 11 years ago
  4. 7bc4b3b Update What's New with PEP 453 progress by Nick Coghlan · 11 years ago
  5. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  6. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  7. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  8. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  9. 8afc8f6 Issue #19619: Update What's New for codec blacklist by Nick Coghlan · 11 years ago
  10. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  11. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  12. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  13. d4fdbcc Issue #17839: mention base64 change in What's New by Nick Coghlan · 11 years ago
  14. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  15. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  16. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  17. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  18. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  19. 3b2f0f0 Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. by Antoine Pitrou · 11 years ago
  20. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  21. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  22. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  23. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  24. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  25. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  26. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  27. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  28. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  29. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  30. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  31. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  32. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  33. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  34. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  35. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 11 years ago
  36. 57841dd Grammar fix. by Eric V. Smith · 11 years ago
  37. 17ecd1d Document speedup in whatsnew by Christian Heimes · 11 years ago
  38. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  39. 34808e2 #19221: update whatsnew entry about UCD version. by Ezio Melotti · 11 years ago
  40. c2228c8 Markup fix. by Georg Brandl · 11 years ago
  41. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  42. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  43. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  44. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  45. 7c411a4 Issue #19132: The pprint module now supports compact mode. by Serhiy Storchaka · 11 years ago
  46. f94a16b Close #18626: add a basic CLI for the inspect module by Nick Coghlan · 11 years ago
  47. be57ab8 Close #19047: weakref doc cleanups by Nick Coghlan · 11 years ago
  48. c6ebbef One more markup fix. by Georg Brandl · 11 years ago
  49. 173a157 #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by a traceback by Andrew Kuchling · 11 years ago
  50. 8408dc5 Issue 18771: Make it possible to set the number linear probes at compile-time. by Raymond Hettinger · 11 years ago
  51. 5642ff9 Fixup reST syntax errors and streamline docs of PEP 446. by Georg Brandl · 11 years ago
  52. 96d848a Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 by Eli Bendersky · 11 years ago
  53. 34d2013 Issue #18878: sunau.open now supports the context manager protocol. Based on by Serhiy Storchaka · 11 years ago
  54. 4aea4a0 Issue #16853: Mention the new selectors module in What's New in Python 3.4 by Victor Stinner · 11 years ago
  55. 243d8d8 Issue #16853: Add new selectors module. by Charles-François Natali · 11 years ago
  56. e06a896 Issue #18901: The sunau getparams method now returns a namedtuple rather than by Serhiy Storchaka · 11 years ago
  57. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  58. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  59. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  60. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  61. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  62. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  63. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  64. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  65. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  66. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  67. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  68. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  69. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  70. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  71. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  72. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  73. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  74. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  75. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  76. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  77. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  78. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  79. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  80. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  81. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  82. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  83. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  84. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  85. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  86. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  87. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  88. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  89. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  90. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  91. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  92. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  93. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  94. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  95. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  96. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  97. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  98. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  99. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  100. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago