1. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  2. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  3. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  4. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  5. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  6. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  7. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  8. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  9. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  10. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  11. 096dcb1 Issue 12139: add CCC command support to FTP_TLS class to revert the SSL connection back to clear-text. by Giampaolo Rodola' · 13 years ago
  12. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  13. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  14. a003af1 Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" by Charles-François Natali · 13 years ago
  15. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  16. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  17. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  18. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  19. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  20. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  21. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  22. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 13 years ago
  23. 00db582 Fix indentation. by Georg Brandl · 13 years ago
  24. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  25. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  26. 0cd25c9 Small grammar fix. by Georg Brandl · 13 years ago
  27. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  28. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  29. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  30. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  31. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  32. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
  33. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
  34. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  35. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 14 years ago