1. 3459922 What's New in Python 3.3: Add entry for lzma module (issue #6715). by Nadeem Vawda · 13 years ago
  2. d1be878 What's New in Python 3.3: Add a Deprecated section by Victor Stinner · 13 years ago
  3. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  4. 7b578b3 Mention hashable memoryviews, and reformat. by Antoine Pitrou · 13 years ago
  5. 0599b5b Add subheaders to make PEP 393 description clearer by Antoine Pitrou · 13 years ago
  6. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  7. e7ede06 Typo by Antoine Pitrou · 13 years ago
  8. 6bbd76b Update What's new for PEP 3155 by Antoine Pitrou · 13 years ago
  9. 61ea8a0 Add a "What's New" entry for #12170 by Petri Lehtinen · 13 years ago
  10. bc7ea58 fix wrong credit and issue id given in previous commit by Giampaolo Rodola' · 13 years ago
  11. be55d99 Fix 13245: by Giampaolo Rodola' · 13 years ago
  12. a996f1e What's new in Python 3.3: Rephrase PEP 393 doc by Victor Stinner · 13 years ago
  13. 46606ce Document new and deprecated Unicode functions by Victor Stinner · 13 years ago
  14. 5a8bc6f Add a couple other whatsnew items by Antoine Pitrou · 13 years ago
  15. 2c0a967 Add various items in whatsnew by Antoine Pitrou · 13 years ago
  16. 45b3ad4 Remove XXX, as the functions and macros are mentioned in the porting section by Antoine Pitrou · 13 years ago
  17. beb7836 Explain concrete (resource consumption) effects of PEP 393 a bit. by Antoine Pitrou · 13 years ago
  18. d136aec Be a bit less shy by Antoine Pitrou · 13 years ago
  19. 19bd069 What's New in 3.3: Add a "Deprecated ..." section by Victor Stinner · 13 years ago
  20. 1ab6c2d Issue #13374: The Windows bytes API has been deprecated in the os module. Use by Victor Stinner · 13 years ago
  21. 5f7f615 Merge 3.2 by Éric Araujo · 13 years ago
  22. bfc9729 Fix a few typos by Éric Araujo · 13 years ago
  23. 04e6909 Fix markup by Éric Araujo · 13 years ago
  24. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  25. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  26. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 13 years ago
  27. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  28. 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 13 years ago
  29. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  30. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  31. 037ffbf Improve the porting section by Antoine Pitrou · 13 years ago
  32. fd9b416 Improve / clean up the PEP 393 description by Antoine Pitrou · 13 years ago
  33. 01fd26c Improve description of PEP 3151 by Antoine Pitrou · 13 years ago
  34. 2d99dac Use ``...`` for string literals. by Ezio Melotti · 13 years ago
  35. dcbb822 Fix documentation formatting. by Florent Xicluna · 13 years ago
  36. 6d57d21 Documentation typo. by Florent Xicluna · 13 years ago
  37. 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 13 years ago
  38. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  39. 587e75c merge by Raymond Hettinger · 13 years ago
  40. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  41. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  42. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  43. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  44. e506437 What's new in Python 3.3: document new functions of the os module by Victor Stinner · 13 years ago
  45. a1bf298 What's New in Python 3.3: mention the PEP 3151 by Victor Stinner · 13 years ago
  46. a6968ed Merge whatsnew fixes with 3.2. by Ezio Melotti · 13 years ago
  47. 4e15828 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  48. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  49. 5043f09 More info about PEP 393 in whatsnew and NEWS by Éric Araujo · 13 years ago
  50. b07b97f Minor updates to the whatsnew maintenance rules by Éric Araujo · 13 years ago
  51. 397546a Update and reorganize the whatsnew entry for PEP 393. by Ezio Melotti · 13 years ago
  52. 7d637ab Complete What's New in 3.3 about PEP 393 by Victor Stinner · 13 years ago
  53. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  54. c5dbb3d Issue #1172711: Update What's New in Python 3.3 document for the array module. by Meador Inge · 13 years ago
  55. c78fb33 What's New in Python 3.3: add curses.unget_wch() by Victor Stinner · 13 years ago
  56. 811db3b Issue #1172711: Update What's New in Python 3.3 document for the struct module by Victor Stinner · 13 years ago
  57. 84b8ed8 3.3 whatsnew: fix markup, add stub for new crypt features by Éric Araujo · 13 years ago
  58. aec2f21 #12191: added entry in What's New (+ small editing on shutil section) by Sandro Tosi · 13 years ago
  59. 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
  60. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  61. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  62. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  63. df9a5f5 Issue #12666: Clarifying changes in map for Python 3 by Jason R. Coombs · 13 years ago
  64. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  65. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  66. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  67. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  68. 6c0929b Fix markup and remove character unsupported by latex in 3.3 whatsnew doc. by Georg Brandl · 13 years ago
  69. 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
  70. 2cded9c Issue #12016: Multibyte CJK decoders now resynchronize faster by Victor Stinner · 13 years ago
  71. 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
  72. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  73. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  74. 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
  75. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  76. 12aebab merge 3.2 by Benjamin Peterson · 13 years ago
  77. a63d45c Fix typo. by Raymond Hettinger · 13 years ago
  78. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  79. 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
  80. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  81. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  82. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  83. 388196e Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, by Victor Stinner · 13 years ago
  84. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  85. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  86. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  87. 49a40cd Adjust OS/2 & VMS grammar, and add Windows 2000 to the unsupported list. by Brian Curtin · 13 years ago
  88. 00db582 Fix indentation. by Georg Brandl · 13 years ago
  89. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  90. d5c355c Issue #11223: Replace threading._info() by sys.thread_info by Victor Stinner · 13 years ago
  91. 0cd25c9 Small grammar fix. by Georg Brandl · 13 years ago
  92. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  93. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  94. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  95. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  96. 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  97. df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  98. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  99. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 13 years ago
  100. ec43833 Merge doc update by Antoine Pitrou · 13 years ago