summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use last module if multi-module stringpr_27789Ethan Furman2021-08-212-41/+58
* Add more tests for global int flag reprsŁukasz Langa2021-08-181-0/+34
* Fix enum string representation in the REPLPablo Galindo2021-08-162-1/+3
* bpo-44878: Remove the switch from the main interpreter loop when using comput...Mark Shannon2021-08-112-177/+208
* bpo-44878: _PyEval_EvalFrameDefault readability improvements (GH-27725)Mark Shannon2021-08-111-51/+49
* Add .DS_Store on ignore (GH-27711)1809092021-08-111-0/+1
* Add missing DISPATCH() (GH-27715)Mark Shannon2021-08-111-0/+2
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Pablo Galindo Salgado2021-08-113-1/+22
* bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)Łukasz Langa2021-08-101-0/+12
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-104-100/+100
* Fix stats for STORE_ATTR specialization. (GH-27708)Mark Shannon2021-08-101-0/+2
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Irit Katriel2021-08-103-1/+158
* bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)Terry Jan Reedy2021-08-102-2/+5
* make lib2to3 parse async generators everywhere (GH-6588)Zsolt Dollenstein2021-08-103-8/+17
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)Irit Katriel2021-08-091-0/+16
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-1010-0/+45
* bpo-44854: Remove trailing whitespaces (GH-27689)Serhiy Storchaka2021-08-0913-15/+15
* bpo-44872: use new trashcan macros in framobject.c (#27683)Irit Katriel2021-08-092-2/+3
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Johannes Reiff2021-08-093-3/+14
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Zackery Spytz2021-08-092-3/+5
* bpo-44522: Fix inaccurate information in open() function (GH-27650)meowmeowmeowcat2021-08-091-3/+3
* Remove unused variable. (GH-27677)Mark Shannon2021-08-091-3/+0
* bpo-44702: Remove ambiguity in sentence (GH-27676)meowmeowmeowcat2021-08-091-3/+3
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Zackery Spytz2021-08-093-3/+23
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-099-83/+335
* bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...Mark Shannon2021-08-096-6705/+6720
* bpo-42053: Remove misleading check in os.fwalk() (GH-27669)Serhiy Storchaka2021-08-081-2/+1
* bpo-44859: Improve error handling in sqlite3 and and raise more accurate exce...Serhiy Storchaka2021-08-0810-52/+226
* bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)Senthil Kumaran2021-08-071-4/+0
* bpo-44856: Possible reference leak in error paths of update_bases() and __bui...Pablo Galindo Salgado2021-08-072-22/+14
* bpo-42971: Add errno.EQFULL (macOS) (GH-24419)Ronald Oussoren2021-08-063-0/+10
* bpo-41576: document BaseException in favor of bare except (GH-21917)Thomas Grainger2021-08-062-8/+10
* bpo-27752: improve documentation of csv.Dialect (GH-26795)Jack DeVries2021-08-062-11/+24
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)Raymond Hettinger2021-08-063-12/+41
* bpo-44839: Raise more specific errors in sqlite3 (GH-27613)Serhiy Storchaka2021-08-063-37/+79
* Upgrade bundled pip and setuptools (#27625)Tzu-ping Chung2021-08-065-2/+3
* bpo-44756: [docs] revert automated virtual environment creation on `make html...Łukasz Langa2021-08-063-5/+16
* bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...Bas van Beek2021-08-063-61/+191
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)Victor Stinner2021-08-062-3/+8
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Jack DeVries2021-08-063-1/+26
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-067-1/+49
* bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)Jack DeVries2021-08-051-1/+1
* bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-2...Pablo Galindo Salgado2021-08-054-554/+621
* bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)Kirill Pinchuk2021-08-052-25/+46
* bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...Erlend Egeberg Aasland2021-08-053-3/+41
* platform: Import subprocess in function. (GH-27610)Inada Naoki2021-08-051-1/+1
* bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)William Chargin2021-08-042-3/+6
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)andrei kulakov2021-08-043-4/+10
* [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...andrei kulakov2021-08-042-1/+7
* Fix typo in 'xml.dom.minidom' documentation (GH-27602)Cristián Maureira-Fredes2021-08-041-1/+1