1. 2691ee6 whatsnew: abc.ABC. Also add issue number to news entry and reword. by R David Murray · 11 years ago
  2. 473f45b whatsnew: rewrite urllib, doctest, and poplib sections. by R David Murray · 11 years ago
  3. d265381 whatsnew: importlib cleanup and source_to_code add; python partial impl. by R David Murray · 11 years ago
  4. 0e81463 whatsnew for gc.get_stats, plus doc tweaks. by R David Murray · 11 years ago
  5. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 11 years ago
  6. 6e39015 pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile. by R David Murray · 11 years ago
  7. 3edcc78 #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. by R David Murray · 11 years ago
  8. 5ea9524 idle -n deprecation, fix case of pickle section. by R David Murray · 11 years ago
  9. d74d09a Neaten up structure of major sections. by R David Murray · 11 years ago
  10. 076dead Move no-longer-supported operating systems into 'removed' section. by R David Murray · 11 years ago
  11. e7cf678 Use title case for all section titles except module names. by R David Murray · 11 years ago
  12. d17aba7 sys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away. by R David Murray · 11 years ago
  13. 061efb1 Use endash in PEP callouts. by R David Murray · 11 years ago
  14. 6dd1830 Move argument clinic into its own section, like the other PEPs. by R David Murray · 11 years ago
  15. d91ba20 Mention Windows 2000 and OS/2 drops, python-config as shell script. by R David Murray · 11 years ago
  16. 72420ff Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry. by R David Murray · 11 years ago
  17. 347f9c7 Make the 'read on' sentence cover more ground. by R David Murray · 11 years ago
  18. bcaaecf Move other improvements and optimization sections above deprecated. by R David Murray · 11 years ago
  19. 4d48f2a Collapse 'python invocation changes' into 'other improvements'. by R David Murray · 11 years ago
  20. 9217dad Link new module summary entries to their description sections. by R David Murray · 11 years ago
  21. 6879066 Add pep 435 summary entry in new required features, and ensurepip description. by R David Murray · 11 years ago
  22. f9976e7 Add link to selectors description from its summary line. by R David Murray · 11 years ago
  23. 8d85678 Make summary entry format consistent (always end with pep or issue in parens). by R David Murray · 11 years ago
  24. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  25. 3f122d6 Mention deprecation and porting sections in intro. by R David Murray · 11 years ago
  26. f85b2a8 Reflow 'modulespec' paragraphs. by R David Murray · 11 years ago
  27. e9b74d4 Make mailing list thread reference an inline link, reword i.e. abbreviation. by R David Murray · 11 years ago
  28. 809487e Make the organization of the body and the summary have parallel structure. by R David Murray · 11 years ago
  29. 8f7664a Add description of marshal changes. by R David Murray · 11 years ago
  30. a93ca97 Be consistent in how PEPs are referenced throughout the summary section. by R David Murray · 11 years ago
  31. ca79461 Rewrite module-globals summary entry, and expand the full description a bit. by R David Murray · 11 years ago
  32. 2aa9d52 Make argument clinic summary entry parallel to other PEP entries. by R David Murray · 11 years ago
  33. c16dfe1 Make CPython PEP summary entry links consistent, add pep 456 discussion. by R David Murray · 11 years ago
  34. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  35. 26b80cfd Add link from email summary entry to entry in changed module section. by R David Murray · 11 years ago
  36. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  37. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  38. c054040 Add link from pickle protocol 4 in summary to the section about it. by R David Murray · 11 years ago
  39. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  40. a17e0d8 No need for single para descriptions to have separate contributed by para. by R David Murray · 11 years ago
  41. e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ by R David Murray · 11 years ago
  42. 0a10216 Fix spelling error in single dispatch whatsnew summary, and add link. by R David Murray · 11 years ago
  43. f9909c2 Make the 'PEP 446' string link to the PEP in whatsnew new feature description. by R David Murray · 11 years ago
  44. 6adb454 Add email package to whatsnew list of significantly improved stdlib modules. by R David Murray · 11 years ago
  45. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  46. 774b2e0 Issue #14432: Document the removal of the PyFrameObject.f_tstate field by Victor Stinner · 11 years ago
  47. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  48. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  49. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  50. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  51. dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
  52. d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
  53. 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago
  54. ed007d5 Fix suspicious markup in the docs. by Georg Brandl · 11 years ago
  55. 32eddc1 Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, by Serhiy Storchaka · 11 years ago
  56. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  57. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  58. 44a0db0 Issue #19551: Update whatsnew. by Ned Deily · 11 years ago
  59. 7bc4b3b Update What's New with PEP 453 progress by Nick Coghlan · 11 years ago
  60. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  61. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  62. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  63. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  64. 8afc8f6 Issue #19619: Update What's New for codec blacklist by Nick Coghlan · 11 years ago
  65. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  66. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  67. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  68. d4fdbcc Issue #17839: mention base64 change in What's New by Nick Coghlan · 11 years ago
  69. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  70. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  71. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  72. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  73. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  74. 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
  75. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  76. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  77. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  78. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  79. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  80. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  81. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  82. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  83. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  84. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  85. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  86. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  87. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  88. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  89. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  90. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 11 years ago
  91. 57841dd Grammar fix. by Eric V. Smith · 11 years ago
  92. 17ecd1d Document speedup in whatsnew by Christian Heimes · 11 years ago
  93. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 11 years ago
  94. 34808e2 #19221: update whatsnew entry about UCD version. by Ezio Melotti · 11 years ago
  95. c2228c8 Markup fix. by Georg Brandl · 11 years ago
  96. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 11 years ago
  97. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 11 years ago
  98. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  99. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  100. 7c411a4 Issue #19132: The pprint module now supports compact mode. by Serhiy Storchaka · 11 years ago