1. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
  2. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  3. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 11 years ago
  4. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 11 years ago
  5. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 11 years ago
  6. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 11 years ago
  7. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 11 years ago
  8. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  9. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 11 years ago
  10. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 11 years ago
  11. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 11 years ago
  12. fe0f0b0 Typo fix by Andrew Kuchling · 11 years ago
  13. d82eddc inspect.getfullargspec: Use inspect.signature API behind the scenes #17481 by Yury Selivanov · 11 years ago
  14. 2393dca inspect.signature: Use '/' to separate positional-only parameters from by Yury Selivanov · 11 years ago
  15. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 11 years ago
  16. f1e4fdc whatsnew: smtpd *map* argument, new ssl functions/methods. by R David Murray · 11 years ago
  17. c089f70 Issue #18394: Document that cgi.FieldStorage now cleans up after its by Brett Cannon · 11 years ago
  18. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 11 years ago
  19. 335957e Correct a typo. Found by Lauri Hakko on docs@. by Zachary Ware · 11 years ago
  20. 0ae7ae1 whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. by R David Murray · 11 years ago
  21. 66bf12a whatsnew: FileIO.readall performance, os.cpu_count. by R David Murray · 11 years ago
  22. 0bce6e7 whatsnew: expand 'dis' entry. by R David Murray · 11 years ago
  23. a101bdb whatsnew: ssl getpeercert/do_handshake raise OSError, weakref __callback__. by R David Murray · 11 years ago
  24. 9835827 whatsnew: pydoc.Scanner removal, check_output input parm, operator.py. by R David Murray · 11 years ago
  25. 410d320 whatsnew: XMLPullParser, plus some doc updates. by R David Murray · 11 years ago
  26. 244ad60 whatsnew: removal of TYPE_INT64 from marshal. by R David Murray · 11 years ago
  27. 9cf617b whatsnew: logging TimedRotatingFileHandler atTime parameter. by R David Murray · 11 years ago
  28. 4908f4a whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup. by R David Murray · 11 years ago
  29. b231b2b whatsnew: ppring string wrapping, string pickling optimization. by R David Murray · 11 years ago
  30. 57fcf76 whatsnew: Mock mock_open readline(s); expand description of subtests feature. by R David Murray · 11 years ago
  31. 3079328 Reverted changeset b72c5573c5e7 (issue #15027). by Serhiy Storchaka · 11 years ago
  32. 583a939 Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster. by Serhiy Storchaka · 11 years ago
  33. e608255 whatsnew: consistently use 3 blanks between major sections. 2 for minor. by R David Murray · 11 years ago
  34. 5917172 whatsnew: make bullet list presentation style consistent. by R David Murray · 11 years ago
  35. db085f5 whatsnew: unittest discovery sorting, urlllib Request getter/setter removals. by R David Murray · 11 years ago
  36. a2924ca whatsnew: porting note for HTTP[S]Connection strict parameter removal. by R David Murray · 11 years ago
  37. 0056936 whatsnew: deprecation of HTTPConnection's strict parameter. by R David Murray · 11 years ago
  38. 42fa110 whatsnew: unittest import time SkipTest reported as skip not error. by R David Murray · 11 years ago
  39. a475a8d whatsnew: http.server send_error explain parameter. by R David Murray · 11 years ago
  40. 24e4330 * Issue #16113: Remove sha3 module again. by Martin v. Löwis · 11 years ago
  41. 9025f1c whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecation by R David Murray · 11 years ago
  42. 33ef1ae whatsnew: mock called_with improvements, socket CAN_BCM support. by R David Murray · 11 years ago
  43. 8b2d682 whatsnew: random.getrandbits performance. by R David Murray · 11 years ago
  44. d592bb2 whatsnew: afic.open supports 'with'. by R David Murray · 11 years ago
  45. fced3ec whatsnew: argparse FileType accepts errors and encodings args. by R David Murray · 11 years ago
  46. 2bc930f whatsnew: epoll supports with. by R David Murray · 11 years ago
  47. f598558 Fixed typo (thx Arfrever) by Christian Heimes · 11 years ago
  48. 2691ee6 whatsnew: abc.ABC. Also add issue number to news entry and reword. by R David Murray · 11 years ago
  49. 473f45b whatsnew: rewrite urllib, doctest, and poplib sections. by R David Murray · 11 years ago
  50. d265381 whatsnew: importlib cleanup and source_to_code add; python partial impl. by R David Murray · 11 years ago
  51. 0e81463 whatsnew for gc.get_stats, plus doc tweaks. by R David Murray · 11 years ago
  52. 575fb31 shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword. by R David Murray · 11 years ago
  53. 6e39015 pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile. by R David Murray · 11 years ago
  54. 3edcc78 #16832: s/integer/object/ in docs/docstring, and add whatsnew entry. by R David Murray · 11 years ago
  55. 5ea9524 idle -n deprecation, fix case of pickle section. by R David Murray · 11 years ago
  56. d74d09a Neaten up structure of major sections. by R David Murray · 11 years ago
  57. 076dead Move no-longer-supported operating systems into 'removed' section. by R David Murray · 11 years ago
  58. e7cf678 Use title case for all section titles except module names. by R David Murray · 11 years ago
  59. d17aba7 sys.getallocatedblocks + regrtest -R, make coverage-report, SO macro goes away. by R David Murray · 11 years ago
  60. 061efb1 Use endash in PEP callouts. by R David Murray · 11 years ago
  61. 6dd1830 Move argument clinic into its own section, like the other PEPs. by R David Murray · 11 years ago
  62. d91ba20 Mention Windows 2000 and OS/2 drops, python-config as shell script. by R David Murray · 11 years ago
  63. 72420ff Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry. by R David Murray · 11 years ago
  64. 347f9c7 Make the 'read on' sentence cover more ground. by R David Murray · 11 years ago
  65. bcaaecf Move other improvements and optimization sections above deprecated. by R David Murray · 11 years ago
  66. 4d48f2a Collapse 'python invocation changes' into 'other improvements'. by R David Murray · 11 years ago
  67. 9217dad Link new module summary entries to their description sections. by R David Murray · 11 years ago
  68. 6879066 Add pep 435 summary entry in new required features, and ensurepip description. by R David Murray · 11 years ago
  69. f9976e7 Add link to selectors description from its summary line. by R David Murray · 11 years ago
  70. 8d85678 Make summary entry format consistent (always end with pep or issue in parens). by R David Murray · 11 years ago
  71. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  72. 3f122d6 Mention deprecation and porting sections in intro. by R David Murray · 11 years ago
  73. f85b2a8 Reflow 'modulespec' paragraphs. by R David Murray · 11 years ago
  74. e9b74d4 Make mailing list thread reference an inline link, reword i.e. abbreviation. by R David Murray · 11 years ago
  75. 809487e Make the organization of the body and the summary have parallel structure. by R David Murray · 11 years ago
  76. 8f7664a Add description of marshal changes. by R David Murray · 11 years ago
  77. a93ca97 Be consistent in how PEPs are referenced throughout the summary section. by R David Murray · 11 years ago
  78. ca79461 Rewrite module-globals summary entry, and expand the full description a bit. by R David Murray · 11 years ago
  79. 2aa9d52 Make argument clinic summary entry parallel to other PEP entries. by R David Murray · 11 years ago
  80. c16dfe1 Make CPython PEP summary entry links consistent, add pep 456 discussion. by R David Murray · 11 years ago
  81. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  82. 26b80cfd Add link from email summary entry to entry in changed module section. by R David Murray · 11 years ago
  83. ac18622 Add links to discussion of multiprocessing spawn/forkserver feature. by R David Murray · 11 years ago
  84. 748bad2 Tidy up ssl whatsnew references, make ssl section formatting consistent. by R David Murray · 11 years ago
  85. c054040 Add link from pickle protocol 4 in summary to the section about it. by R David Murray · 11 years ago
  86. cde1a06 Include sha3 addition in hashlib section of whatsnew. by R David Murray · 11 years ago
  87. a17e0d8 No need for single para descriptions to have separate contributed by para. by R David Murray · 11 years ago
  88. e0f7a78 whatsnew: s/no new syntax features planned/no new syntax features added/ by R David Murray · 11 years ago
  89. 0a10216 Fix spelling error in single dispatch whatsnew summary, and add link. by R David Murray · 11 years ago
  90. f9909c2 Make the 'PEP 446' string link to the PEP in whatsnew new feature description. by R David Murray · 11 years ago
  91. 6adb454 Add email package to whatsnew list of significantly improved stdlib modules. by R David Murray · 11 years ago
  92. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago
  93. 774b2e0 Issue #14432: Document the removal of the PyFrameObject.f_tstate field by Victor Stinner · 11 years ago
  94. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  95. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  96. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  97. 6de88b3 Fixed formatting (was parsed as description list). by Serhiy Storchaka · 11 years ago
  98. dd7e291 #13592, #17087: add whatsnew entry about regex/match object repr improvements. by Ezio Melotti · 11 years ago
  99. d2736af Mention the new tracemalloc module in the What's New in Python 3.4 document by Victor Stinner · 11 years ago
  100. 250a06c Add whatsnew section about the html package. by Ezio Melotti · 11 years ago