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