1. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  2. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  3. 62a2338 Set a default BasePlatformToolset to allow the ICC buildbot to build. by Zachary Ware · 9 years ago
  4. 0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) by Benjamin Peterson · 9 years ago
  5. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  6. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  7. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  8. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  9. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  10. 80277ed Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  11. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  12. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  13. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  14. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  15. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  16. cdbe6fc we don't care about python 1.5.2 by Benjamin Peterson · 9 years ago
  17. 68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  18. c6fe4db Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  19. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 9 years ago
  20. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  21. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  22. 46d4ed1 Fixes OpenSSL directory reference by Steve Dower · 9 years ago
  23. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  24. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  25. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  26. 10c997a Close #23963: Fix building with original OpenSSL sources. by Zachary Ware · 9 years ago
  27. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  28. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  29. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  30. 8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  31. 26040e8 'not' is very important here by Benjamin Peterson · 9 years ago
  32. 678e7a9 tighten warning by Benjamin Peterson · 9 years ago
  33. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  34. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  35. e6f87fc Update Docs/tools/susp-ignored.csv by Zachary Ware · 9 years ago
  36. 6c5824a Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  37. 96ae7fa Merge heads by Benjamin Peterson · 9 years ago
  38. 3ce0b06 'free-after-use' is not a bug :) (closes #24568) by Benjamin Peterson · 9 years ago
  39. b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  40. 3995421 #24548: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  41. 14f233e Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  42. e079936 Issue #24525: Add missing word. Patch by Vincent Legoll. by Terry Jan Reedy · 9 years ago
  43. 3dd3d7c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  44. 99e36b9 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  45. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  46. 97cceac Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  47. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  48. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 9 years ago
  49. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 9 years ago
  50. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  51. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  52. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  53. 1ecb5ce Issue #24496: Backport gzip examples to Python 2. by Berker Peksag · 9 years ago
  54. 6750c8b Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  55. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 9 years ago
  56. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  57. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 9 years ago
  58. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  59. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  60. 0e4497a Deprecate unused scripts in Tools/buildbot. by Zachary Ware · 9 years ago
  61. 2409c1f Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  62. 0e8af34 Issue #24443: Fix links for Event.clear() and Event.wait() methods. by Berker Peksag · 9 years ago
  63. 039573d whitespace by Terry Jan Reedy · 9 years ago
  64. f4ae913 Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  65. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  66. e1076aa Clean up/refactor the batch scripts used for building on Windows. by Zachary Ware · 9 years ago
  67. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  68. e44cbe7 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  69. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  70. 822be2e that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  71. 9c933e6 Generates installer product codes for future releases. by Steve Dower · 9 years ago
  72. e629fef Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  73. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 9 years ago
  74. 43a98df Issue #24357: use example.org instead by Ned Deily · 9 years ago
  75. 14c9ea6 Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  76. cc06dbf sync opcode prediction code with python 3 by Benjamin Peterson · 9 years ago
  77. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  78. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 9 years ago
  79. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  80. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  81. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 9 years ago
  82. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  83. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  84. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  85. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  86. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  87. 78ba242 update for 3.6 emerging by Benjamin Peterson · 9 years ago
  88. ad73b5a Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  89. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  90. 902176b Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  91. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  92. 9142168 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  93. 3dc4082 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  94. 13ab3a4 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  95. 60ab9cc 2.7.10+ by Benjamin Peterson · 9 years ago
  96. 5bd3be8 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  97. 5546fac Added tag v2.7.10 for changeset 15c95b7d81dc by Benjamin Peterson · 9 years ago
  98. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  99. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  100. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago