Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38116: Convert select module to PEP-384 (#15971) | Dino Viehland | 2019-09-14 | 1 | -3/+3 |
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -16/+103 |
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -13/+36 |
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 1 | -11/+57 |
* | bpo-23867: Argument Clinic: inline parsing code for a single positional param... | Serhiy Storchaka | 2018-12-25 | 1 | -5/+17 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -14/+14 |
* | bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic.... | Serhiy Storchaka | 2018-07-26 | 1 | -5/+5 |
* | bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) | Tal Einat | 2018-06-30 | 1 | -0/+1050 |