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