1. 2147857 Increase macurl2path test coverage by Senthil Kumaran · 11 years ago
  2. 5d79180 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  3. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  4. 51c4d72 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 11 years ago
  5. c624038 #19319: fix ctypes docs: sizeof is an operator in C, not a function. by Ezio Melotti · 11 years ago
  6. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  7. cef2d49 #19238, #19289: fix description of the align and fill values of the format specification. by Ezio Melotti · 11 years ago
  8. 2585e1e Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 11 years ago
  9. 6698564 merge by Christian Heimes · 11 years ago
  10. cede1a5 Ignore PyCharm project directory by Christian Heimes · 11 years ago
  11. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 11 years ago
  12. 6ea3c9b Ensure setup.py looks for zlib.h in an OS X SDK. by Ned Deily · 11 years ago
  13. 11f880a Update OS X installer for building on 10.9. by Ned Deily · 11 years ago
  14. 97b3618 fix description of super() behavior on descriptors by Benjamin Peterson · 11 years ago
  15. 2f4e764 Remove redundant empty lines. by Serhiy Storchaka · 11 years ago
  16. de2f8fa Fix markup. by Serhiy Storchaka · 11 years ago
  17. 7137803 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 11 years ago
  18. cea3808 Closes #19277: document all parameters of compressobj(). by Georg Brandl · 11 years ago
  19. 2235648 Issue 19276: Fix tests for wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  20. a5cd255 Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging by Victor Stinner · 11 years ago
  21. 8ad0eac #4965: Implement intelligent scrolling of the sidebar in the docs. by Ezio Melotti · 11 years ago
  22. 25f6893 Issue #18919: Add test/audiodata to LIBSUBDIRS. by Serhiy Storchaka · 11 years ago
  23. e1a8a40 Issue #18919: Fixed resource leaks in audio tests. by Serhiy Storchaka · 11 years ago
  24. c72105c Issue #18919: Catch and check warnings in the aifc module tests. by Serhiy Storchaka · 11 years ago
  25. 62e9580 Closes #19258: close WSGI server after handling request in demo code. by Georg Brandl · 11 years ago
  26. 0b9a9fd Issue #19189: Improved cross-references in the pickle module documentation. by Serhiy Storchaka · 11 years ago
  27. 2852364 Closes #16732: move "xxmodule" comment block to detect_modules(). (Already done in 3.x) by Georg Brandl · 11 years ago
  28. e206e49 Closes #16657: fix docstring of traceback.format_tb(). by Georg Brandl · 11 years ago
  29. b6f6450 Merge heads by Serhiy Storchaka · 11 years ago
  30. b7557af Wing IDE is switching to PyQt... by Georg Brandl · 11 years ago
  31. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  32. 7378d63 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 11 years ago
  33. 361994c Issue #19207: Improved cross-references in the os, os.path, and posix modules by Serhiy Storchaka · 11 years ago
  34. 1b1c11d Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  35. 55c45c7 Issue #19198: Improved cross-references in the cgi module documentation. by Serhiy Storchaka · 11 years ago
  36. 0fa0173 Issue #18919: Added tests for the sunau module. Unified and extended tests by Serhiy Storchaka · 11 years ago
  37. 36f6e2c Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n)) by Mark Dickinson · 11 years ago
  38. 65e30a2 Closes #13740: SND_NOWAIT seems to be ignored on modern Windows. by Georg Brandl · 11 years ago
  39. 6e5ae97 Closes #15829: document ThreadError and fix exception raised for releasing unlocked locks. by Georg Brandl · 11 years ago
  40. 52fa172 Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice. by Georg Brandl · 11 years ago
  41. 21721b6 Fix a small CSS glitch with deprecated blocks and Sphinx 1.2. by Georg Brandl · 11 years ago
  42. 0aab3d9 Fix display of deprecated blocks with Sphinx 1.2. by Georg Brandl · 11 years ago
  43. 62a1929 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 11 years ago
  44. 4243fbf add more media types by Benjamin Peterson · 11 years ago
  45. af3ef92 Fix compatibility with upcoming Sphinx 1.2. by Georg Brandl · 11 years ago
  46. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  47. 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 11 years ago
  48. c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  49. 0f79cac Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  50. 986b5ee Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  51. 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  52. b82300b Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  53. 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  54. a5ab761 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  55. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  56. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  57. 9727880 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  58. b563d4b LOL - 2.7 requires very different code. Annoying ;-) by Tim Peters · 11 years ago
  59. 641d621 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  60. 090588e Minor grammar fix. by Georg Brandl · 11 years ago
  61. e3e4c9a Fix wrong link. by Georg Brandl · 11 years ago
  62. 4fe1260 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  63. 6f2ec18 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  64. 2808a12 Closes #19178: backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  65. 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  66. 3456d47 Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  67. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  68. 09289af Fix typo in function name. by Georg Brandl · 11 years ago
  69. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 11 years ago
  70. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  71. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  72. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  73. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  74. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  75. 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  76. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  77. e0f6d59 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 11 years ago
  78. 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  79. e8c52e1 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  80. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  81. 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  82. 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 11 years ago
  83. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 11 years ago
  84. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  85. 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago
  86. d796cdb Fix typo. by Georg Brandl · 11 years ago
  87. 75c3a04 Fix strange deprecation version. by Georg Brandl · 11 years ago
  88. ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 11 years ago
  89. bcc55d6 Fix small grammar mistake. by Georg Brandl · 11 years ago
  90. b3d6fe3 Small logical fix in filter() example description. by Georg Brandl · 11 years ago
  91. 9642688 Clarify section about source code encoding. by Georg Brandl · 11 years ago
  92. 6451ae6 Fix missing period. by Georg Brandl · 11 years ago
  93. f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 11 years ago
  94. 76834a1 Fix merging mistake: wrong Python version. by Georg Brandl · 11 years ago
  95. 15d9fe7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 11 years ago
  96. b2efdee Small clarification in extending docs. by Georg Brandl · 11 years ago
  97. cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  98. d6d26ec Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  99. c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 11 years ago
  100. c3eb868 Fix some PEP8 in curses HOWTO. by Georg Brandl · 11 years ago