1. 86ef95d Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by by Serhiy Storchaka · 10 years ago
  2. 2c1f376 Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  3. 20994f1 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 10 years ago
  4. 016487b add 2.7.10 news section by Benjamin Peterson · 10 years ago
  5. af358ef 2.7.9rc1 by Benjamin Peterson · 10 years ago
  6. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 10 years ago
  7. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 10 years ago
  8. 7982834 add NEWS note for #22921 by Benjamin Peterson · 10 years ago
  9. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 10 years ago
  10. fc419fb Add regression issue number to Misc/NEWS entry. by Antoine Pitrou · 10 years ago
  11. b9a4501 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when by Antoine Pitrou · 10 years ago
  12. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 10 years ago
  13. 3010182 Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip. by Ned Deily · 10 years ago
  14. e927757 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  15. 069bdcb Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  16. 15ea870 Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  17. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  18. 7a02582 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  19. 93c4133 allow keyfile argument to be None (closes #22787) by Benjamin Peterson · 10 years ago
  20. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 10 years ago
  21. 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  22. 21a2350 Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  23. 33db23f Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  24. 247b644 Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  25. a79d6f4 Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  26. e9e54ae Issue #17381: Fixed ranges handling in case-insensitive regular expressions. by Serhiy Storchaka · 10 years ago
  27. c04fcd4 Backported the optimization of compiling charsets in regular expressions by Serhiy Storchaka · 10 years ago
  28. d4c7290 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  29. 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  30. cae81d0 #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  31. 9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  32. af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 10 years ago
  33. 10229a4 Issue #22644: Update the Windows build to OpenSSL 1.0.1j by Zachary Ware · 10 years ago
  34. 8031566 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  35. 47ff6fa Fix badly merged NEWS item. by Zachary Ware · 10 years ago
  36. 9d780a2 add back NEWS entries removed by 1c2c44313408 by Benjamin Peterson · 10 years ago
  37. b29ab4a Merge. by Charles-François Natali · 10 years ago
  38. 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  39. 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 10 years ago
  40. 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  41. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  42. f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  43. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 10 years ago
  44. c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  45. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 10 years ago
  46. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 10 years ago
  47. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 10 years ago
  48. 9b1d670 Issue #21591: Handle exec backwards compatibility in the AST builder. by Dirkjan Ochtman · 10 years ago
  49. c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 10 years ago
  50. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  51. 6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
  52. 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 10 years ago
  53. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  54. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 10 years ago
  55. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  56. e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  57. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 10 years ago
  58. 7f7d99c Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 10 years ago
  59. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  60. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 10 years ago
  61. e2d1e64 add # by Benjamin Peterson · 10 years ago
  62. 0fb88f7 correct ref counting of default_action (closes #22017) by Benjamin Peterson · 10 years ago
  63. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  64. 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 10 years ago
  65. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  66. 4761934 Idle News entries. by Terry Jan Reedy · 10 years ago
  67. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  68. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 10 years ago
  69. f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 10 years ago
  70. cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. by Berker Peksag · 10 years ago
  71. 04a37be Issue #21811: Add Misc/NEWS entry. by Ned Deily · 10 years ago
  72. 7ce6a96 after 2.7.8 by Benjamin Peterson · 10 years ago
  73. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 10 years ago
  74. 4becf85 don't allow unicode into type_map on Windows (closes #21652) by Benjamin Peterson · 10 years ago
  75. df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 10 years ago
  76. 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  77. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 10 years ago
  78. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  79. 5329681 Add news entry for 21832 by Raymond Hettinger · 10 years ago
  80. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  81. b23eef5 add Chris Foster by Benjamin Peterson · 10 years ago
  82. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 10 years ago
  83. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  84. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  85. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 10 years ago
  86. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  87. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  88. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  89. a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  90. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 10 years ago
  91. 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 10 years ago
  92. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  93. 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 10 years ago
  94. 05b0a1b Issue #21310: Fixed possible resource leak in failed open(). by Serhiy Storchaka · 10 years ago
  95. 75a55c3 make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) by Benjamin Peterson · 10 years ago
  96. 806f9d7 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  97. c3e1e90 don't remove self from example code in the HTML output (closes #13223) by Benjamin Peterson · 10 years ago
  98. 3afd956 document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  99. 93e51aa allow the keyword else immediately after (no space) an integer (closes #21642) by Benjamin Peterson · 10 years ago
  100. 6b862662 Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h by Zachary Ware · 10 years ago