1. d7e783b [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738). (GH-6744) by Serhiy Storchaka · 6 years ago
  2. 903f189 bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (GH-6724) by Serhiy Storchaka · 6 years ago
  3. 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
  4. 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
  5. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 6 years ago
  6. 4a1bc26 [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646) by Bo Bayles · 6 years ago
  7. 6d3d02c bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by Miss Islington (bot) · 6 years ago
  8. 5818f08 Mitigate macOS race condition in installer build (GH-6686) (#6689) by Miss Islington (bot) · 6 years ago
  9. 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
  10. 07c3a61 Fix reference to exceptions in multprocessing docs. (GH-6647) by Bo Bayles · 6 years ago
  11. 0d7d26b 2.7.15+ by Benjamin Peterson · 6 years ago
  12. 75c8df5 merge 2.7.15 release branch by Benjamin Peterson · 6 years ago
  13. ca079a3 bump to 2.7.15 by Benjamin Peterson · 6 years ago
  14. 4c86fc0 generate 2.7.15 NEWS by Benjamin Peterson · 6 years ago
  15. 0b3800d Merge 2.7.15 release branch by Benjamin Peterson · 6 years ago
  16. 0b91f8a Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) by Florian Weimer · 6 years ago
  17. 1c6c851 [2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607) by Andrés Delfino · 6 years ago
  18. 3219bbf fix running the curses.has_key module (closes bpo-33359) (GH-6608) by Benjamin Peterson · 6 years ago
  19. 55299ff [2.7] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH-6605) by Serhiy Storchaka · 6 years ago
  20. 730fb07 travis: Use -O3 option (GH-5599) by INADA Naoki · 6 years ago
  21. 36af118 [2.7] Update `make patchcheck` for blurb and NEWS.d (GH-2381) (GH-6576) by Antoine Pitrou · 6 years ago
  22. b9827b7 [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (GH-6562) by Andrés Delfino · 6 years ago
  23. 4caba7a bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 6 years ago
  24. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 6 years ago
  25. 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
  26. afc768d bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) by Miss Islington (bot) · 6 years ago
  27. 7d19676 [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502) by Benjamin Peterson · 6 years ago
  28. bad9a58 2.7.15rc1 version bump by Benjamin Peterson · 6 years ago
  29. f2f1d4b make NEWS for 2.7.15rc1 by Benjamin Peterson · 6 years ago
  30. bba2ba1 bpo-33148: Update Windows build to use OpenSSL 1.0.2o by Steve Dower · 6 years ago
  31. 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
  32. 93c91ac [2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470) by Ned Deily · 6 years ago
  33. ee8e4b6 [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469) by Ned Deily · 6 years ago
  34. a61f5da [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) (GH-6436) by Serhiy Storchaka · 6 years ago
  35. 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
  36. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 6 years ago
  37. 72f3e08 [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6322) by Serhiy Storchaka · 6 years ago
  38. 4a3c4ba [2.7] Gitignore gmon.out (GH-5796) (GH-6328) by Serhiy Storchaka · 6 years ago
  39. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 6 years ago
  40. 924035a [2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325) by Serhiy Storchaka · 6 years ago
  41. c498cd8 bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) by scoder · 6 years ago
  42. 7f48a42 bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284) by Miss Islington (bot) · 6 years ago
  43. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 6 years ago
  44. e3e8bdc Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Miss Islington (bot) · 6 years ago
  45. edd5418 [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215) by Christian Heimes · 6 years ago
  46. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 6 years ago
  47. 1ce4e5b Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 6 years ago
  48. 7ee0936 Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 6 years ago
  49. 4e907d8 Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135) by Miss Islington (bot) · 6 years ago
  50. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 6 years ago
  51. 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
  52. 34bb88d Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033) by Xiang Zhang · 6 years ago
  53. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 6 years ago
  54. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 6 years ago
  55. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 6 years ago
  56. aa40f92 [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947) by Alexey Izbyshev · 6 years ago
  57. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 6 years ago
  58. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 6 years ago
  59. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 6 years ago
  60. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 6 years ago
  61. 07c13ee Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 6 years ago
  62. df1732a [2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882) by Christian Heimes · 6 years ago
  63. 439956a Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878) by Christian Heimes · 6 years ago
  64. 4bb9b9a [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877) by Christian Heimes · 6 years ago
  65. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 6 years ago
  66. a5c9112 [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) by Miss Islington (bot) · 6 years ago
  67. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 6 years ago
  68. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 6 years ago
  69. 8a7f1f4 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 6 years ago
  70. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 6 years ago
  71. 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
  72. 6c7edba [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792) by Benjamin Peterson · 6 years ago
  73. 5dc275a Fix typo in docs (GH-5763) by Raymond Hettinger · 6 years ago
  74. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 6 years ago
  75. 21f53e7 [2.7] Clean up Travis config (GH-5727) by Zachary Ware · 6 years ago
  76. fd9d1c9 DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 6 years ago
  77. 836b642 Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 6 years ago
  78. 8771125 Fix installation instructions for *nix (GH-5605) by Miss Islington (bot) · 6 years ago
  79. 23f0a5e [2.7] remove mercurial dot files (GH-5558). by Benjamin Peterson · 6 years ago
  80. 17cec70 bpo-30109: Fix reindent.py for non-ASCII files. (#5637) by Serhiy Storchaka · 6 years ago
  81. 4029064 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571) by Miss Islington (bot) · 6 years ago
  82. 2cf8804 Fix AppVeyor doc short-circuit (GH-5635) by Miss Islington (bot) · 6 years ago
  83. 239e13b [2.7] Add short-circuit for doc changes to AppVeyor (GH-5629) by Zachary Ware · 6 years ago
  84. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 6 years ago
  85. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 6 years ago
  86. 672fd7d bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) by Stéphane Wirtel · 6 years ago
  87. 2942b90 bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574) by INADA Naoki · 6 years ago
  88. 0a18422 allow the test suite to pass if the strop module doesn't exist (GH-5566) by Benjamin Peterson · 6 years ago
  89. 2a4e2ea Fix typo -- missing "not" (GH-5532) by Raymond Hettinger · 6 years ago
  90. 42e8ea9 bpo-32739: Show default value for rotate() (GH-5517) by Raymond Hettinger · 6 years ago
  91. 2357cd7 Update Doc build for split off of 3.7 branch by Ned Deily · 6 years ago
  92. 9b7b3a6 bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) by Mariatta · 6 years ago
  93. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 6 years ago
  94. b60f43a bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429) by Victor Stinner · 6 years ago
  95. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 6 years ago
  96. 5679277 Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) by Miss Islington (bot) · 6 years ago
  97. 745e9de bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378) by Miss Islington (bot) · 6 years ago
  98. 38487a0 [2.7] bpo-32521: nis libnsl (GH-5190) (#5353) by Christian Heimes · 6 years ago
  99. f5e8f71 [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) by Mariatta · 6 years ago
  100. 6996f28 bpo-32667: Fix tests when $PATH contains a file (#5324) by Victor Stinner · 6 years ago