summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-40645: use C implementation of HMAC (GH-24920)Christian Heimes2021-03-271-0/+2
* bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)Christian Heimes2021-03-271-0/+2
* bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)Jürgen Gmach2021-03-261-0/+1
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-261-0/+2
* bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25...Pablo Galindo2021-03-241-0/+2
* Only check evalbreaker after calls and on backwards egdes. Makes sure that __...Mark Shannon2021-03-241-0/+3
* bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...Brett Cannon2021-03-241-0/+2
* bpo-42914: add a pprint underscore_numbers option (GH-24864)sblondon2021-03-241-0/+3
* bpo-43244: Remove the pyarena.h header (GH-25007)Victor Stinner2021-03-241-0/+10
* bpo-43244: Remove parser_interface.h header file (GH-25001)Victor Stinner2021-03-241-2/+7
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-231-0/+11
* bpo-31861: Add aiter and anext to builtins (#23847)Joshua Bronson2021-03-231-0/+2
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-0/+8
* bpo-43555: Report the column offset for invalid line continuation character (...Pablo Galindo2021-03-221-0/+2
* bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)Dong-hee Na2021-03-221-0/+2
* bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)Sergey B Kirpichev2021-03-221-0/+2
* bpo-43422: Revert _decimal C API addition (GH-24960)Antoine Pitrou2021-03-211-0/+1
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Christian Heimes2021-03-211-0/+1
* bpo-43542: Add heif/heic formats in mimetypes (GH-24917)Ilya Stepin2021-03-201-0/+1
* bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)Rui Cunha2021-03-201-0/+1
* bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)Dino Viehland2021-03-201-0/+1
* bpo-43517: Fix false positive in detection of circular imports (#24895)Antoine Pitrou2021-03-201-0/+2
* bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner2021-03-191-0/+16
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-191-0/+1
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Christian Heimes2021-03-181-0/+1
* bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)Kodi Arfer2021-03-181-0/+1
* bpo-43244: Remove the PyAST_Validate() function (GH-24911)Victor Stinner2021-03-181-0/+3
* bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)Victor Stinner2021-03-181-0/+2
* bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)Chris Burr2021-03-181-0/+4
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Victor Stinner2021-03-171-0/+4
* bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)tsukasa-au2021-03-161-0/+1
* bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)Dennis Sweeney2021-03-161-0/+1
* bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)Chavdar Yotov2021-03-151-0/+1
* bpo-43285 Make ftplib not trust the PASV response. (GH-24838)Gregory P. Smith2021-03-151-0/+8
* bpo-43199: Briefly explain why no goto (GH-24852)Terry Jan Reedy2021-03-141-0/+1
* bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...CAM Gerlach2021-03-141-0/+3
* bpo-39316: Make sure that attribute accesses and stores, including method cal...Mark Shannon2021-03-141-0/+3
* bpo-43410: Fix crash in the parser when producing syntax errors when reading ...Pablo Galindo2021-03-141-0/+2
* bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)Kamil Turek2021-03-141-0/+1
* bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)Jason R. Coombs2021-03-131-0/+17
* bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118)Pandu E POLUAN2021-03-121-0/+8
* bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)Antoine Pitrou2021-03-111-0/+1
* bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)Chris Griffith2021-03-111-0/+2
* bpo-43287: Use PEP 590 vectorcall to speed up filter() (GH-24611)Dong-hee Na2021-03-101-0/+2
* bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)Victor Stinner2021-03-101-0/+2
* bpo-43439: Add audit hooks for gc functions (GH-24794)Pablo Galindo2021-03-101-0/+2
* bpo-43440 : Enable SQLite R*Tree support for windows builds (GH-24797)Erlend Egeberg Aasland2021-03-091-0/+2
* bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)Desmond Cheong2021-03-081-0/+3
* bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)Gregory P. Smith2021-03-081-0/+3
* bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)Neil Schemenauer2021-03-061-0/+5