1. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 8 years ago
  2. b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 8 years ago
  3. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  4. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  5. 9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  6. 2bf60cb Issue #19450: Update Windows builds to use SQLite 3.8.11.0. by Steve Dower · 9 years ago
  7. a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
  8. deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  9. 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  10. 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  11. b3fbbf4 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 9 years ago
  12. 69b7f81 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  13. b5805b5 Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 9 years ago
  14. 4ddb44a properly use PyObject_CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  15. 87640b3 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  16. a61bfdb Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  17. 79f657c Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. by Serhiy Storchaka · 9 years ago
  18. b6b1ab4 Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost by Martin Panter · 9 years ago
  19. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  20. 83e9b57 Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 9 years ago
  21. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  22. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  23. 9037834 Issue #26417: Prevent spurious errors and incorrect defaults when by Ned Deily · 9 years ago
  24. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  25. ba8474b Issue #26309: Shut down SocketServer request if verify_request() is false by Martin Panter · 9 years ago
  26. b2e3946 open the cert store readonly by Benjamin Peterson · 9 years ago
  27. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  28. fdb959b Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  29. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 9 years ago
  30. 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 9 years ago
  31. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  32. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 9 years ago
  33. 225e7c0 Issue #22847: Improve method cache efficiency. by Antoine Pitrou · 10 years ago
  34. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  35. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  36. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  37. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  38. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  39. 9b5177c Issue #26147: xmlrpclib now works with unicode not encodable with used by Serhiy Storchaka · 9 years ago
  40. 98d3c19 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  41. 2f173fe Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. by Serhiy Storchaka · 9 years ago
  42. 43beaeb Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__(). by Serhiy Storchaka · 9 years ago
  43. 4ffee61 Issue #25824: Fixes sys.winver to not include any architecture suffix. by Steve Dower · 9 years ago
  44. 71202bb Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  45. a8dbd93 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 9 years ago
  46. 0d207fd Fixes issue #26083: Workaround a subprocess bug that raised an incorrect by Gregory P. Smith · 9 years ago
  47. 607965e Comment out two tests that won't pass now after reverting the typeobject.c by Barry Warsaw · 9 years ago
  48. f65395c Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  49. e01859f Issue #6500: Reverting fbea8ff8db5e since it broke tests by Berker Peksag · 9 years ago
  50. 621d7fd Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request.__getattr__() by Berker Peksag · 9 years ago
  51. f9347e3 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  52. b8e54dd Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  53. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 9 years ago
  54. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  55. 6ed42ea Issue #25827: Add support for ICC to configure by Zachary Ware · 9 years ago
  56. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  57. 64fa45a Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing by Gregory P. Smith · 9 years ago
  58. 15a6c42 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  59. 3afd9c1 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 9 years ago
  60. 0c13d1a merge 2.7.11 branch by Benjamin Peterson · 9 years ago
  61. 11fc030 2.7.11 final by Benjamin Peterson · 9 years ago
  62. fe5c64f merge 2.7.11 branch by Benjamin Peterson · 9 years ago
  63. 167910a add CVE and issue number by Benjamin Peterson · 9 years ago
  64. 7e59ce8 Issue #14285: Do not catch ImportError from __init__.py in runpy by Martin Panter · 9 years ago
  65. ab68fca Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  66. e37003e Issue #19543: Added Py3k warning for decoding unicode. by Serhiy Storchaka · 9 years ago
  67. 2329eed Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  68. e08496b Closes #25742: locale.setlocale() now accepts a Unicode string for its second by Victor Stinner · 9 years ago
  69. 9baa568 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  70. ee1b24c Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  71. 282e831 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  72. 8d30ad7 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  73. 80767a3 Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  74. 96bc175 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  75. b3d8b59 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  76. 5c13766 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  77. 71f8dd7 rm duplicate entry by Benjamin Peterson · 9 years ago
  78. b37d9b4 merge 2.7.11 release branch by Benjamin Peterson · 9 years ago
  79. 5323ed3 Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang. by Benjamin Peterson · 9 years ago
  80. 37c02ac Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  81. 4d04361 news section for 2.7.12 by Benjamin Peterson · 9 years ago
  82. 85592c9 post rc1 updates by Benjamin Peterson · 9 years ago
  83. c6f13db bump to 2.7.11rc1 by Benjamin Peterson · 9 years ago
  84. a3ce2e5 Misc/NEWS entries for IDLE. by Terry Jan Reedy · 9 years ago
  85. 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 9 years ago
  86. 2a6c2c9 Close #10128: don't rerun __main__.py in multiprocessing by Nick Coghlan · 9 years ago
  87. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  88. 5d7d26c Issue #25388: Fixed tokenizer hang when processing undecodable source code by Serhiy Storchaka · 9 years ago
  89. ef2b2f4 Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  90. fedcf94 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  91. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  92. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  93. c54b8ce Issue #7759: Fixed the mhlib module on filesystems that doesn't support by Serhiy Storchaka · 9 years ago
  94. d0ee226 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  95. e192d0b Issue #7267: format(int, 'c') now raises OverflowError when the argument is not by Victor Stinner · 9 years ago
  96. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  97. 43415ba Issue #18010: Fix pydoc GUI search to handle package exceptions by Martin Panter · 9 years ago
  98. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  99. 09ba984 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  100. fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago