1. 18e2188 [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267) by Benjamin Peterson · 6 years ago
  2. 69e9691 [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242) by Benjamin Peterson · 6 years ago
  3. b36567b [2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214) by Zackery Spytz · 6 years ago
  4. e351fe2 [2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-9202) by Steve Dower · 6 years ago
  5. aa02ab1 [2.7] bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) (GH-9196) by Miss Islington (bot) · 6 years ago
  6. d919c60 [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125) by Chih-Hsuan Yen · 6 years ago
  7. 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
  8. 7a501de bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Miss Islington (bot) · 6 years ago
  9. f64c813 bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) by tzickel · 6 years ago
  10. bf2bd8f bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091) by Victor Stinner · 6 years ago
  11. 7056ca8 bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) by Victor Stinner · 6 years ago
  12. 30af2e7 bpo-34500: Fix ResourceWarning in difflib.py (GH-8926) by Mickaël Schoentgen · 6 years ago
  13. d8b103b closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather than distutils.spawn. (GH-8985) by Benjamin Peterson · 6 years ago
  14. 491740f [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864) by Tal Einat · 6 years ago
  15. 67dafd5 [2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892) by Benjamin Peterson · 6 years ago
  16. 2ec530c [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791) by Christian Heimes · 6 years ago
  17. 00aebab closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439) by Miss Islington (bot) · 6 years ago
  18. 1f34aec [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765) by Christian Heimes · 6 years ago
  19. 24a54da [2.7] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) (GH-8644) by Terry Jan Reedy · 6 years ago
  20. 894940b [2.7] bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) by Tal Einat · 6 years ago
  21. 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
  22. 7868426 bpo-33336, imaplib: Legalize MOVE command (GH-6569) by Miss Islington (bot) · 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. a45fa39 bpo-34080: Fix a memory leak in the compiler. (GH-8222) by Miss Islington (bot) · 6 years ago
  26. ef19fd2 [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255) by Serhiy Storchaka · 6 years ago
  27. b1e6e56 bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8196) by Serhiy Storchaka · 6 years ago
  28. 3707dfa [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179) by Benjamin Peterson · 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. 9b84cc8 [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) by Serhiy Storchaka · 6 years ago
  32. 0464de0 [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) by Zackery Spytz · 6 years ago
  33. 468f97b [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  34. 5430c14 [2.7] bpo-33873: Backport regrtest from master (GH-7936) by Victor Stinner · 6 years ago
  35. b18f098 bpo-33711: Fix license generation error in installer build script (GH-7241) by native-api · 6 years ago
  36. 319cfb5 bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825) 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. c488558 [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758) by Terry Jan Reedy · 6 years ago
  39. e36f94f bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726) by Victor Stinner · 6 years ago
  40. 1889c4c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) by Xiang Zhang · 6 years ago
  41. 4e6bd24 bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) by Miss Islington (bot) · 6 years ago
  42. 3014d6e [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) by Serhiy Storchaka · 6 years ago
  43. ded666f [2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7347) by Antoine Pitrou · 6 years ago
  44. d5e7556 bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) by Serhiy Storchaka · 6 years ago
  45. 823c295 bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229) by Victor Stinner · 6 years ago
  46. 19f6bd0 bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613) by Pablo Galindo · 6 years ago
  47. 9044cd6 [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096) by Serhiy Storchaka · 6 years ago
  48. 6c58f7f [2.7] Fix line breaks added after hyphens by blurb. (GH-7052) by Serhiy Storchaka · 6 years ago
  49. ea9a0994 [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015) by Serhiy Storchaka · 6 years ago
  50. ad65d09 [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) by Stéphane Wirtel · 6 years ago
  51. 861d384 [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) by Serhiy Storchaka · 6 years ago
  52. afe5f63 bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095) by Bo Bayles · 6 years ago
  53. 903f189 bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (GH-6724) by Serhiy Storchaka · 6 years ago
  54. 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
  55. 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
  56. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 6 years ago
  57. 6d3d02c bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by Miss Islington (bot) · 6 years ago
  58. 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
  59. 75c8df5 merge 2.7.15 release branch by Benjamin Peterson · 6 years ago
  60. 4c86fc0 generate 2.7.15 NEWS by Benjamin Peterson · 6 years ago
  61. 0b3800d Merge 2.7.15 release branch by Benjamin Peterson · 6 years ago
  62. 0b91f8a Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) by Florian Weimer · 6 years ago
  63. 3219bbf fix running the curses.has_key module (closes bpo-33359) (GH-6608) by Benjamin Peterson · 6 years ago
  64. 4caba7a bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 6 years ago
  65. 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
  66. f2f1d4b make NEWS for 2.7.15rc1 by Benjamin Peterson · 6 years ago
  67. bba2ba1 bpo-33148: Update Windows build to use OpenSSL 1.0.2o by Steve Dower · 6 years ago
  68. 01a0fd4 [2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408) (GH-6471) by Miss Islington (bot) · 6 years ago
  69. 93c91ac [2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470) by Ned Deily · 6 years ago
  70. ee8e4b6 [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469) by Ned Deily · 6 years ago
  71. a61f5da [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) (GH-6436) by Serhiy Storchaka · 6 years ago
  72. 77f0a41 [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6405) by Miss Islington (bot) · 6 years ago
  73. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 6 years ago
  74. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 6 years ago
  75. c498cd8 bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) by scoder · 6 years ago
  76. 7f48a42 bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284) by Miss Islington (bot) · 6 years ago
  77. edd5418 [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215) by Christian Heimes · 6 years ago
  78. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 6 years ago
  79. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 6 years ago
  80. 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
  81. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 6 years ago
  82. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 6 years ago
  83. aa40f92 [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947) by Alexey Izbyshev · 6 years ago
  84. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 6 years ago
  85. 4bb9b9a [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877) by Christian Heimes · 6 years ago
  86. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 6 years ago
  87. a5c9112 [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) by Miss Islington (bot) · 6 years ago
  88. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 6 years ago
  89. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 6 years ago
  90. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 6 years ago
  91. 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
  92. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 6 years ago
  93. 17cec70 bpo-30109: Fix reindent.py for non-ASCII files. (#5637) by Serhiy Storchaka · 6 years ago
  94. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 6 years ago
  95. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 6 years ago
  96. 2942b90 bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574) by INADA Naoki · 6 years ago
  97. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 6 years ago
  98. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 6 years ago
  99. 38487a0 [2.7] bpo-32521: nis libnsl (GH-5190) (#5353) by Christian Heimes · 6 years ago
  100. e64a47b bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) by Xiang Zhang · 6 years ago