1. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  2. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  3. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  4. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  5. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  6. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  7. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  8. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  9. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  10. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  11. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  12. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  13. 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
  14. 6a4cbc0 merge by Brett Cannon · 11 years ago
  15. 8ad3786 Tweak some doc wording for importlib.reload by Brett Cannon · 11 years ago
  16. c00cf53 Merge. by bquinlan · 11 years ago
  17. 7749cb5 Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell. by bquinlan · 11 years ago
  18. 50aa324 merge from 3.3 by Brett Cannon · 11 years ago
  19. c4a4b34 Issue #16595: prlimit() needs Linux kernel 2.6.36+ by Christian Heimes · 11 years ago
  20. e5019d5 #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS by Peter Moody · 11 years ago
  21. 3dd263f Close #19345: fix typo by Victor Stinner · 11 years ago
  22. be9c1b1 #17400: fix documentation, add cache to is_global and correctly handle 100.64.0.0/10 by Peter Moody · 11 years ago
  23. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  24. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  25. 086b1af Issue #19344: fix markup error in whatsnew Thanks to Marius Gedminas by Christian Heimes · 11 years ago
  26. b7bd5df Issue #16595: Add prlimit() to resource module by Christian Heimes · 11 years ago
  27. 6fc79bf Issue #19324: Expose Linux-specific constants in resource module by Christian Heimes · 11 years ago
  28. 8ed30c1 #17400; NEWS and ipaddress.rst change by Peter Moody · 11 years ago
  29. 6633c39 fix typo in what's new in 3.4 by Victor Stinner · 11 years ago
  30. e1bfd3e Fix typo in whatsnew by Christian Heimes · 11 years ago
  31. a3fdcaa Closes #19323: fix typo. Thanks to Michael Merickel. by Georg Brandl · 11 years ago
  32. 1a51b55 Simplify markup. by Georg Brandl · 11 years ago
  33. eb2aeec Reformat statistics.rst and remove unnecessary headings for each function. by Georg Brandl · 11 years ago
  34. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  35. c93dbe2 Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of much interest. by Raymond Hettinger · 11 years ago
  36. 2063aaf Update faulthandler docs. by Guido van Rossum · 11 years ago
  37. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  38. 47f1b76 #19319: merge with 3.3. by Ezio Melotti · 11 years ago
  39. e459750 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  40. 632f1bf #19238, #19289: merge with 3.3. by Ezio Melotti · 11 years ago
  41. c318442 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  42. 4ea16e5 remove backticks by Benjamin Peterson · 11 years ago
  43. 44c3065 fix declaration of StatisticsError by Benjamin Peterson · 11 years ago
  44. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 11 years ago
  45. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 11 years ago
  46. 3586673 Issue #19304: Fix typos noted by Claudiu Popa. by Ned Deily · 11 years ago
  47. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago
  48. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 11 years ago
  49. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  50. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  51. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 11 years ago
  52. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 11 years ago
  53. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 11 years ago
  54. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  55. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  56. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  57. 559ae0f merge 3.3 by Benjamin Peterson · 11 years ago
  58. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  59. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  60. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 11 years ago
  61. ef23f18 Fix markup. by Serhiy Storchaka · 11 years ago
  62. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  63. 2498d9e Issue #19272: slight clarification of pickle docs with regard to lambda. by Ethan Furman · 11 years ago
  64. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  65. 2bb0ac0 merge with 3.3 by Georg Brandl · 11 years ago
  66. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  67. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  68. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  69. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  70. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  71. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 11 years ago
  72. 0186721 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  73. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  74. 33fc6d6 #4965: merge with 3.3. by Ezio Melotti · 11 years ago
  75. 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  76. ca1d6db Merge heads by Serhiy Storchaka · 11 years ago
  77. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  78. a7c17e5 Fix spacing of toplevel items. by Georg Brandl · 11 years ago
  79. 3e30d47 merge with 3.3 by Georg Brandl · 11 years ago
  80. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  81. 03d010b merge with 3.3 by Georg Brandl · 11 years ago
  82. c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 11 years ago
  83. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  84. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  85. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 11 years ago
  86. 7ff4520 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  87. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  88. 690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  89. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  90. 10e73ba Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  91. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  92. ef1605a merge with 3.3 by Georg Brandl · 11 years ago
  93. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  94. 287da2e Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  95. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  96. 221d943 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  97. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  98. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  99. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  100. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 11 years ago