summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-33930: Fix typo in the test name. (#27733)Benjamin Peterson2021-08-121-1/+1
* bpo-26228: Fix pty EOF handling (GH-12049)Zephyr Shannon2021-08-112-32/+82
* Update test__opcode and _Py_GetSpecializationStats with recent specialization...Irit Katriel2021-08-111-2/+4
* bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...Pablo Galindo Salgado2021-08-101-0/+15
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-101-3/+2
* bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle i...Irit Katriel2021-08-101-0/+142
* make lib2to3 parse async generators everywhere (GH-6588)Zsolt Dollenstein2021-08-102-8/+16
* bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)Irit Katriel2021-08-091-0/+16
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Johannes Reiff2021-08-092-3/+13
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Zackery Spytz2021-08-091-3/+4
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Zackery Spytz2021-08-091-3/+18
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-091-0/+4
* bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to ...Mark Shannon2021-08-092-60/+82
* 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-085-19/+166
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)Raymond Hettinger2021-08-062-12/+40
* bpo-44839: Raise more specific errors in sqlite3 (GH-27613)Serhiy Storchaka2021-08-061-1/+44
* Upgrade bundled pip and setuptools (#27625)Tzu-ping Chung2021-08-064-2/+2
* bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...Bas van Beek2021-08-062-61/+189
* bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...Jack DeVries2021-08-062-1/+24
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-061-0/+13
* bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-2...Pablo Galindo Salgado2021-08-051-0/+8
* 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-051-0/+28
* platform: Import subprocess in function. (GH-27610)Inada Naoki2021-08-051-1/+1
* bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)andrei kulakov2021-08-041-2/+3
* bpo-44564 Move formatted assertion under deprecation warning context (GH-27090)Brandon Schabell2021-08-041-1/+1
* bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)Serhiy Storchaka2021-08-043-37/+86
* bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)Mark Shannon2021-08-042-4/+8
* bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)andrei kulakov2021-08-031-12/+8
* bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-...Serhiy Storchaka2021-08-032-4/+95
* closes bpo-39091: Fix segfault when Exception constructor returns non-excepti...Noah2021-08-031-0/+26
* bpo-44792: Improve syntax errors for if expressions (GH-27506)Miguel Brito2021-08-021-0/+12
* bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)Serhiy Storchaka2021-08-022-2/+46
* bpo-44785: Silence deprecation warnings in test_pickle (#27538)Serhiy Storchaka2021-08-021-1/+5
* bpo-44206: Make sure that dict-keys's version is set to zero when value is po...Mark Shannon2021-08-021-0/+12
* bpo-44808: Fix test_inspect in refleak mode (GH-27544)Pablo Galindo Salgado2021-08-021-1/+2
* bpo-44781: make distutils test suppress deprecation warning from import distu...Irit Katriel2021-08-021-2/+5
* bpo-44793: Fix checking the number of arguments when subscribe a generic type...Serhiy Storchaka2021-08-022-8/+13
* bpo-34013: Don't consider a grouped expression when reporting legacy print sy...Pablo Galindo Salgado2021-08-011-0/+9
* bpo-33671 fix orphaned comment in shutil.copyfileobj (GH-27516)Anthony Sottile2021-07-311-1/+1
* bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27...Serhiy Storchaka2021-07-313-117/+141
* bpo-37880: for argparse add_argument with action='store_const', const now def...Jack DeVries2021-07-312-2/+22
* bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)Jason R. Coombs2021-07-311-6/+12
* Trivial typo in docstringJesús Cea2021-07-311-1/+1
* bpo-44667: Treat correctly lines ending with comments and no newlines in the ...Pablo Galindo Salgado2021-07-312-1/+11
* bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)Jason R. Coombs2021-07-311-3/+5
* bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...andrei kulakov2021-07-302-1/+18
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)andrei kulakov2021-07-302-8/+40
* bpo-42892: fix email multipart attribute error (GH-26903)andrei kulakov2021-07-302-3/+35