1. 34567ec Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum by Eli Bendersky · 11 years ago
  2. b586934 Issue #17741: Rename IncrementalParser and its methods. by Eli Bendersky · 11 years ago
  3. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  4. 13aa781 Typo fix by Andrew Kuchling · 11 years ago
  5. c301b55 Issue 18774: Update news and whatsnew for the set optimizations by Raymond Hettinger · 11 years ago
  6. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  7. 0c7907d Remove duplicate text in 3.4 what's new (my bad) by Antoine Pitrou · 11 years ago
  8. d6cbd34 Sort whatsnew entries alphabetically by Antoine Pitrou · 11 years ago
  9. f89aa9a Add whatsnew entries for 3.4. by Antoine Pitrou · 11 years ago
  10. ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
  11. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  12. 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
  13. 8580dab Hum, VMS code is still present by Victor Stinner · 11 years ago
  14. f3fd13b Complete What's New in Python 3.4 by Victor Stinner · 11 years ago
  15. a68cbfa Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  16. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 11 years ago
  17. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  18. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  19. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  20. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  21. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  22. 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 11 years ago
  23. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  24. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  25. 9a2f139 #18111: Add What's New entry for max/min default. by R David Murray · 11 years ago
  26. 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 11 years ago
  27. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  28. 70833a8 ... also TLSv1.1 and TLSv1.2 by Christian Heimes · 11 years ago
  29. 24cd4cf Add my SSL module patches to whatsnew 3.4 by Christian Heimes · 11 years ago
  30. 854ffcb whatsnew/3.4: mention functools.singledispatch, PEP 443 by Victor Stinner · 11 years ago
  31. 84e33c8 whatsnew/3.4: mention the new enum module, PEP 435 by Victor Stinner · 11 years ago
  32. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  33. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  34. 0d0813a Fix typo; clarify that the methods were removed entirely by Andrew Kuchling · 11 years ago
  35. 82b3d6a Move something to the right section of What's New by Brett Cannon · 11 years ago
  36. 33915eb Issue #17222: Raise FileExistsError when py_compile.compile would by Brett Cannon · 11 years ago
  37. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  38. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  39. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  40. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  41. 028d512 Update What's New for importlib.util.module_to_load name change by Brett Cannon · 11 years ago
  42. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  43. b39fd0c Issue #11816: multiple improvements to the dis module by Nick Coghlan · 11 years ago
  44. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  45. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 11 years ago
  46. 8e37d5d #2118: Make SMTPException a subclass of IOError. by R David Murray · 11 years ago
  47. 671cd32 #17487: wave.getparams now returns a namedtuple. by R David Murray · 11 years ago
  48. 777622b What's new entry for issue #17093 by Brett Cannon · 11 years ago
  49. 9c7dfbf Merge #17623: fix whatsnew typo by R David Murray · 11 years ago
  50. 03b2a1c #17623: fix whatsnew typo by R David Murray · 11 years ago
  51. 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
  52. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  53. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  54. a1e8244 Issue #16475: Add a whatsnew entry for 3.4 by Kristjan Valur Jonsson · 11 years ago
  55. 2b6c26e Issue #13248: NEWS and What's New items by Terry Jan Reedy · 11 years ago
  56. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  57. 1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  58. d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 11 years ago
  59. 7d2fad1 Merge from 3.3: link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  60. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  61. 5a9d706 #16522: Add FAIL_FAST flag to doctest. by R David Murray · 12 years ago
  62. 25bbe5e #16157: merge with 3.3. by Ezio Melotti · 12 years ago
  63. fa7aeec #16157: fix links in the whatsnew files. by Ezio Melotti · 12 years ago
  64. e64322e Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster by Victor Stinner · 12 years ago
  65. 3b80d34 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. by Georg Brandl · 12 years ago
  66. ff65a10 Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. by Georg Brandl · 12 years ago
  67. 75f0020 Remove confusing "Release" and "Date" markers from whatsnews. by Georg Brandl · 12 years ago
  68. 777d0c5 Merge PEP name fix with 3.3. by Ezio Melotti · 12 years ago
  69. 8cd45bd Fix PEP name. by Ezio Melotti · 12 years ago
  70. 13b1547 Merge punctuation fixes with 3.3. by Ezio Melotti · 12 years ago
  71. 76e7ea5 Fix punctuation. by Ezio Melotti · 12 years ago
  72. 022b6d2 Merge "seealso" change with 3.3. by Ezio Melotti · 12 years ago
  73. 36e01df Move note about the implementation in the "seealso". by Ezio Melotti · 12 years ago
  74. 4d289a2 Merge: A couple more whatsnew updates. by R David Murray · 12 years ago
  75. e54c718 A couple more whatsnew updates. by R David Murray · 12 years ago
  76. 6ca07a2 Merge typo fix. by Ezio Melotti · 12 years ago
  77. ad62680 Fix typo. by Ezio Melotti · 12 years ago
  78. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  79. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  80. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  81. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  82. 96e9367 Merge: More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  83. f4c2757 More whatsnew updates, move some doc NEWS items into the doc section. by R David Murray · 12 years ago
  84. fb4dc08 Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  85. ace5162 starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. by R David Murray · 12 years ago
  86. 7ecc5ba Merge: More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  87. fd74096 More whatsnew updates. Also move a C-API NEWS item out of library section. by R David Murray · 12 years ago
  88. e24728b merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  89. ca76ea1 #9957: document that SpooledTemporaryFile.truncate now accepts a size arg by R David Murray · 12 years ago
  90. 435ee1f More whatsnew updates. by R David Murray · 12 years ago
  91. 1e218c9 More whatsnew updates. by R David Murray · 12 years ago
  92. 3dc23d4 Merge: whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  93. a21e515 whatsnew updates for smtplib and collections.Counter. by R David Murray · 12 years ago
  94. 5bab078 Merge: Fix typos. by R David Murray · 12 years ago
  95. 344174d Fix typos. by R David Murray · 12 years ago
  96. d9c6ab4 merge #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  97. ef4d286 #10968: commit threading doc changes and corresponding whatsnew entry. by R David Murray · 12 years ago
  98. 4a0270d Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes by Christian Heimes · 12 years ago
  99. 88f3b23 3.3 -> 3.4 (closes #16130) by Benjamin Peterson · 12 years ago
  100. 279ed3c MERGE: Whatsnew typo by Jesus Cea · 12 years ago