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