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