1. 3062c9a Issue #19641: Added the audioop.byteswap() function to convert big-endian by Serhiy Storchaka · 11 years ago
  2. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  3. 6bdd986 #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by Ezio Melotti · 11 years ago
  4. 7571941 #19639: update the repr of the match objects in the docs. Patch by Claudiu Popa. by Ezio Melotti · 11 years ago
  5. c9dc4a2 Issue #17810: Implement PEP 3154, pickle protocol 4. by Antoine Pitrou · 11 years ago
  6. 95401c5 #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references. by Ezio Melotti · 11 years ago
  7. be0c325 Issue #19668: Added support for the cp1125 encoding. by Serhiy Storchaka · 11 years ago
  8. 5bef410 Tweak ssl docs by Antoine Pitrou · 11 years ago
  9. 5de397e merge by Christian Heimes · 11 years ago
  10. 4c05b47 Issue #19689: Add ssl.create_default_context() factory function. It creates by Christian Heimes · 11 years ago
  11. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  12. 6b2ff98 Correct documentation clientAuth -> CLIENT_AUTH by Christian Heimes · 11 years ago
  13. 72d2850 Issue #19292: Add SSLContext.load_default_certs() to load default root CA by Christian Heimes · 11 years ago
  14. a30d82f Document create_connection by Antoine Pitrou · 11 years ago
  15. 9a62a19 Start documenting the event loop by Antoine Pitrou · 11 years ago
  16. 4d1046c Document asyncio transport APIs by Antoine Pitrou · 11 years ago
  17. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  18. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago
  19. 2427b50 Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ by Christian Heimes · 11 years ago
  20. 9c1aed8 Close #7475: Restore binary & text transform codecs by Nick Coghlan · 11 years ago
  21. f8d0ff9 Add source link for asyncio. by Guido van Rossum · 11 years ago
  22. 74193af Finish protocol documentation by Antoine Pitrou · 11 years ago
  23. a035e1b Start documenting protocols by Antoine Pitrou · 11 years ago
  24. f0f5d38 Mention threadpool interface in asyncio overview. by Guido van Rossum · 11 years ago
  25. bba8682 Issue #19291: add crude stubs to the asyncio docs by Antoine Pitrou · 11 years ago
  26. b3931d2 Wording changes by Andrew Kuchling · 11 years ago
  27. 7a4e2d1 Wording changes to pathlib docs. by Andrew Kuchling · 11 years ago
  28. 4da459c Fix markup of notes recommending asyncio. by Guido van Rossum · 11 years ago
  29. 9ae8742 Merge heads by Zachary Ware · 11 years ago
  30. e19e3f0 Issue #18326: merge with 3.3 by Zachary Ware · 11 years ago
  31. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  32. aa40775 Add note to asyncore/asynchat recommending asyncio for new code. by Guido van Rossum · 11 years ago
  33. 5467da8 Move select, selectors, asyncio to section 18 (IPC). by Guido van Rossum · 11 years ago
  34. 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 11 years ago
  35. 31119e4 Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428). by Antoine Pitrou · 11 years ago
  36. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  37. 50c48b8 Close #17916: dis.Bytecode based replacement for distb by Nick Coghlan · 11 years ago
  38. 8fbdb09 Close #19552: venv and pyvenv ensurepip integration by Nick Coghlan · 11 years ago
  39. f22e8e5 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). by Christian Heimes · 11 years ago
  40. 44109d7 Issue #17134: Finalize interface to Windows' certificate store. Cert and by Christian Heimes · 11 years ago
  41. 2258779 Issue #8813: Add SSLContext.verify_flags to change the verification flags by Christian Heimes · 11 years ago
  42. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  43. bd3a7f9 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP by Christian Heimes · 11 years ago
  44. efff706 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() by Christian Heimes · 11 years ago
  45. c4ab110 Issue #18775: Add name and block_size attribute to HMAC object. They now by Christian Heimes · 11 years ago
  46. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  47. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  48. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  49. 0e60f85 Merge from 3.3 by Andrew Kuchling · 11 years ago
  50. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  51. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  52. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  53. 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 11 years ago
  54. cfac518 Merge. by Richard Oudkerk · 11 years ago
  55. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  56. 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  57. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  58. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  59. eb8ea26 #19238: merge with 3.3. by Ezio Melotti · 11 years ago
  60. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  61. 745d54d #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). by Ezio Melotti · 11 years ago
  62. 452bab4 Issue #16685: Added support for writing any bytes-like objects in the aifc, by Serhiy Storchaka · 11 years ago
  63. 7714ebb Issue #5202: Added support for unseekable files in the wave module. by Serhiy Storchaka · 11 years ago
  64. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  65. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  66. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  67. 7150787 Merge from 3.3 by Andrew Kuchling · 11 years ago
  68. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  69. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  70. 74af9d3 Merge heads by Serhiy Storchaka · 11 years ago
  71. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  72. 589327e Merge #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  73. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  74. 07155c9 Fix typo in updated dis docs by Nick Coghlan · 11 years ago
  75. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  76. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  77. 6079814 Issue #10197 Tweak docs for subprocess.getstatusoutput and align the documentation, the module docstring, and the function docstring. by Tim Golden · 11 years ago
  78. 3daaf5f Fix functools.partialmethod docs and __all__ by Nick Coghlan · 11 years ago
  79. e051b55 Note that examples are sorted only for convenience. by Georg Brandl · 11 years ago
  80. bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
  81. 834856a Merge by Tim Golden · 11 years ago
  82. 7a07cc9 Merge by Tim Golden · 11 years ago
  83. 2964138 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  84. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  85. c3f57e4 Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  86. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  87. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  88. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  89. 88ebfb1 #15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used. by Ezio Melotti · 11 years ago
  90. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  91. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  92. 5605613 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  93. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  94. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  95. 9f09120 merge by Christian Heimes · 11 years ago
  96. 47674bc fix language by Christian Heimes · 11 years ago
  97. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  98. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  99. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  100. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago