1. ac25ca1 Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  2. 910a665 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  3. 90b41f0 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  4. 3353313 Fix markup. by Serhiy Storchaka · 11 years ago
  5. d3b7505 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  6. 9ff06dc Fix inaccurate versionchanged tag for compressobj(): most parameter were there, just got kwarg support. by Georg Brandl · 11 years ago
  7. c955291 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  8. 9816a1e Issue #14407: Fix unittest test discovery in test_concurrent_futures. by Antoine Pitrou · 11 years ago
  9. b46fe79 Print process instead of pid. by Richard Oudkerk · 11 years ago
  10. c3a9b35 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  11. 85812bc Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  12. 4606d36 Issue #18919: Check warnings messages in the aifc module tests. by Serhiy Storchaka · 11 years ago
  13. d98d6cb Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  14. 0079ffc Closes #17154: error out gracefully on "ignore" or "condition" without argument. by Georg Brandl · 11 years ago
  15. 5bbbc94 Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  16. 47fd9d8 #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  17. 9e091e1 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  18. 72aabb6 Merge heads by Serhiy Storchaka · 11 years ago
  19. 810f1d5 Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  20. c3a2916 Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. by Georg Brandl · 11 years ago
  21. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  22. 24201d4 Issue #18776: atexit callbacks now display their full traceback when they raise an exception. by Antoine Pitrou · 11 years ago
  23. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  24. dab8354 Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  25. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  26. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  27. 04d11a7 Issue #19203: Improved cross-references in the curses howto. by Serhiy Storchaka · 11 years ago
  28. fd1c3d3 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  29. 8362006 Merge heads by Serhiy Storchaka · 11 years ago
  30. 1b80e63 Issue #18919: Unified and extended tests for audio modules: aifc, sunau and by Serhiy Storchaka · 11 years ago
  31. 6cb2b5b Issue #17827: Document codecs.encode and codecs.decode by Nick Coghlan · 11 years ago
  32. aeaecfd Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  33. c30b59f Closes #17375: port new threading docstrings from 2.7. by Georg Brandl · 11 years ago
  34. 5d5b375 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  35. 1e32011 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  36. 4f35079 Make test_terminate() succeed or fail quickly. by Richard Oudkerk · 11 years ago
  37. 6480168 Issue #19202: Add cross-reference and a rough code equivalent by Raymond Hettinger · 11 years ago
  38. 5d4121a Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  39. a140348 Invert logic of new limited-API annotation and call it "stable ABI". by Georg Brandl · 11 years ago
  40. f54ab1f backport media types from default by Benjamin Peterson · 11 years ago
  41. 239990d Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  42. e23b2d0 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  43. 5c01d99 Introduce support for documenting which C API elements are not part of the stable/limited API. by Georg Brandl · 11 years ago
  44. 5db7c54 Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147). by Georg Brandl · 11 years ago
  45. ae30a81 Closes #13833: document PyStructSequence C-API functions. by Georg Brandl · 11 years ago
  46. c96ef1f Closes #13026: fix documentation of MAKE_FUNCTION for 3.x. by Georg Brandl · 11 years ago
  47. 57f936e Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  48. d8ede4f Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  49. 4b53259 Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  50. 8aa7b89 replace hardcoded version by Benjamin Peterson · 11 years ago
  51. 577dd61 make sure the docstring is never out of date wrt unicode data version by Benjamin Peterson · 11 years ago
  52. a4cf1c8 remove url from docstring (closes #19220) by Benjamin Peterson · 11 years ago
  53. 8ee7708 Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  54. 3415fa3 Repair format of NEWS entry. by Tim Peters · 11 years ago
  55. cbd4d08 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  56. 926099d #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  57. 7880db6 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  58. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  59. 0b68a2d Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  60. 91aaeac Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  61. 7634e1c Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  62. ee82d0b Minor grammar fix. by Georg Brandl · 11 years ago
  63. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  64. f24c141 Fix wrong link. by Georg Brandl · 11 years ago
  65. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  66. 3328871 merge heads by Georg Brandl · 11 years ago
  67. 5e59676 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  68. b296d09 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  69. bcce125 Closes #19178: some more cross-references about packages in glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  70. 59c900d Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions. by Antoine Pitrou · 11 years ago
  71. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
  72. a072de1 Extending example: use Py_RETURN_NONE by Georg Brandl · 11 years ago
  73. 29fc4bf Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  74. 136a050 Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. by Georg Brandl · 11 years ago
  75. 9ad417e Fix: >= and so on are usually called "comparison operators", not "logical operators". Found by Tom Kalt on docs@. by Georg Brandl · 11 years ago
  76. ac39add Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  77. 6647a71 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  78. f6d6347 Fix typo in function name. by Georg Brandl · 11 years ago
  79. ffb94ae Closes #15432: GzipFile mtime argument is new in 3.1. by Georg Brandl · 11 years ago
  80. 9ad5bf6 Closes #15228: remove reference to Unix "touch"; it is confusing since the path needs to exist for os.utime() to succeed by Georg Brandl · 11 years ago
  81. fc9a113 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  82. c6a2c9b Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  83. 7d07833 Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  84. 6e94a30 The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  85. 4a6cf6c Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  86. 036e41d Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  87. 0bbbeb5 Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  88. df40e86 Fix typo. Spotted by Bo Bayles on docs@. by Georg Brandl · 11 years ago
  89. 1cef264 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 11 years ago
  90. 9c2505b Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  91. 49c6fc9 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  92. ed86ff8 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  93. e47e184 Unicode howto: use .txt as a more universally understood extension for text files. by Georg Brandl · 11 years ago
  94. a12b682 Add missing list methods. Found by Leonardo Pereira on docs@. by Georg Brandl · 11 years ago
  95. 2070e83 Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  96. a0b7923 Fix method name: ensure_directories, not create_directories. Found by Michael Rand on docs@. by Georg Brandl · 11 years ago
  97. 0688d68 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 11 years ago
  98. d277a56 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 11 years ago
  99. 3c12711 Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  100. 87f3d7b Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago