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