1. 9b5c948 [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354) by Serhiy Storchaka · 7 years ago
  2. af36859 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Miss Islington (bot) · 7 years ago
  3. 1d4be0a bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323) by Victor Stinner · 7 years ago
  4. 3604b23 bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) by Victor Stinner · 7 years ago
  5. 0f64262 bpo-33692: Update pythoninfo from master (GH-7304) by Victor Stinner · 7 years ago
  6. 8b98d2a Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518) by T. Wouters · 7 years ago
  7. db10742 [2.7] bpo-33677: Fix the signature of tp_clear handler for deque. (GH-7196). (GH-7277) by Serhiy Storchaka · 7 years ago
  8. 82c456f bpo-33532: Fix multiprocessing test_ignore() (GH-7265) by Victor Stinner · 7 years ago
  9. d5e7556 bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) by Serhiy Storchaka · 7 years ago
  10. 9994eff bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246) by Victor Stinner · 7 years ago
  11. 823c295 bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229) by Victor Stinner · 7 years ago
  12. f3d269a [2.7] Improve ensurepip's --help (GH-4686) (GH-7240) by Petr Viktorin · 7 years ago
  13. 5583ef4 [2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201) by Andrés Delfino · 7 years ago
  14. 1da37ad test.regrtest: flush stdout to display progress (#7120) by Victor Stinner · 7 years ago
  15. 804fcf6 [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (GH-7122) by Terry Jan Reedy · 7 years ago
  16. 19f6bd0 bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613) by Pablo Galindo · 7 years ago
  17. 9044cd6 [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096) by Serhiy Storchaka · 7 years ago
  18. 8cbde8a [2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936) by Andrés Delfino · 7 years ago
  19. 6c58f7f [2.7] Fix line breaks added after hyphens by blurb. (GH-7052) by Serhiy Storchaka · 7 years ago
  20. 3ccc313 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  21. ea9a0994 [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015) by Serhiy Storchaka · 7 years ago
  22. d13169f bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980) by Victor Stinner · 7 years ago
  23. 6a8954a [2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) (GH-6970) by Miss Islington (bot) · 7 years ago
  24. ad65d09 [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) by Stéphane Wirtel · 7 years ago
  25. 861d384 [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) by Serhiy Storchaka · 7 years ago
  26. 84fc6c5 bpo-22069: Update TextIO documentation (GH-6609) by Miss Islington (bot) · 7 years ago
  27. afe5f63 bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribute. (GH-6095) by Bo Bayles · 7 years ago
  28. d7e783b [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738). (GH-6744) by Serhiy Storchaka · 7 years ago
  29. 903f189 bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (GH-6724) by Serhiy Storchaka · 7 years ago
  30. 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 · 7 years ago
  31. 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
  32. 3a04598 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620) by Cheryl Sabella · 7 years ago
  33. 4a1bc26 [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646) by Bo Bayles · 7 years ago
  34. 6d3d02c bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) by Miss Islington (bot) · 7 years ago
  35. 5818f08 Mitigate macOS race condition in installer build (GH-6686) (#6689) by Miss Islington (bot) · 7 years ago
  36. 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
  37. 07c3a61 Fix reference to exceptions in multprocessing docs. (GH-6647) by Bo Bayles · 7 years ago
  38. 0d7d26b 2.7.15+ by Benjamin Peterson · 7 years ago
  39. 75c8df5 merge 2.7.15 release branch by Benjamin Peterson · 7 years ago
  40. ca079a3 bump to 2.7.15 by Benjamin Peterson · 7 years ago
  41. 4c86fc0 generate 2.7.15 NEWS by Benjamin Peterson · 7 years ago
  42. 0b3800d Merge 2.7.15 release branch by Benjamin Peterson · 7 years ago
  43. 0b91f8a Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) by Florian Weimer · 7 years ago
  44. 1c6c851 [2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607) by Andrés Delfino · 7 years ago
  45. 3219bbf fix running the curses.has_key module (closes bpo-33359) (GH-6608) by Benjamin Peterson · 7 years ago
  46. 55299ff [2.7] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH-6605) by Serhiy Storchaka · 7 years ago
  47. 730fb07 travis: Use -O3 option (GH-5599) by INADA Naoki · 7 years ago
  48. 36af118 [2.7] Update `make patchcheck` for blurb and NEWS.d (GH-2381) (GH-6576) by Antoine Pitrou · 7 years ago
  49. b9827b7 [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (GH-6562) by Andrés Delfino · 7 years ago
  50. 4caba7a bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546) by Miss Islington (bot) · 7 years ago
  51. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 7 years ago
  52. 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
  53. afc768d bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) by Miss Islington (bot) · 7 years ago
  54. 7d19676 [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502) by Benjamin Peterson · 7 years ago
  55. bad9a58 2.7.15rc1 version bump by Benjamin Peterson · 7 years ago
  56. f2f1d4b make NEWS for 2.7.15rc1 by Benjamin Peterson · 7 years ago
  57. bba2ba1 bpo-33148: Update Windows build to use OpenSSL 1.0.2o by Steve Dower · 7 years ago
  58. 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
  59. 93c91ac [2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470) by Ned Deily · 7 years ago
  60. ee8e4b6 [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469) by Ned Deily · 7 years ago
  61. a61f5da [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) (GH-6436) by Serhiy Storchaka · 7 years ago
  62. 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
  63. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 7 years ago
  64. 72f3e08 [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6322) by Serhiy Storchaka · 7 years ago
  65. 4a3c4ba [2.7] Gitignore gmon.out (GH-5796) (GH-6328) by Serhiy Storchaka · 7 years ago
  66. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 7 years ago
  67. 924035a [2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325) by Serhiy Storchaka · 7 years ago
  68. c498cd8 bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) by scoder · 7 years ago
  69. 7f48a42 bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284) by Miss Islington (bot) · 7 years ago
  70. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 7 years ago
  71. e3e8bdc Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Miss Islington (bot) · 7 years ago
  72. edd5418 [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215) by Christian Heimes · 7 years ago
  73. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 7 years ago
  74. 1ce4e5b Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 7 years ago
  75. 7ee0936 Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  76. 4e907d8 Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135) by Miss Islington (bot) · 7 years ago
  77. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 7 years ago
  78. 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
  79. 34bb88d Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033) by Xiang Zhang · 7 years ago
  80. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 7 years ago
  81. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 7 years ago
  82. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 7 years ago
  83. aa40f92 [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947) by Alexey Izbyshev · 7 years ago
  84. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 7 years ago
  85. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  86. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  87. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 7 years ago
  88. 07c13ee Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  89. df1732a [2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882) by Christian Heimes · 7 years ago
  90. 439956a Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878) by Christian Heimes · 7 years ago
  91. 4bb9b9a [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877) by Christian Heimes · 7 years ago
  92. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 7 years ago
  93. a5c9112 [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) by Miss Islington (bot) · 7 years ago
  94. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 7 years ago
  95. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 7 years ago
  96. 8a7f1f4 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 7 years ago
  97. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 7 years ago
  98. 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
  99. 6c7edba [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792) by Benjamin Peterson · 7 years ago
  100. 5dc275a Fix typo in docs (GH-5763) by Raymond Hettinger · 7 years ago