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. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  4. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  5. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  6. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  7. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  8. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  9. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  10. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  11. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  12. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  13. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  14. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  15. 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
  16. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  17. 12aebab merge 3.2 by Benjamin Peterson · 13 years ago
  18. a63d45c Fix typo. by Raymond Hettinger · 13 years ago
  19. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  20. 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
  21. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  22. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  23. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  24. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  25. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  26. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  27. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  28. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 13 years ago
  29. 00db582 Fix indentation. by Georg Brandl · 13 years ago
  30. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  31. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  32. 0cd25c9 Small grammar fix. by Georg Brandl · 13 years ago
  33. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  34. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  35. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  36. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  37. 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  38. df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  39. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  40. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 13 years ago
  41. ec43833 Merge doc update by Antoine Pitrou · 13 years ago
  42. 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 13 years ago
  43. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  44. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  45. c9c9bc0 Add 3.3 whatsnew to index. by Georg Brandl · 13 years ago
  46. 3108f98 Adds Python 3.3 what's new document. by Giampaolo Rodolà · 13 years ago
  47. 8edd2e9 Issue #11296: rsplit() mentioned twice for the same change. by Raymond Hettinger · 13 years ago
  48. 48e5cd3 nits by Raymond Hettinger · 13 years ago
  49. ba9ad60 Fix typo reported by 'Paddy' on python-list. by Terry Reedy · 13 years ago
  50. 2cef949 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 13 years ago
  51. f5692b0 Issue 10160: Both single-arg and multi-arg calls have been sped-up. by Raymond Hettinger · 13 years ago
  52. e0e824d Fix two typos in what’s new (#11234). by Éric Araujo · 13 years ago
  53. 85dacf7 Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) by Éric Araujo · 13 years ago
  54. 8f0ae9a Doc fixups. by Raymond Hettinger · 13 years ago
  55. 03a6e66 Fix-up logging.dictConfig() example. by Raymond Hettinger · 13 years ago
  56. 4a8f50a Fix an import and add a citation. by Raymond Hettinger · 13 years ago
  57. 44efc65 Fix accumulate() example. (Reported by David Murray.) by Raymond Hettinger · 13 years ago
  58. 44028d8 Missing paren. by Raymond Hettinger · 13 years ago
  59. ed92b5a Insert missing section heading (noticed by Victor Stinner). by Raymond Hettinger · 13 years ago
  60. 1fbd8e1 Fix nits. by Raymond Hettinger · 13 years ago
  61. 9f62d74 Add an entry for logging. by Raymond Hettinger · 13 years ago
  62. 91638e7 Add 'pysqlite' before version 2.6.0 by Terry Reedy · 13 years ago
  63. 186f441 Typo. by Raymond Hettinger · 13 years ago
  64. 555f288 Add link to table for Tcl/Tk issues on the Mac. by Raymond Hettinger · 13 years ago
  65. 8cd0b38 Typo. Doh! by Raymond Hettinger · 13 years ago
  66. fb2d167 Issue #11071: Various improvements to whatsnew. by Raymond Hettinger · 13 years ago
  67. 92acd67 Recommend use of the tracker during the RC phase or just before a beta. by Raymond Hettinger · 13 years ago
  68. 9c2fc47 Fix minor grammar nits. by Raymond Hettinger · 13 years ago
  69. e2ae807 Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986) by Eli Bendersky · 13 years ago
  70. f30793a Fix PEP-8 violation in argparse usage example (similar examples in argparse.rst do follow PEP-8) by Eli Bendersky · 13 years ago
  71. d7cde5d Fix some grammar and typos by Eli Bendersky · 13 years ago
  72. ce227e3 Clarify the status of get_string() and recommend using the binary API. by Raymond Hettinger · 13 years ago
  73. 994d380 Add entry for the mailbox fixups. by Raymond Hettinger · 13 years ago
  74. b02f7c0 List known build/install problems for OS X. by Raymond Hettinger · 13 years ago
  75. c7bb159 Markup nits. by Raymond Hettinger · 13 years ago
  76. 6239974 Add section for http.client. by Raymond Hettinger · 13 years ago
  77. ac039ae fix reference to issue where the addition of select.PIPE_BUF was discussed by Giampaolo Rodolà · 13 years ago
  78. 08d4293 Add entry for str.format_map(). by Raymond Hettinger · 13 years ago
  79. 598b513 Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required. by Eric Smith · 13 years ago
  80. e6f0abf More typical sample invocation of tarfile. by Raymond Hettinger · 13 years ago
  81. 712d2b4 Add missing attributions. by Raymond Hettinger · 13 years ago
  82. 8d09cb2 Update todo list. by Raymond Hettinger · 13 years ago
  83. 7626ef9 Add an entry for tarfile. by Raymond Hettinger · 13 years ago
  84. e3b8f7c Markup nits. by Raymond Hettinger · 13 years ago
  85. 14eb4c3 Add a few imports to examples. by Raymond Hettinger · 13 years ago
  86. cfad97b Fix the description of PIPE_BUF by Antoine Pitrou · 13 years ago
  87. 902f320 Typo. by Raymond Hettinger · 13 years ago
  88. da4a05d Add entries for select and site. by Raymond Hettinger · 13 years ago
  89. 2f707c9 Add math.erfc and turtledemo. by Raymond Hettinger · 13 years ago
  90. f9b8a19 Typo. by Raymond Hettinger · 13 years ago
  91. 2c63906 Nits. by Raymond Hettinger · 13 years ago
  92. a4cfb42 Add entry for the math module. by Raymond Hettinger · 13 years ago
  93. f4f0e6c Add entry for io.BytesIO.getbuffer(). by Raymond Hettinger · 13 years ago
  94. 009a6bd Fix label syntax. by Georg Brandl · 13 years ago
  95. a80ab10 Typos. by Raymond Hettinger · 13 years ago
  96. 399bf7b Fix markup and add todo. by Raymond Hettinger · 13 years ago
  97. e7dfe74 Add entry for hash_info(). by Raymond Hettinger · 13 years ago
  98. 9a236b0 Add section for urllib.parse. by Raymond Hettinger · 13 years ago
  99. a3b7a14 Add entry for the html module. by Raymond Hettinger · 13 years ago
  100. d0d59b1 Add entry for hashlib and expand the GC entry. by Raymond Hettinger · 14 years ago