summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-44564 Move formatted assertion under deprecation warning context (GH-27090)Brandon Schabell2021-08-041-1/+1
* Fix 404 link to the pyporting mailing list (GH-27320)Rohit Nishad2021-08-041-3/+3
* bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)Serhiy Storchaka2021-08-044-37/+89
* Note that tp_clear and m_clear are not always called (GH-27581)Petr Viktorin2021-08-042-0/+12
* Fix hyperlink conflict in turtle docs (GH-27592)Harry2021-08-041-12/+16
* bpo-41117: Cleanup subtract_refs() (GH-27593)Victor Stinner2021-08-041-3/+3
* bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)Mark Shannon2021-08-046-8/+49
* Add option to write specialization stats to files and script to summarize. (G...Mark Shannon2021-08-044-12/+75
* bpo-41886: Fix documented type of PyType_Type (GH-22454)da-woods2021-08-031-1/+1
* Ensure LICENSE.txt file is generated even in PGO builds (GH-27580)Steve Dower2021-08-031-4/+3
* bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)andrei kulakov2021-08-031-12/+8
* bpo-41737: expand doc for NotADirectoryError (GH-27471)andrei kulakov2021-08-031-2/+4
* bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-...Serhiy Storchaka2021-08-034-71/+124
* closes bpo-39091: Fix segfault when Exception constructor returns non-excepti...Noah2021-08-034-4/+44
* bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)Raymond Hettinger2021-08-021-16/+32
* bpo-44792: Improve syntax errors for if expressions (GH-27506)Miguel Brito2021-08-025-0/+48
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)Jake Stockwin2021-08-022-7/+27
* Document PyMember_GetOne and PyMember_SetOne (GH-27555)Ken Jin2021-08-021-0/+15
* bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)Serhiy Storchaka2021-08-023-2/+48
* bpo-44785: Silence deprecation warnings in test_pickle (#27538)Serhiy Storchaka2021-08-021-1/+5
* build(deps): bump actions/stale from 3 to 4 (#27526)dependabot[bot]2021-08-021-1/+1
* bpo-44206: Make sure that dict-keys's version is set to zero when value is po...Mark Shannon2021-08-022-0/+13
* bpo-44808: Fix test_inspect in refleak mode (GH-27544)Pablo Galindo Salgado2021-08-021-1/+2
* doc: "Mac OS X" -> "macOS" (GH-27535)partev2021-08-021-3/+3
* doc: "Mac OS " -> "macOS" (GH-27534)partev2021-08-021-1/+1
* 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-023-8/+15
* bpo-34013: Don't consider a grouped expression when reporting legacy print sy...Pablo Galindo Salgado2021-08-013-6/+17
* 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-314-13/+41
* bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)Jason R. Coombs2021-07-312-6/+14
* Divide the grammar into sections to improve readability (GH-27502)Pablo Galindo Salgado2021-07-312-6806/+7029
* 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-313-1/+15
* bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)Jason R. Coombs2021-07-312-3/+6
* bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...andrei kulakov2021-07-303-1/+21
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)andrei kulakov2021-07-304-8/+56
* bpo-42892: fix email multipart attribute error (GH-26903)andrei kulakov2021-07-303-3/+36
* bpo-41911: Update docs for various expressions (GH-27470)andrei kulakov2021-07-301-7/+34
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236)Stefan Hoelzl2021-07-304-3/+13
* Fail the CI if an optional module fails to compile (GH-27466)Pablo Galindo Salgado2021-07-303-0/+8
* Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)Ori Avtalion2021-07-301-2/+2
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-3039-58/+58
* bpo-44747: Refactor usage of sys._getframe at typing module (#27387)Yurii Karabas2021-07-302-21/+9