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