1. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  2. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  3. f0039d1 fix unused variable warnings in pysqlite (closes #27967) by Benjamin Peterson · 9 years ago
  4. 28e2771 Backed out changeset 8b6be1341770 by Benjamin Peterson · 9 years ago
  5. bbc8fe1 remove long double from ctypes value union by Benjamin Peterson · 9 years ago
  6. 9940633 Issue #26470: Use short name rather than name for compression name to fix #27958. by Christian Heimes · 9 years ago
  7. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 9 years ago
  8. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 9 years ago
  9. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  10. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 9 years ago
  11. f859d0d move declaration to top of the function to appease the c89 gods by Benjamin Peterson · 9 years ago
  12. aa187c6 rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944) by Benjamin Peterson · 9 years ago
  13. 118eb65 Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible by Zachary Ware · 9 years ago
  14. 91a9c78 Issue #27407: Add prepare_ssl.py to 2.7 by Zachary Ware · 9 years ago
  15. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 9 years ago
  16. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  17. e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 9 years ago
  18. 0ca4b6f Issue #27888: Prevent Windows installer from displaying console windows and failing when pip cannot be installed/uninstalled. by Steve Dower · 9 years ago
  19. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  20. 56c5152 Issue #27706: Document that random.seed() is non-deterministic when PYTHONHASHSEED is enabled by Raymond Hettinger · 9 years ago
  21. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 9 years ago
  22. 580ca65 Backport spelling fix. by Terry Jan Reedy · 9 years ago
  23. 02c0c0b Issue #27870: A left shift of zero by a large integer no longer attempts to allocate large amounts of memory. by Mark Dickinson · 9 years ago
  24. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  25. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 9 years ago
  26. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  27. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 9 years ago
  28. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 9 years ago
  29. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 9 years ago
  30. 68854fd #2466: fix test failure on windows. by R David Murray · 9 years ago
  31. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
  32. 89446b2 Issue #25604: Fix bug in integer true division that could have resulted in off-by-one-ulp results in unusual cases. by Mark Dickinson · 9 years ago
  33. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  34. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  35. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 9 years ago
  36. 9949676 Fix some spelling errors by Martin Panter · 9 years ago
  37. 3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 9 years ago
  38. 42e9d94 Fix a refleak in call_maybe() by Victor Stinner · 9 years ago
  39. c9921d3 Fix a refleak in call_method() by Victor Stinner · 9 years ago
  40. aed5a4e rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  41. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 9 years ago
  42. 0f3596a do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  43. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  44. b97001e Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 9 years ago
  45. 98ba455 Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 9 years ago
  46. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  47. 6c08d96 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  48. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  49. d81ad0d check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  50. 04a5385 fix possible overflow in encode_basestring_ascii (#23369) by Benjamin Peterson · 9 years ago
  51. 4ae4e7c #27753: fix typo (name->named). by R David Murray · 9 years ago
  52. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 9 years ago
  53. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 9 years ago
  54. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 9 years ago
  55. fa1ce08 Issue #27205: Fix doctests in Doc/library/collections.rst by Zachary Ware · 9 years ago
  56. d379d63 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 9 years ago
  57. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 9 years ago
  58. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  59. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 9 years ago
  60. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  61. cc8929b https link to the bug tracker (closes #27670) by Benjamin Peterson · 9 years ago
  62. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 9 years ago
  63. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 9 years ago
  64. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 9 years ago
  65. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  66. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  67. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 9 years ago
  68. 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 9 years ago
  69. 2e1a340 ctypes: fix CThunkObject_new() by Victor Stinner · 9 years ago
  70. 2a0438d Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 9 years ago
  71. 1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module by Martin Panter · 9 years ago
  72. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 9 years ago
  73. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 9 years ago
  74. 0c08fe0 Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 9 years ago
  75. 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 9 years ago
  76. 65e0d8c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago
  77. 373773d Issue #27473: Fixed possible integer overflow in str, unicode and bytearray by Serhiy Storchaka · 9 years ago
  78. bf2dca9 English spelling and grammar fixes by Martin Panter · 9 years ago
  79. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  80. 8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 9 years ago
  81. 2d2e6be [port to 2.7] - Issue #27466: Change time format returned by by Senthil Kumaran · 9 years ago
  82. e5fa8b0 initialize variable to appease gcc by Benjamin Peterson · 9 years ago
  83. 42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 9 years ago
  84. 64c8275 reduce marshal stack size in debug mode on windows (closes #27019) by Benjamin Peterson · 9 years ago
  85. ee69451 fix refleaks in PyDict_SetItem error cases (closes #27248) by Benjamin Peterson · 9 years ago
  86. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  87. 65be04c Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 9 years ago
  88. 77c9106 Fixed a test for issue23908 with C locale. by Serhiy Storchaka · 9 years ago
  89. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 9 years ago
  90. 3626e5e Issue #4945: Improved the documenting of boolean arguments in the json module. by Serhiy Storchaka · 9 years ago
  91. bc44893 Issue #27416: clarify copy doc by Victor Stinner · 9 years ago
  92. 2b8f094 Adds batch file for building nuget package, and includes libs folder by Steve Dower · 9 years ago
  93. 094338e Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 9 years ago
  94. 199b7d5 Issue #22115: Fixed tracing Tkinter variables. by Serhiy Storchaka · 9 years ago
  95. 0c67a5f post 2.7.12 version by Benjamin Peterson · 9 years ago
  96. 1d6879b merge 2.7.12 release branch by Benjamin Peterson · 9 years ago
  97. 96da94b Added tag v2.7.12 for changeset d33e0cf91556 by Benjamin Peterson · 9 years ago
  98. 1fae982 2.7.12 final by Benjamin Peterson · 9 years ago
  99. 4da5815 Adds scripts for building nuget packages. by Steve Dower · 9 years ago
  100. ff0d875 array.buffer_info() should return a length as int, not long, for compatibility. by Serhiy Storchaka · 9 years ago