1. ddb9c07 update pydoc topics by Benjamin Peterson · 9 years ago
  2. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 9 years ago
  3. 7653c38 Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests. by Serhiy Storchaka · 9 years ago
  4. 1122236 increase test_smtplib timeouts by Benjamin Peterson · 9 years ago
  5. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 9 years ago
  6. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 9 years ago
  7. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 9 years ago
  8. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  9. 398bc76 Issue #28666: Fix stat import by Martin Panter · 9 years ago
  10. d54d327 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 9 years ago
  11. f0d0306 Issue #28666: Now test.test_support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  12. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  13. bd20530 Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 9 years ago
  14. d3e6c9e Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  15. 536d93d Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 9 years ago
  16. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  17. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 9 years ago
  18. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  19. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  20. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 9 years ago
  21. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  22. d01b516 pip 9.0 works fine without the ssl module by Donald Stufft · 9 years ago
  23. c6c0aa4 Update pip to 9.0.0 and setuptools to 28.7.1 by Donald Stufft · 9 years ago
  24. 5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  25. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
  26. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 9 years ago
  27. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 9 years ago
  28. 59addd6 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 9 years ago
  29. abcd5d5 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 9 years ago
  30. ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 9 years ago
  31. e2a3c77 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 9 years ago
  32. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 9 years ago
  33. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 9 years ago
  34. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 9 years ago
  35. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 9 years ago
  36. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  37. 46550ff skip test on windows by Benjamin Peterson · 9 years ago
  38. d7cfae9 fix bug in 48797808a302 by Benjamin Peterson · 9 years ago
  39. 38297d7 skip test if resizing is not supported by Benjamin Peterson · 9 years ago
  40. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 9 years ago
  41. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  42. 317d350 Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  43. b8a1a27 Issue #27358: Backported tests. by Serhiy Storchaka · 9 years ago
  44. 78b634d Issue #28257: Backported a test. by Serhiy Storchaka · 9 years ago
  45. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  46. 8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 9 years ago
  47. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 9 years ago
  48. 32d74e1 Remove disabled ctypes test by Martin Panter · 9 years ago
  49. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 9 years ago
  50. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 9 years ago
  51. c812009 Issue #27897: Backported tests. by Serhiy Storchaka · 9 years ago
  52. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 9 years ago
  53. 0259c66 Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 9 years ago
  54. cae6430 merge by Christian Heimes · 9 years ago
  55. e56fb8f Add Lib/test/ssltests.py for faster testing of OpenSSL by Christian Heimes · 9 years ago
  56. 1de99f7 Issue #26513: Use winver.product_type instead of .product by Steve Dower · 9 years ago
  57. db01b3e Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  58. 75b2c5f Issue #24363: Continue parsing HTTP header in spite of invalid lines by Martin Panter · 9 years ago
  59. 12c8855 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 9 years ago
  60. 87bcc1d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  61. 8f7d36b Issue #27952: Get fixcid.py working with the re module by Martin Panter · 9 years ago
  62. 0b5f22d Backported tests for issue #28070. by Serhiy Storchaka · 9 years ago
  63. 8b7aff8 IDLE newx items. by Terry Jan Reedy · 9 years ago
  64. fcc8a0f Correct spelling in documentation and code comments by Martin Panter · 9 years ago
  65. ad6a99c Correct print() calls to print a blank line in various test cases by Martin Panter · 9 years ago
  66. 7f8ce85 Issue #28019: Backported additional tests for itertools.count(). by Serhiy Storchaka · 9 years ago
  67. 13b56ef remove fix_callable, callable() was readded long ago in 3.x. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  68. 88c0013 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  69. 019a2e2 Issue #22450: Use "Accept: */*" in the default headers for urllib by Raymond Hettinger · 9 years ago
  70. 6ddd927 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  71. 77ba596 Disable test_gdb.PrettyPrintTests when compiled with optimizations, by Gregory P. Smith · 9 years ago
  72. e62a694 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 9 years ago
  73. 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
  74. 280290a Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  75. ba5480b Issue #27993: Fix problems with the plural “objects” in docs and comments by Martin Panter · 9 years ago
  76. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  77. 6eec878 Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 9 years ago
  78. bf00bc7 Issue #15578: Correctly incref the parent module while importing. by Eric Snow · 9 years ago
  79. 280bc22 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  80. 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
  81. d988f42 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 9 years ago
  82. 499378f suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 9 years ago
  83. b2b734f Issue #27748: Backed out changeset 6137d0ed0a15 by Zachary Ware · 9 years ago
  84. 19071c0 Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 9 years ago
  85. c2fc7c4 Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 9 years ago
  86. 3445827 Issue #27748: Simplify test_winsound. by Zachary Ware · 9 years ago
  87. ef2020f Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 9 years ago
  88. cb25198 Issue #27922: IDLE test_idlehistory no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  89. 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
  90. e7607d4 Issue #27922: IDLE tests no longer flash tk widgets. by Terry Jan Reedy · 9 years ago
  91. 28fb4da Issue #17642: add larger font sizes for classroom projection. by Terry Jan Reedy · 9 years ago
  92. 580ca65 Backport spelling fix. by Terry Jan Reedy · 9 years ago
  93. 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
  94. e63af90 Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory by Serhiy Storchaka · 9 years ago
  95. eac40fd Issue #19884: Avoid spurious output on OS X with Gnu Readline by Martin Panter · 9 years ago
  96. dc60c75 Issue #10513: Fix a regression in Connection.commit() by Berker Peksag · 9 years ago
  97. 3f0222c Add version to title of IDLE help window. by Terry Jan Reedy · 9 years ago
  98. 558c0de Issue #25564: Mention exec and __builtins__ in IDLE-console difference section. by Terry Jan Reedy · 9 years ago
  99. d833c77 Issue #12660: Backport 84bbb8d2d237 by Zachary Ware · 9 years ago
  100. 68854fd #2466: fix test failure on windows. by R David Murray · 9 years ago