1. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 9 years ago
  2. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 9 years ago
  3. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  4. 46550ff skip test on windows by Benjamin Peterson · 9 years ago
  5. d7cfae9 fix bug in 48797808a302 by Benjamin Peterson · 9 years ago
  6. 38297d7 skip test if resizing is not supported by Benjamin Peterson · 9 years ago
  7. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 9 years ago
  8. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  9. 317d350 Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  10. b8a1a27 Issue #27358: Backported tests. by Serhiy Storchaka · 9 years ago
  11. 78b634d Issue #28257: Backported a test. by Serhiy Storchaka · 9 years ago
  12. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  13. 8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 9 years ago
  14. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 9 years ago
  15. 32d74e1 Remove disabled ctypes test by Martin Panter · 9 years ago
  16. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  17. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 9 years ago
  18. c812009 Issue #27897: Backported tests. by Serhiy Storchaka · 9 years ago
  19. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 9 years ago
  20. 0259c66 Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 9 years ago
  21. cae6430 merge by Christian Heimes · 9 years ago
  22. e56fb8f Add Lib/test/ssltests.py for faster testing of OpenSSL by Christian Heimes · 9 years ago
  23. 1de99f7 Issue #26513: Use winver.product_type instead of .product by Steve Dower · 9 years ago
  24. db01b3e Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  25. 75b2c5f Issue #24363: Continue parsing HTTP header in spite of invalid lines by Martin Panter · 9 years ago
  26. 12c8855 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 9 years ago
  27. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  28. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  29. 0b5f22d Backported tests for issue #28070. by Serhiy Storchaka · 9 years ago
  30. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  31. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 9 years ago
  32. ad6a99c Correct print() calls to print a blank line in various test cases by Martin Panter · 9 years ago
  33. 7f8ce85 Issue #28019: Backported additional tests for itertools.count(). by Serhiy Storchaka · 9 years ago
  34. 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  35. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  36. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  37. 6ddd927 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  38. 77ba596 Disable test_gdb.PrettyPrintTests when compiled with optimizations, by Gregory P. Smith · 9 years ago
  39. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 9 years ago
  40. cb20a21 skip two test_gdb tests that fail when compiled in profile-opt mode: by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  41. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  42. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 9 years ago
  43. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  44. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  45. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 9 years ago
  46. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  47. 6663eb6 Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 9 years ago
  48. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  49. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  50. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 9 years ago
  51. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 9 years ago
  52. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  53. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 9 years ago
  54. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 9 years ago
  55. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  56. 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
  57. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  58. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 9 years ago
  59. 580ca65 Backport spelling fix. by Terry Jan Reedy · 9 years ago
  60. 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
  61. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  62. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 9 years ago
  63. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  64. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 9 years ago
  65. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 9 years ago
  66. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 9 years ago
  67. 68854fd #2466: fix test failure on windows. by R David Murray · 9 years ago
  68. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 9 years ago
  69. 7ff1b62 Fix typo in IDLE News. by Terry Jan Reedy · 9 years ago
  70. 7a2a586 Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. by Terry Jan Reedy · 9 years ago
  71. 5055612 Issue #27714: Remove unneeded non-idempotent call that fails on retest. by Terry Jan Reedy · 9 years ago
  72. 3911d83 Issue #27614: Avoid race in test_docxmlrpc server setup by Martin Panter · 9 years ago
  73. 1872d94 Issue #27611: Don't import volatile attribute. by Terry Jan Reedy · 9 years ago
  74. 505989c fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  75. 285a253 Upgrade setuptools/pip to to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  76. f670120 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  77. af0b38f Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 9 years ago
  78. 0f0ead5 Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks by Terry Jan Reedy · 9 years ago
  79. 5c715b0 Correct misspellings of ISO-8859 by Martin Panter · 9 years ago
  80. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 9 years ago
  81. e1f3afb Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  82. 3d36f0f Spelling and grammar fixes in code comments and documentation by Martin Panter · 9 years ago
  83. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 9 years ago
  84. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 9 years ago
  85. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  86. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 9 years ago
  87. e2eacc0 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Martin Panter · 9 years ago
  88. 1e411c5 Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module by Martin Panter · 9 years ago
  89. cdb8be4 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 9 years ago
  90. 6c4fa70 make too many nested blocks be a SyntaxError instead of a SystemError (closes #27514) by Benjamin Peterson · 9 years ago
  91. 65e0d8c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago
  92. bf2dca9 English spelling and grammar fixes by Martin Panter · 9 years ago
  93. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  94. 8c6849b Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 9 years ago
  95. 2d2e6be [port to 2.7] - Issue #27466: Change time format returned by by Senthil Kumaran · 9 years ago
  96. 64c8275 reduce marshal stack size in debug mode on windows (closes #27019) by Benjamin Peterson · 9 years ago
  97. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  98. 65be04c Issue #27452: add line counter and crc to IDLE configHandler test dump. by Terry Jan Reedy · 9 years ago
  99. 77c9106 Fixed a test for issue23908 with C locale. by Serhiy Storchaka · 9 years ago
  100. 3c9ce74 Issue #23908: os functions, open() and the io.FileIO constructor now reject by Serhiy Storchaka · 9 years ago