Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -4/+14 |
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -7/+11 |
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 1 | -6/+23 |
* | bpo-20182: AC convert Python/sysmodule.c (GH-11328) | Tal Einat | 2018-12-31 | 1 | -4/+970 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -2/+2 |
* | bpo-32591: Add native coroutine origin tracking (#5250) | Nathaniel J. Smith | 2018-01-21 | 1 | -0/+66 |