1. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  2. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 9 years ago
  3. 46d4ed1 Fixes OpenSSL directory reference by Steve Dower · 9 years ago
  4. 4306063 Issue #24568: fix typo. by Raymond Hettinger · 9 years ago
  5. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  6. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  7. 10c997a Close #23963: Fix building with original OpenSSL sources. by Zachary Ware · 9 years ago
  8. 79d0e72 Backport b80d141a044e by Zachary Ware · 9 years ago
  9. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  10. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  11. 8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  12. 26040e8 'not' is very important here by Benjamin Peterson · 9 years ago
  13. 678e7a9 tighten warning by Benjamin Peterson · 9 years ago
  14. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  15. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  16. e6f87fc Update Docs/tools/susp-ignored.csv by Zachary Ware · 9 years ago
  17. 6c5824a Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  18. 96ae7fa Merge heads by Benjamin Peterson · 9 years ago
  19. 3ce0b06 'free-after-use' is not a bug :) (closes #24568) by Benjamin Peterson · 9 years ago
  20. b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  21. 3995421 #24548: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  22. 14f233e Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  23. e079936 Issue #24525: Add missing word. Patch by Vincent Legoll. by Terry Jan Reedy · 9 years ago
  24. 3dd3d7c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  25. 99e36b9 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  26. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  27. 97cceac Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  28. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  29. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 9 years ago
  30. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 9 years ago
  31. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  32. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  33. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  34. 1ecb5ce Issue #24496: Backport gzip examples to Python 2. by Berker Peksag · 9 years ago
  35. 6750c8b Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  36. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 9 years ago
  37. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  38. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 9 years ago
  39. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  40. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  41. 0e4497a Deprecate unused scripts in Tools/buildbot. by Zachary Ware · 9 years ago
  42. 2409c1f Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  43. 0e8af34 Issue #24443: Fix links for Event.clear() and Event.wait() methods. by Berker Peksag · 9 years ago
  44. 039573d whitespace by Terry Jan Reedy · 9 years ago
  45. f4ae913 Issue #24406: Add sentences on dict comparisons, similar to those for Sequence by Terry Jan Reedy · 9 years ago
  46. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  47. e1076aa Clean up/refactor the batch scripts used for building on Windows. by Zachary Ware · 9 years ago
  48. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  49. e44cbe7 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. by Steve Dower · 9 years ago
  50. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  51. 822be2e that this is "for Python" is obvious by Benjamin Peterson · 9 years ago
  52. 9c933e6 Generates installer product codes for future releases. by Steve Dower · 9 years ago
  53. e629fef Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  54. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 9 years ago
  55. 43a98df Issue #24357: use example.org instead by Ned Deily · 9 years ago
  56. 14c9ea6 Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  57. cc06dbf sync opcode prediction code with python 3 by Benjamin Peterson · 9 years ago
  58. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  59. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 9 years ago
  60. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  61. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  62. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 9 years ago
  63. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  64. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  65. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  66. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 9 years ago
  67. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  68. 78ba242 update for 3.6 emerging by Benjamin Peterson · 9 years ago
  69. ad73b5a Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  70. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 9 years ago
  71. 902176b Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  72. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  73. 9142168 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  74. 3dc4082 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  75. 13ab3a4 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  76. 60ab9cc 2.7.10+ by Benjamin Peterson · 9 years ago
  77. 5bd3be8 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  78. 5546fac Added tag v2.7.10 for changeset 15c95b7d81dc by Benjamin Peterson · 9 years ago
  79. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  80. fa3d5b5 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  81. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 9 years ago
  82. bd2f9c2 Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  83. b1f3797 merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  84. a71a4f4 make idlever.py self-updating (closes #24199) by Benjamin Peterson · 9 years ago
  85. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  86. d9ac817 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  87. 0ad379c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  88. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  89. 3220849 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  90. bc50466 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  91. 9eb0c0e Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  92. 49f2ccf Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  93. 2312009 Issue #24222: Fix regression introduced with idlelib/PyShell.py future print by Terry Jan Reedy · 9 years ago
  94. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  95. 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  96. 51dbc9a Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  97. 84924e6 Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter by Terry Jan Reedy · 9 years ago
  98. 4b2c468 Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for by Serhiy Storchaka · 9 years ago
  99. c8059e4 Issue #24199: Stop using idelver in aboutdialog. by Terry Jan Reedy · 9 years ago
  100. d6c1c1e Added tests for more builtin types. by Serhiy Storchaka · 9 years ago