summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...Serhiy Storchaka2018-12-061-0/+2
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-051-0/+5
* [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)Serhiy Storchaka2018-12-041-0/+1
* Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)Miss Islington (bot)2018-11-191-0/+1
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+2
* bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969)matthewbelisle-wf2018-10-301-0/+2
* [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181)Serhiy Storchaka2018-10-281-0/+2
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-261-0/+2
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952) (GH-10...Denis Ledoux2018-10-261-0/+3
* bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072)Tal Einat2018-10-241-3/+0
* [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-976...Serhiy Storchaka2018-10-211-0/+2
* [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-0/+2
* [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-...Zackery Spytz2018-10-161-0/+2
* [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH...tzickel2018-10-031-0/+1
* [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-91...Serhiy Storchaka2018-09-221-0/+1
* [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407)Serhiy Storchaka2018-09-221-0/+3
* [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-...Serhiy Storchaka2018-09-181-0/+2
* [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)Benjamin Peterson2018-09-121-0/+1
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-111-0/+2
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+2
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150)Miss Islington (bot)2018-09-101-0/+1
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-041-0/+2
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-261-0/+2
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)2018-07-231-0/+3
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-091-0/+2
* [2.7] bpo-34019: Fix wrong arguments for Opera Browser (GH-8047) (#8126)Pablo Galindo2018-07-071-0/+2
* [2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behav...Ammar Askar2018-07-061-0/+3
* [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...Serhiy Storchaka2018-06-301-0/+3
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang2018-06-151-0/+1
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-081-0/+2
* [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...Serhiy Storchaka2018-06-051-0/+3
* [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015)Serhiy Storchaka2018-05-211-0/+2
* [2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-67...Serhiy Storchaka2018-05-151-0/+3
* bpo-33038: Fix gzip.GzipFile for file objects with a non-string name attribut...Bo Bayles2018-05-091-0/+2
* 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
* [2.7] bpo-33256: Replace angle brackets around python object repr to display ...Serhiy Storchaka2018-04-301-0/+1
* fix running the curses.has_key module (closes bpo-33359) (GH-6608)Benjamin Peterson2018-04-251-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-1488-179/+0
* [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)Serhiy Storchaka2018-04-011-0/+4
* bpo-31544: Fix a reference leak to 'self' after the previous target error han...scoder2018-03-311-0/+2
* [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-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