summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-44947: Refine the syntax error for trailing commas in import statements (...Miss Islington (bot)2021-08-181-0/+2
* [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)Miss Islington (bot)2021-08-171-0/+2
* bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...Miss Islington (bot)2021-08-171-0/+2
* bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)Miss Islington (bot)2021-08-171-0/+3
* [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in ...Ɓukasz Langa2021-08-171-0/+2
* bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)Miss Islington (bot)2021-08-171-0/+1
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Miss Islington (bot)2021-08-161-0/+1
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)Miss Islington (bot)2021-08-131-0/+3
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Miss Islington (bot)2021-08-131-1/+1
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Miss Islington (bot)2021-08-131-0/+2
* [3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...Pablo Galindo Salgado2021-08-121-0/+2
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-121-0/+1
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Miss Islington (bot)2021-08-111-0/+2
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Miss Islington (bot)2021-08-111-0/+2
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Miss Islington (bot)2021-08-101-0/+1
* make lib2to3 parse async generators everywhere (GH-6588)Miss Islington (bot)2021-08-101-0/+1
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Miss Islington (bot)2021-08-101-0/+4
* bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)Irit Katriel2021-08-101-0/+1
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Miss Islington (bot)2021-08-101-0/+1
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Miss Islington (bot)2021-08-091-0/+1
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Miss Islington (bot)2021-08-091-0/+1
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-091-0/+2
* Upgrade bundled pip and setuptools (GH-27625)Miss Islington (bot)2021-08-071-0/+1
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Miss Islington (bot)2021-08-071-0/+1
* bpo-41576: document BaseException in favor of bare except (GH-21917)Miss Islington (bot)2021-08-061-0/+1
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Miss Islington (bot)2021-08-061-0/+1
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-061-0/+1
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-061-0/+3
* bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...Miss Islington (bot)2021-08-061-0/+3
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Miss Islington (bot)2021-08-061-0/+2
* bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...Miss Islington (bot)2021-08-061-0/+2
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)Miss Islington (bot)2021-08-061-0/+4
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Miss Islington (bot)2021-08-061-0/+3
* [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expression...Pablo Galindo Salgado2021-08-051-0/+2
* bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)Miss Islington (bot)2021-08-041-0/+3
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)Miss Islington (bot)2021-08-041-0/+2
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...Miss Islington (bot)2021-08-041-0/+2
* bpo-39091: Fix segfault when Exception constructor returns non-exception for ...Miss Islington (bot)2021-08-031-0/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-0265-128/+645
* bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)Miss Islington (bot)2021-08-021-0/+1
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)Miss Islington (bot)2021-08-021-0/+1
* bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)Miss Islington (bot)2021-08-021-0/+2
* bpo-44667: Treat correctly lines ending with comments and no newlines in the ...Miss Islington (bot)2021-08-021-0/+4
* bpo-44793: Fix checking the number of arguments when subscribe a generic type...Miss Islington (bot)2021-08-021-0/+2
* bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)Miss Islington (bot)2021-08-011-0/+2
* bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...Miss Islington (bot)2021-07-301-0/+3
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...Miss Islington (bot)2021-07-301-0/+2
* bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)Miss Islington (bot)2021-07-301-0/+1
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...Miss Islington (bot)2021-07-301-0/+2
* bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)Miss Islington (bot)2021-07-301-0/+3