1. d4fdbcc Issue #17839: mention base64 change in What's New by Nick Coghlan · 11 years ago
  2. 8b097b4 Close #17828: better handling of codec errors by Nick Coghlan · 11 years ago
  3. 7150787 Merge from 3.3 by Andrew Kuchling · 11 years ago
  4. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  5. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  6. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  7. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  8. 711e91b Issue #16685: Added support for any bytes-like objects in the audioop module. by Serhiy Storchaka · 11 years ago
  9. 74af9d3 Merge heads by Serhiy Storchaka · 11 years ago
  10. 81895f8 Issue #19261: Added support for writing 24-bit samples in the sunau module. by Serhiy Storchaka · 11 years ago
  11. e8453bc C API doc: try to group concrete objects by Victor Stinner · 11 years ago
  12. 589327e Merge #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  13. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  14. 07155c9 Fix typo in updated dis docs by Nick Coghlan · 11 years ago
  15. 90b8e7d Close #19378: address flaws in the new dis module APIs by Nick Coghlan · 11 years ago
  16. 05f31bf doc: fix typo by Victor Stinner · 11 years ago
  17. 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
  18. b2bc4df Closes #18345: Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  19. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  20. 3daaf5f Fix functools.partialmethod docs and __all__ by Nick Coghlan · 11 years ago
  21. e051b55 Note that examples are sorted only for convenience. by Georg Brandl · 11 years ago
  22. bd90d09 #18678: Correct names of spwd struct members. by R David Murray · 11 years ago
  23. 834856a Merge by Tim Golden · 11 years ago
  24. 7a07cc9 Merge by Tim Golden · 11 years ago
  25. 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
  26. 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
  27. c3f57e4 Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  28. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  29. 8e113b4 Close #19403: make contextlib.redirect_stdout reentrant by Nick Coghlan · 11 years ago
  30. f4cb48a Issue #4331: Added functools.partialmethod by Nick Coghlan · 11 years ago
  31. 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
  32. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  33. 2915dd7 Issue #19452: Clarify the documentation of iterparse w.r.t. events argument. by Eli Bendersky · 11 years ago
  34. 5605613 Merged documentation update from 3.3. by Vinay Sajip · 11 years ago
  35. 9b83d53 Corrected some incorrect cross-references. by Vinay Sajip · 11 years ago
  36. 4574b49 Issue #19172: Add a get_map() method to selectors. by Charles-François Natali · 11 years ago
  37. 9f09120 merge by Christian Heimes · 11 years ago
  38. 47674bc fix language by Christian Heimes · 11 years ago
  39. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  40. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  41. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  42. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  43. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  44. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  45. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  46. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  47. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  48. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  49. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  50. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  51. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  52. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  53. 3b2f0f0 Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated. by Antoine Pitrou · 11 years ago
  54. 6a4cbc0 merge by Brett Cannon · 11 years ago
  55. 8ad3786 Tweak some doc wording for importlib.reload by Brett Cannon · 11 years ago
  56. c00cf53 Merge. by bquinlan · 11 years ago
  57. 7749cb5 Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell. by bquinlan · 11 years ago
  58. 50aa324 merge from 3.3 by Brett Cannon · 11 years ago
  59. c4a4b34 Issue #16595: prlimit() needs Linux kernel 2.6.36+ by Christian Heimes · 11 years ago
  60. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  61. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  62. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  63. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  64. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  65. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  66. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  67. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
  68. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  69. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  70. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  71. a3fdcaa Closes #19323: fix typo. Thanks to Michael Merickel. by Georg Brandl · 11 years ago
  72. 1a51b55 Simplify markup. by Georg Brandl · 11 years ago
  73. eb2aeec Reformat statistics.rst and remove unnecessary headings for each function. by Georg Brandl · 11 years ago
  74. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  75. c93dbe2 Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. by Raymond Hettinger · 11 years ago
  76. 2063aaf Update faulthandler docs. by Guido van Rossum · 11 years ago
  77. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  78. 47f1b76 #19319: merge with 3.3. by Ezio Melotti · 11 years ago
  79. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  80. 632f1bf #19238, #19289: merge with 3.3. by Ezio Melotti · 11 years ago
  81. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  82. 4ea16e5 remove backticks by Benjamin Peterson · 11 years ago
  83. 44c3065 fix declaration of StatisticsError by Benjamin Peterson · 11 years ago
  84. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  85. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  86. 3586673 Issue #19304: Fix typos noted by Claudiu Popa. by Ned Deily · 11 years ago
  87. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago
  88. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  89. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  90. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  91. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  92. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  93. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  94. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  95. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  96. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  97. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  98. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  99. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  100. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago