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