1. 92b2b48 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. by Ned Deily · 11 years ago
  2. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 11 years ago
  3. 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 11 years ago
  4. 9e8f523 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 11 years ago
  5. dabfc56 smtplib: limit amount read from the network (closes #16042) by Benjamin Peterson · 11 years ago
  6. faad6bb in poplib, limit maximum line length that we read from the network (closes #16041) by Benjamin Peterson · 11 years ago
  7. f8c8d2e backout fac649bf2d10 (#9179) for further consideration by Benjamin Peterson · 11 years ago
  8. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 11 years ago
  9. af358ef 2.7.9rc1 by Benjamin Peterson · 11 years ago
  10. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 11 years ago
  11. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 11 years ago
  12. 7982834 add NEWS note for #22921 by Benjamin Peterson · 11 years ago
  13. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 11 years ago
  14. fc419fb Add regression issue number to Misc/NEWS entry. by Antoine Pitrou · 11 years ago
  15. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 11 years ago
  16. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 11 years ago
  17. 3010182 Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip. by Ned Deily · 11 years ago
  18. e927757 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 11 years ago
  19. 069bdcb Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 11 years ago
  20. 15ea870 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 11 years ago
  21. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  22. 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 11 years ago
  23. 93c4133 allow keyfile argument to be None (closes #22787) by Benjamin Peterson · 11 years ago
  24. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 11 years ago
  25. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 11 years ago
  26. 33db23f Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 11 years ago
  27. 247b644 Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 11 years ago
  28. a79d6f4 Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 11 years ago
  29. e9e54ae Issue #17381: Fixed ranges handling in case-insensitive regular expressions. by Serhiy Storchaka · 11 years ago
  30. c04fcd4 Backported the optimization of compiling charsets in regular expressions by Serhiy Storchaka · 11 years ago
  31. d4c7290 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 11 years ago
  32. 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 11 years ago
  33. af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
  34. 10229a4 Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 11 years ago
  35. 8031566 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  36. 47ff6fa Fix badly merged NEWS item. by Zachary Ware · 11 years ago
  37. 9d780a2 add back NEWS entries removed by 1c2c44313408 by Benjamin Peterson · 11 years ago
  38. 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
  39. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  40. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
  41. 9b1d670 Issue #21591: Handle exec backwards compatibility in the AST builder. by Dirkjan Ochtman · 11 years ago
  42. c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 11 years ago
  43. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  44. 6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 11 years ago
  45. 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 11 years ago
  46. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  47. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
  48. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  49. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  50. 7f7d99c Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 11 years ago
  51. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  52. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  53. e2d1e64 add # by Benjamin Peterson · 11 years ago
  54. 0fb88f7 correct ref counting of default_action (closes #22017) by Benjamin Peterson · 11 years ago
  55. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  56. 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 11 years ago
  57. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  58. 4761934 Idle News entries. by Terry Jan Reedy · 11 years ago
  59. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 11 years ago
  60. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 11 years ago
  61. f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
  62. cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. by Berker Peksag · 11 years ago
  63. 04a37be Issue #21811: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  64. 7ce6a96 after 2.7.8 by Benjamin Peterson · 11 years ago
  65. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago
  66. 4becf85 don't allow unicode into type_map on Windows (closes #21652) by Benjamin Peterson · 11 years ago
  67. df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 11 years ago
  68. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  69. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  70. 5329681 Add news entry for 21832 by Raymond Hettinger · 11 years ago
  71. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  72. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
  73. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 11 years ago
  74. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 11 years ago
  75. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 11 years ago
  76. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 11 years ago
  77. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  78. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
  79. 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 11 years ago
  80. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
  81. 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 11 years ago
  82. 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 11 years ago
  83. 75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 11 years ago
  84. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 11 years ago
  85. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 11 years ago
  86. 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 11 years ago
  87. 562495a Issue #18910: Add unittest for textView. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  88. 6e66cb0 Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. by Terry Jan Reedy · 11 years ago
  89. 8ba9e45 Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  90. 9ce635f Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
  91. 79fa98a Issue #19656: Running Python with the -3 option now also warns about by Serhiy Storchaka · 11 years ago
  92. e75a555 Issue #21605: Added tests for Tkinter images. by Serhiy Storchaka · 11 years ago
  93. 48f2e99 backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304) by Benjamin Peterson · 11 years ago
  94. 15e5a16 merge 2.7.7 release branch by Benjamin Peterson · 11 years ago
  95. de50cdf fix news header by Benjamin Peterson · 11 years ago
  96. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 11 years ago
  97. 2a0220b Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 11 years ago
  98. 0344a06 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 11 years ago
  99. edb6428 Issue #21402: tkinter.ttk now works when default root window is not set. by Serhiy Storchaka · 11 years ago
  100. 49b2086 Issue #21493: Added test for ntpath.expanduser(). Original patch by by Serhiy Storchaka · 11 years ago