1. cd28285 Create py2-cmd which behaves more like the normal `python` by Dan Willemsen · 5 years ago
  2. 3ec20da Merge remote-tracking branch 'remotes/aosp/upstream-2.7' into merge by Nan Zhang · 6 years ago
  3. 18e2188 [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267) by Benjamin Peterson · 6 years ago
  4. d919c60 [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125) by Chih-Hsuan Yen · 6 years ago
  5. 253279c [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179) by Benjamin Peterson · 6 years ago
  6. 9734024 bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952) by Miss Islington (bot) · 6 years ago
  7. 7056ca8 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) by Victor Stinner · 6 years ago
  8. 5d594f3 bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018) by Miss Islington (bot) · 6 years ago
  9. d8b103b closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather than distutils.spawn. (GH-8985) by Benjamin Peterson · 6 years ago
  10. 491740f [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Tal Einat · 6 years ago
  11. 2ec530c [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791) by Christian Heimes · 6 years ago
  12. 1f34aec [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765) by Christian Heimes · 6 years ago
  13. d1c5e27 [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8691) by Serhiy Storchaka · 6 years ago
  14. 7e4ff97 [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681) by Zackery Spytz · 6 years ago
  15. 396afbf Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 6 years ago
  16. 24a54da [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644) by Terry Jan Reedy · 6 years ago
  17. 3243f8c bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625) by Victor Stinner · 6 years ago
  18. 894940b [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  19. 2bea771 bpo-34229: Check start and stop of slice object to be long when they are not int in PySlice_GetIndices (GH-8480) by Xtreak · 6 years ago
  20. fbcb6fa bpo-34189: Remove a file backported by accident. (GH-8419) by Serhiy Storchaka · 6 years ago
  21. 7868426 bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Miss Islington (bot) · 6 years ago
  22. 46cb5fd [2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400) by Serhiy Storchaka · 6 years ago
  23. 3252205 bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337) by Zackery Spytz · 6 years ago
  24. fc153d1 [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314) by Serhiy Storchaka · 6 years ago
  25. ef19fd2 [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255) by Serhiy Storchaka · 6 years ago
  26. 6f036bb [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225) by Tal Einat · 6 years ago
  27. 789f95a [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) (GH-8202) by Serhiy Storchaka · 6 years ago
  28. b1e6e56 bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8196) by Serhiy Storchaka · 6 years ago
  29. 8902a1d [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126) by Pablo Galindo · 6 years ago
  30. 7829bba [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133) by Ammar Askar · 6 years ago
  31. 9720f60 [2.7] bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336). (GH-8107) by Serhiy Storchaka · 6 years ago
  32. 53fafaf bpo-33735: Fix test_multiprocessing random failure (GH-8059) (GH-8061) by Victor Stinner · 6 years ago
  33. 9b84cc8 [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) by Serhiy Storchaka · 6 years ago
  34. 0464de0 [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) by Zackery Spytz · 6 years ago
  35. f79386f bpo-29514: Make magic number test work for candidates (GH-7946) by Ned Deily · 6 years ago
  36. 5430c14 [2.7] bpo-33873: Backport regrtest from master (GH-7936) by Victor Stinner · 6 years ago
  37. f291888 bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818) by Victor Stinner · 6 years ago
  38. b2dd5f1 bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7803) by Miss Islington (bot) · 6 years ago
  39. c488558 [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758) by Terry Jan Reedy · 6 years ago
  40. e36f94f bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726) by Victor Stinner · 6 years ago
  41. 1889c4c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) by Xiang Zhang · 6 years ago
  42. f6645ef bpo-28222: Don't fail if pygments is not available (GH-7564) by Zachary Ware · 6 years ago
  43. b4f8bc5 bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562) by Victor Stinner · 6 years ago
  44. 4e6bd24 bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by Miss Islington (bot) · 6 years ago
  45. 2399915 [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445) by Serhiy Storchaka · 6 years ago
  46. 02b4d67 bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459) by Victor Stinner · 6 years ago
  47. 67b7158 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456) by Victor Stinner · 6 years ago
  48. 3014d6e [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) by Serhiy Storchaka · 6 years ago
  49. bc3df70 bpo-18174: Fix fd_count() on FreeBSD (GH-7420) by Victor Stinner · 6 years ago
  50. 64856ad bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409) by Victor Stinner · 6 years ago
  51. 2705819 bpo-18174: Fix file descriptor leaks in tests (GH-7408) by Victor Stinner · 6 years ago
  52. 1463518 [2.7] bpo-31234: Join threads explicitly in tests (#7406) by Victor Stinner · 6 years ago
  53. fadcd44 test_tools: catch stderr (GH-7404) by Victor Stinner · 6 years ago
  54. a30d587 [2.7] bpo-33718: Update regrtest from master (GH-7402) by Victor Stinner · 6 years ago
  55. 93ba6da [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374) by Serhiy Storchaka · 6 years ago
  56. b02ceb5 [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373) by Serhiy Storchaka · 6 years ago
  57. 9b5c948 [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354) by Serhiy Storchaka · 6 years ago
  58. 1d4be0a bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323) by Victor Stinner · 6 years ago
  59. 3604b23 bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) by Victor Stinner · 6 years ago
  60. 0f64262 bpo-33692: Update pythoninfo from master (GH-7304) by Victor Stinner · 6 years ago
  61. 8b98d2a Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518) by T. Wouters · 6 years ago
  62. 82c456f bpo-33532: Fix multiprocessing test_ignore() (GH-7265) by Victor Stinner · 6 years ago
  63. d5e7556 bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) by Serhiy Storchaka · 6 years ago
  64. 9994eff bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246) by Victor Stinner · 6 years ago
  65. 823c295 bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229) by Victor Stinner · 6 years ago
  66. f3d269a [2.7] Improve ensurepip's --help (GH-4686) (GH-7240) by Petr Viktorin · 6 years ago
  67. 1da37ad test.regrtest: flush stdout to display progress (#7120) by Victor Stinner · 6 years ago
  68. 19f6bd0 bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613) by Pablo Galindo · 6 years ago
  69. a3b4090 Add sqlite3 Python std libs to Android.bp by Nan Zhang · 6 years ago
  70. ea9a0994 [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015) by Serhiy Storchaka · 6 years ago
  71. 861d384 [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) by Serhiy Storchaka · 6 years ago
  72. afe5f63 bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095) by Bo Bayles · 6 years ago
  73. 903f189 bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (GH-6724) by Serhiy Storchaka · 6 years ago
  74. c40eeeb [2.7] bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) (GH-6712) by Andrés Delfino · 6 years ago
  75. a55ac80 [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708). (GH-6717) by Serhiy Storchaka · 6 years ago
  76. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 6 years ago
  77. 07ad02f [2.7] bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442). (GH-6650) by Serhiy Storchaka · 6 years ago
  78. 3219bbf fix running the curses.has_key module (closes bpo-33359) (GH-6608) by Benjamin Peterson · 6 years ago
  79. 4caba7a bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 6 years ago
  80. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 6 years ago
  81. d988c0b [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532) by Serhiy Storchaka · 6 years ago
  82. afc768d bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) by Miss Islington (bot) · 6 years ago
  83. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 6 years ago
  84. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 6 years ago
  85. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 6 years ago
  86. 1ce4e5b Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 6 years ago
  87. 4e907d8 Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135) by Miss Islington (bot) · 6 years ago
  88. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 6 years ago
  89. 3854f58 [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076) by Miss Islington (bot) · 6 years ago
  90. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 6 years ago
  91. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 6 years ago
  92. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 6 years ago
  93. 07c13ee Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 6 years ago
  94. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 6 years ago
  95. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 6 years ago
  96. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 6 years ago
  97. b852d8c [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781) by Miss Islington (bot) · 6 years ago
  98. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 6 years ago
  99. 17cec70 bpo-30109: Fix reindent.py for non-ASCII files. (#5637) by Serhiy Storchaka · 6 years ago
  100. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 6 years ago