1. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  2. c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
  3. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  4. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  5. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  6. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  7. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  8. 045160b #15114, #21047: update whatsnew in Python 3.5. by Ezio Melotti · 10 years ago
  9. e1d24f7 Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  10. 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
  11. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  12. 2f60820 #20295: Teach imghdr to recognize OpenEXR format images. by R David Murray · 10 years ago
  13. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  14. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  15. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  16. 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 10 years ago
  17. 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 10 years ago
  18. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 10 years ago
  19. 2bc4d95 Issue #21233: Revert bytearray(int) optimization using calloc() by Victor Stinner · 10 years ago
  20. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  21. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  22. 0dfce56 Mention ipaddress improvements. by Antoine Pitrou · 10 years ago
  23. b9d9ce7 Better organization of the what's new by Antoine Pitrou · 10 years ago
  24. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  25. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  26. 92c4d45 Add porting note for issue #20951. by Antoine Pitrou · 10 years ago
  27. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 10 years ago
  28. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 10 years ago
  29. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  30. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 10 years ago
  31. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 10 years ago
  32. a5d63dd inspect.signature: Make Signature and Parameter picklable. Closes #20726 by Yury Selivanov · 10 years ago
  33. b0e6951 Merge #20145 backport: delete whatsnew entry. by R David Murray · 10 years ago
  34. e1b6f97 #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  35. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 10 years ago
  36. a77d0c3 Issue #19165: The formatter module graduates to full deprecation. by Brett Cannon · 10 years ago
  37. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 10 years ago
  38. 7143029 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), by Victor Stinner · 11 years ago
  39. 01adf06 Add a stub "whatsnew in 3.5" document. by Victor Stinner · 11 years ago