summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Miss Islington (bot)2021-08-133-0/+46
* bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)Miss Islington (bot)2021-08-131-0/+3
* [3.10] bpo-33930: Fix typo in the test name. (GH-27736)Benjamin Peterson2021-08-131-1/+1
* [3.10] bpo-44885: Correct the ast locations of f-strings with format specs an...Pablo Galindo Salgado2021-08-123-49/+61
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-125-37/+85
* bpo-33479: Add architecture and threading model sections to Tkinter module do...Miss Islington (bot)2021-08-112-0/+106
* Add .DS_Store on ignore (GH-27711) (GH-27723)Miss Islington (bot)2021-08-111-0/+1
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Miss Islington (bot)2021-08-113-1/+22
* bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)Miss Islington (bot)2021-08-101-0/+12
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)Miss Islington (bot)2021-08-101-0/+16
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Miss Islington (bot)2021-08-103-1/+158
* make lib2to3 parse async generators everywhere (GH-6588)Miss Islington (bot)2021-08-103-8/+17
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Miss Islington (bot)2021-08-102-2/+5
* bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)Irit Katriel2021-08-102-2/+3
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Miss Islington (bot)2021-08-1010-0/+45
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Miss Islington (bot)2021-08-093-3/+14
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Miss Islington (bot)2021-08-092-3/+5
* bpo-44522: Fix inaccurate information in open() function (GH-27650)Miss Islington (bot)2021-08-091-3/+3
* Remove unused variable. (GH-27677) (#27680)Mark Shannon2021-08-091-3/+0
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-093-3/+23
* bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...Mark Shannon2021-08-096-3854/+3888
* Upgrade bundled pip and setuptools (GH-27625)Miss Islington (bot)2021-08-075-2/+3
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Miss Islington (bot)2021-08-072-22/+14
* bpo-41576: document BaseException in favor of bare except (GH-21917)Miss Islington (bot)2021-08-062-8/+10
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Miss Islington (bot)2021-08-062-11/+24
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-063-12/+41
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Miss Islington (bot)2021-08-063-5/+16
* bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...Miss Islington (bot)2021-08-063-3/+41
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Miss Islington (bot)2021-08-063-1/+26
* bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...Miss Islington (bot)2021-08-063-61/+191
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)Miss Islington (bot)2021-08-062-3/+8
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Miss Islington (bot)2021-08-067-1/+49
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)Miss Islington (bot)2021-08-051-1/+1
* [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expression...Pablo Galindo Salgado2021-08-054-554/+621
* bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)Miss Islington (bot)2021-08-044-37/+89
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)Miss Islington (bot)2021-08-043-4/+10
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...Miss Islington (bot)2021-08-042-1/+7
* Fix typo in 'xml.dom.minidom' documentation (GH-27602)Miss Islington (bot)2021-08-041-1/+1
* Fix 404 link to the pyporting mailing list (GH-27320)Miss Islington (bot)2021-08-041-3/+3
* Note that tp_clear and m_clear are not always called (GH-27581)Miss Islington (bot)2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592)Miss Islington (bot)2021-08-041-12/+16
* bpo-41886: Fix documented type of PyType_Type (GH-22454)Miss Islington (bot)2021-08-031-1/+1
* Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)Steve Dower2021-08-031-3/+1
* bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)Miss Islington (bot)2021-08-031-12/+8
* bpo-41737: expand doc for NotADirectoryError (GH-27471)Miss Islington (bot)2021-08-031-2/+4
* bpo-39091: Fix segfault when Exception constructor returns non-exception for ...Miss Islington (bot)2021-08-034-4/+44
* Post 3.10.0rc1Pablo Galindo2021-08-021-1/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-0270-5144/+7972
* bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)Miss Islington (bot)2021-08-025-0/+48
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Miss Islington (bot)2021-08-021-16/+32