summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3dependabot/github_actions/actions/upload-artifact-v2.2.3dependabot[bot]2021-05-011-1/+1
* bpo-42269: Add slots parameter to dataclass decorator (GH-24171)Yurii Karabas2021-04-305-11/+111
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-014-3/+5
* bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)Ma Lin2021-04-303-71/+77
* bpo-43995: Fix reference leak in test_grammar (GH-25764)Erlend Egeberg Aasland2021-05-011-4/+5
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Mohamed Moselhy2021-04-301-1/+1
* bpo-43928: Fix 'succesfully' typo in document (GH-25569)JT2021-04-301-1/+1
* bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)Tarjei Bærland2021-04-301-1/+1
* bpo-43888: Remove coverage builds from CI (GH-25679)Ammar Askar2021-04-304-184/+0
* bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)Dong-hee Na2021-04-302-2/+3
* bpo-43981: Fix reference leaks in test_squeezer (GH-25758)Pablo Galindo2021-04-302-0/+2
* bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)Victor Stinner2021-04-305-8/+39
* bpo-43901: Fix refleaks in test_module (GH-25754)Pablo Galindo2021-04-302-5/+13
* bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)Victor Stinner2021-04-302-9/+5
* bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)Erlend Egeberg Aasland2021-04-3020-28/+87
* bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)Erlend Egeberg Aasland2021-04-302-13/+8
* bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)Mark Shannon2021-04-307-2952/+2961
* bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-...Erlend Egeberg Aasland2021-04-302-9/+15
* bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)Jakub Kulík2021-04-306-0/+194
* bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)Victor Stinner2021-04-303-28/+61
* bpo-43916: Remove _disabled_new() function (GH-25745)Victor Stinner2021-04-304-30/+9
* bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner2021-04-3013-102/+144
* bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714)Erlend Egeberg Aasland2021-04-301-3/+3
* bpo-43977: Use tp_flags for collection matching (GH-25723)Mark Shannon2021-04-3016-83/+74
* bpo-43954: Fix a missing word in the unittest docs (GH-25672)Zackery Spytz2021-04-301-2/+3
* bpo-43817: Add inspect.get_annotations(). (#25522)larryhastings2021-04-297-31/+513
* bpo-43981: Fix error in idle-test leak test (GH-25739)Terry Jan Reedy2021-04-291-3/+2
* Two minor fixes for accessing a module's name. (#25658)larryhastings2021-04-292-7/+3
* bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas...larryhastings2021-04-299-8/+308
* bpo-43892: Validate the first term of complex literal value patterns (GH-25735)Brandt Bucher2021-04-298-441/+595
* bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)Steve Dower2021-04-306-14/+14
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-3011-15/+32
* bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line n...Mark Shannon2021-04-293-2/+20
* bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)sblondon2021-04-292-3/+3
* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...Senthil Kumaran2021-04-294-0/+54
* bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)Petr Viktorin2021-04-292-1/+13
* bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)Mark Shannon2021-04-2913-4984/+4966
* bpo-43651: Fix test_logging (GH-25715)Inada Naoki2021-04-291-2/+1
* bpo-43774: Enhance debug build documentation (GH-25712)Victor Stinner2021-04-294-69/+53
* bpo-37892: Use space indents in IDLE Shell (GH-25678)Terry Jan Reedy2021-04-293-3/+11
* bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)Petr Viktorin2021-04-297-139/+2844
* bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)Victor Stinner2021-04-298-143/+135
* bpo-28254: Cleanup test_subprocess.test_preexec_gc_module_failure() (GH-25709)Victor Stinner2021-04-291-4/+0
* bpo-43908: Document Static Types in the C API (GH-25710)Victor Stinner2021-04-297-50/+75
* bpo-43908: Make array.array type immutable (GH-25696)Erlend Egeberg Aasland2021-04-293-1/+10
* bpo-43908: Make re types immutable (GH-25697)Erlend Egeberg Aasland2021-04-293-3/+17
* bpo-43892: Make match patterns explicit in the AST (GH-25585)Nick Coghlan2021-04-2820-1348/+3431
* bpo-41139: Deprecate `cgi.log()` (GH-25625)Inada Naoki2021-04-294-1/+10
* bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)Inada Naoki2021-04-292-13/+16
* bpo-43651: Fix EncodingWarning in tests. (GH-25655)Inada Naoki2021-04-293-17/+21