1. 0acceb7 What's New updates prior to alpha by Nick Coghlan · 12 years ago
  2. 4dae27a Tweak 'provisional' in glossary by Nick Coghlan · 12 years ago
  3. 3586673 Issue #19304: Fix typos noted by Claudiu Popa. by Ned Deily · 12 years ago
  4. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 12 years ago
  5. eaea5e9 Issue #12866: The audioop module now supports 24-bit samples. by Serhiy Storchaka · 12 years ago
  6. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 12 years ago
  7. 0f5bff2 Doc markup fixes. by Georg Brandl · 12 years ago
  8. 8608d26 contextlib doc updates and refactoring by Nick Coghlan · 12 years ago
  9. e723622 Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with OpenSSL < 1.0 by Christian Heimes · 12 years ago
  10. 3626a50 Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC by Christian Heimes · 12 years ago
  11. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 12 years ago
  12. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 12 years ago
  13. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 12 years ago
  14. 559ae0f merge 3.3 by Benjamin Peterson · 12 years ago
  15. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 12 years ago
  16. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 12 years ago
  17. 1805a62 Issue #16129: Py_SetStandardStreamEncoding cleanups by Nick Coghlan · 12 years ago
  18. ef23f18 Fix markup. by Serhiy Storchaka · 12 years ago
  19. 3353313 Fix markup. by Serhiy Storchaka · 12 years ago
  20. 2498d9e Issue #19272: slight clarification of pickle docs with regard to lambda. by Ethan Furman · 12 years ago
  21. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 12 years ago
  22. 2bb0ac0 merge with 3.3 by Georg Brandl · 12 years ago
  23. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 12 years ago
  24. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 12 years ago
  25. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 12 years ago
  26. 3da240f #18891: Complete new provisional email API. by R David Murray · 12 years ago
  27. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 12 years ago
  28. acc9f3f Issue #18725: The textwrap module now supports truncating multiline text. by Serhiy Storchaka · 12 years ago
  29. 0186721 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
  30. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 12 years ago
  31. 33fc6d6 #4965: merge with 3.3. by Ezio Melotti · 12 years ago
  32. 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 12 years ago
  33. ca1d6db Merge heads by Serhiy Storchaka · 12 years ago
  34. 72aabb6 Merge heads by Serhiy Storchaka · 12 years ago
  35. a7c17e5 Fix spacing of toplevel items. by Georg Brandl · 12 years ago
  36. 3e30d47 merge with 3.3 by Georg Brandl · 12 years ago
  37. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 12 years ago
  38. 03d010b merge with 3.3 by Georg Brandl · 12 years ago
  39. c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 12 years ago
  40. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  41. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  42. fbc3c3c Closes #17730: in code.interact(), when banner="", do not print anything. by Georg Brandl · 12 years ago
  43. 7ff4520 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
  44. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
  45. 690a6a9 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
  46. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 12 years ago
  47. 10e73ba Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 12 years ago
  48. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 12 years ago
  49. ef1605a merge with 3.3 by Georg Brandl · 12 years ago
  50. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 12 years ago
  51. 287da2e Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 12 years ago
  52. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 12 years ago
  53. 221d943 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
  54. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 12 years ago
  55. e206b6e Issue #17827: document codecs.encode and codecs.decode by Nick Coghlan · 12 years ago
  56. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 12 years ago
  57. b4534ae Docs tweaks for contextlib additions by Nick Coghlan · 12 years ago
  58. 31f6f4d merge with 3.3 by Georg Brandl · 12 years ago
  59. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 12 years ago
  60. bcdb4fd merge with 3.3 by Georg Brandl · 12 years ago
  61. 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 12 years ago
  62. daa1fa9 Back out accidentally pushed changeset b51218966201. by Georg Brandl · 12 years ago
  63. a7bb9b3 merge with 3.3 by Georg Brandl · 12 years ago
  64. 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 12 years ago
  65. 4300019 Add re.fullmatch() function and regex.fullmatch() method, which anchor the by Georg Brandl · 12 years ago
  66. 57841dd Grammar fix. by Eric V. Smith · 12 years ago
  67. 17ecd1d Document speedup in whatsnew by Christian Heimes · 12 years ago
  68. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 12 years ago
  69. 84fc708 merge by Raymond Hettinger · 12 years ago
  70. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 12 years ago
  71. e92ef13 Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. by Christian Heimes · 12 years ago
  72. 793d847 merge with 3.3 by Georg Brandl · 12 years ago
  73. a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 12 years ago
  74. e9bd31f merge with 3.3 by Georg Brandl · 12 years ago
  75. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 12 years ago
  76. 7c11e52 merge with 3.3 by Georg Brandl · 12 years ago
  77. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 12 years ago
  78. b9e8712a merge with 3.3 by Georg Brandl · 12 years ago
  79. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 12 years ago
  80. a636c8e merge with 3.3 by Georg Brandl · 12 years ago
  81. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 12 years ago
  82. 3cb26b7 merge with 3.3 by Georg Brandl · 12 years ago
  83. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 12 years ago
  84. 32b2c62 merge with 3.3 by Georg Brandl · 12 years ago
  85. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 12 years ago
  86. 42840f0 merge with 3.3 by Georg Brandl · 12 years ago
  87. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 12 years ago
  88. 34808e2 #19221: update whatsnew entry about UCD version. by Ezio Melotti · 12 years ago
  89. c2228c8 Markup fix. by Georg Brandl · 12 years ago
  90. 1254b40 Rename contextlib.ignored() to contextlib.ignore(). by Raymond Hettinger · 12 years ago
  91. d579376 #18764: p(rint) -> p in pdb docs. by R David Murray · 12 years ago
  92. 94d08d9 upgrade unicode db to 6.3.0 (closes #19221) by Benjamin Peterson · 12 years ago
  93. 78d692f 18764: remove the problematic 'print' alias for the PDB 'p' command. by R David Murray · 12 years ago
  94. 2fe9bac Close #16742: Fix misuse of memory allocations in PyOS_Readline() by Victor Stinner · 12 years ago
  95. 6cf185d Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on by Victor Stinner · 12 years ago
  96. 088cbf2 Issue #15805: Add contextlib.redirect_stdout() by Raymond Hettinger · 12 years ago
  97. 5ed3bc9 merge by Raymond Hettinger · 12 years ago
  98. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 12 years ago
  99. 213ef6e Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni. by Georg Brandl · 12 years ago
  100. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 12 years ago