summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)Pablo Galindo2018-05-241-0/+2
* [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096)Serhiy Storchaka2018-05-241-0/+4
* [2.7] Fix line breaks added after hyphens by blurb. (GH-7052)Serhiy Storchaka2018-05-2215-63/+63
* [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)Serhiy Storchaka2018-05-202-0/+3
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-0/+1
* [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-67...Serhiy Storchaka2018-05-142-0/+4
* bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribut...Bo Bayles2018-05-092-0/+3
* bpo-33096: Removed unintentionally backported from Python 3 Tkinter files. (G...Serhiy Storchaka2018-05-081-0/+1
* [2.7] bpo-33422: Fix quotation marks getting deleted when looking up byte/str...Andrés Delfino2018-05-071-0/+2
* [2.7] bpo-20087: Update locale alias mapping with glibc 2.27 supported locale...Serhiy Storchaka2018-05-061-0/+1
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Cheryl Sabella2018-05-051-0/+1
* bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)Miss Islington (bot)2018-05-021-0/+1
* [2.7] bpo-33256: Replace angle brackets around python object repr to display ...Serhiy Storchaka2018-04-302-0/+2
* merge 2.7.15 release branchBenjamin Peterson2018-04-291-0/+6
|\
| * generate 2.7.15 NEWSBenjamin Peterson2018-04-291-0/+6
* | Merge 2.7.15 release branchBenjamin Peterson2018-04-291-0/+3
|\ \ | |/
| * Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374)Florian Weimer2018-04-291-0/+3
* | fix running the curses.has_key module (closes bpo-33359) (GH-6608)Benjamin Peterson2018-04-261-0/+1
* | bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)Miss Islington (bot)2018-04-201-0/+1
* | [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. ...Serhiy Storchaka2018-04-191-0/+2
|/
* make NEWS for 2.7.15rc1Benjamin Peterson2018-04-14167-370/+1693
* bpo-33148: Update Windows build to use OpenSSL 1.0.2oSteve Dower2018-04-141-0/+1
* [2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408...Miss Islington (bot)2018-04-141-0/+1
* [2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)Ned Deily2018-04-141-0/+0
* [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)Ned Deily2018-04-144-0/+17
* [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext``...Serhiy Storchaka2018-04-102-0/+3
* [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...Miss Islington (bot)2018-04-071-0/+2
* [2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...Cheryl Sabella2018-04-021-0/+2
* [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)Serhiy Storchaka2018-03-311-0/+4
* bpo-31544: Fix a reference leak to 'self' after the previous target error han...scoder2018-03-311-0/+2
* bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284)Miss Islington (bot)2018-03-281-0/+1
* [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)Christian Heimes2018-03-241-0/+1
* bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executin...scoder2018-03-241-0/+2
* [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...xdegaye2018-03-131-0/+1
* [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...Miss Islington (bot)2018-03-111-0/+1
* [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984)Jamie Davis2018-03-061-0/+4
* [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-042-0/+6
* [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947)Alexey Izbyshev2018-03-011-0/+2
* bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)bennorth2018-02-261-0/+3
* [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)Christian Heimes2018-02-251-0/+2
* [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)Christian Heimes2018-02-251-0/+1
* [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)Miss Islington (bot)2018-02-251-0/+2
* bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)Christian Heimes2018-02-251-0/+1
* bpo-31518: Change TLS protocol for Debian (#3661)Christian Heimes2018-02-241-0/+3
* [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)Anselm Kruis2018-02-231-0/+1
* [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSN...Miss Islington (bot)2018-02-212-0/+3
* [2.7] bpo-21060 Improve error message for "setup.py upload" without dist file...Éric Araujo2018-02-191-0/+3
* bpo-30109: Fix reindent.py for non-ASCII files. (#5637)Serhiy Storchaka2018-02-121-0/+2
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)Miss Islington (bot)2018-02-111-0/+1
* [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)Serhiy Storchaka2018-02-092-0/+3