1. 5397c97 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 12 years ago
  2. eccf9c2 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 12 years ago
  3. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 12 years ago
  4. 47fe468 Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 12 years ago
  5. 086840a merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  6. 2785195 2.7.6 final by Benjamin Peterson · 12 years ago
  7. c47d723 Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 12 years ago
  8. b814745 #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 12 years ago
  9. 1185273 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 12 years ago
  10. 52c48fd Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6. by Ned Deily · 12 years ago
  11. 768e847 Remove merge artifact from Misc/NEWS by Nick Coghlan · 12 years ago
  12. 6a98749 Close #17827: Document codecs.encode & codecs.decode by Nick Coghlan · 12 years ago
  13. 57d35c6 Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the by Zachary Ware · 12 years ago
  14. 14b38f5 Issue #17883: Backport test.test_support._is_gui_available() by Zachary Ware · 12 years ago
  15. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  16. 31b9c84 Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 12 years ago
  17. 8630f16 Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of by Serhiy Storchaka · 12 years ago
  18. 42fa9ec Update NEWS by Jason R. Coombs · 12 years ago
  19. dd80816 Issue #19085: Added basic tests for all tkinter widget options. by Serhiy Storchaka · 12 years ago
  20. a40f5b5 merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  21. 9fa6a8b fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files. by Benjamin Peterson · 12 years ago
  22. 1fdc702 Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are by Serhiy Storchaka · 12 years ago
  23. ae7894c merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  24. 1ef959a use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 12 years ago
  25. 5dba9f6 merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  26. e18b82d backport #19426 by Benjamin Peterson · 12 years ago
  27. 1c760ca Issue #19426: Fixed the opening of Python source file with specified encoding. by Serhiy Storchaka · 12 years ago
  28. 8f8ca76 add 2.7.7 news header by Benjamin Peterson · 12 years ago
  29. 07ffc78 2.7.6rc1 by Benjamin Peterson · 12 years ago
  30. 657d06b just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 12 years ago
  31. 7c5ba45 Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 12 years ago
  32. f84b531 Issue #19019: Change the OS X installer build script to use CFLAGS instead by Ned Deily · 12 years ago
  33. 0203a80 Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ by Ned Deily · 12 years ago
  34. a2a9f57 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 12 years ago
  35. 22fb0de Issue #19327: Fixed the working of regular expressions with too big charset. by Serhiy Storchaka · 12 years ago
  36. 2147857 Increase macurl2path test coverage by Senthil Kumaran · 12 years ago
  37. 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 · 12 years ago
  38. 1793485 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 12 years ago
  39. 51c4d72 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the by Christian Heimes · 12 years ago
  40. bc38548 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 12 years ago
  41. 2585e1e Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Serhiy Storchaka · 12 years ago
  42. f105672 Issue #19279: UTF-7 decoder no more produces illegal unicode strings. by Serhiy Storchaka · 12 years ago
  43. 2f4e764 Remove redundant empty lines. by Serhiy Storchaka · 12 years ago
  44. 7137803 Issue #19276: Fixed the wave module on 64-bit big-endian platforms. by Serhiy Storchaka · 12 years ago
  45. a5cd255 Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging by Victor Stinner · 12 years ago
  46. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  47. 0fa0173 Issue #18919: Added tests for the sunau module. Unified and extended tests by Serhiy Storchaka · 12 years ago
  48. 36f6e2c Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n)) by Mark Dickinson · 12 years ago
  49. 62a1929 Issue #18458: Prevent crashes with newer versions of libedit. Its readline by Ned Deily · 12 years ago
  50. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 12 years ago
  51. 986b5ee Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 12 years ago
  52. b82300b Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 12 years ago
  53. 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 12 years ago
  54. fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset by Serhiy Storchaka · 12 years ago
  55. d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 12 years ago
  56. 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 12 years ago
  57. e763a91 Fix typo in NEWS file. by Barry Warsaw · 12 years ago
  58. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  59. c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 12 years ago
  60. 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 12 years ago
  61. 87c99a0 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 12 years ago
  62. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 12 years ago
  63. cfa5574 Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 12 years ago
  64. d6fddf3 - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by by Barry Warsaw · 12 years ago
  65. 4e95d60 - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to by Barry Warsaw · 12 years ago
  66. 60bf0e4 Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3 by Serhiy Storchaka · 12 years ago
  67. c64566e #19037: adjust file times *before* moving maildir files into place. by R David Murray · 12 years ago
  68. e787bce Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python by Serhiy Storchaka · 12 years ago
  69. 74213e4 Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  70. 4189b67 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 12 years ago
  71. 503baf9 #16042: CVE-2013-1752: Limit amount of data read by limiting the call to readline(). by Andrew Kuchling · 12 years ago
  72. 39659f2 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 12 years ago
  73. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 12 years ago
  74. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  75. e03c74a Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 12 years ago
  76. 7d12ca5 Fix a typo. (closes #18953) by Serhiy Storchaka · 12 years ago
  77. 050e9e5 Closes issue 14971. by Michael Foord · 12 years ago
  78. 8c7e925 Close #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 12 years ago
  79. cf29ba8 Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 12 years ago
  80. 6db9e88 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 12 years ago
  81. 930c3c9 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 12 years ago
  82. 213fec4 Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 12 years ago
  83. 4c42735 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 12 years ago
  84. 33fc744 Issue #18851: Avoid a double close of subprocess pipes when the child process fails starting. by Antoine Pitrou · 12 years ago
  85. 30a5445 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 12 years ago
  86. 879a213 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 12 years ago
  87. 42831fe Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 12 years ago
  88. 8ee5ffd Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 12 years ago
  89. 82f8828 - Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Barry Warsaw · 12 years ago
  90. b445558 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 12 years ago
  91. 2ac1c1a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 12 years ago
  92. ac64164 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 12 years ago
  93. 78254dc Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 12 years ago
  94. 4203570 Issue #17119: Fixed integer overflows when processing large Unicode strings by Serhiy Storchaka · 12 years ago
  95. b817faa Issue #15233: Python now guarantees that callables registered with the atexit by Charles-François Natali · 12 years ago
  96. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 12 years ago
  97. c360389 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 12 years ago
  98. a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
  99. 1010781 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 12 years ago
  100. ec8c219 add missing # by Christian Heimes · 12 years ago