Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41710: Add private _PyDeadline_Get() function (GH-28674) | Victor Stinner | 2021-10-01 | 1 | -5/+5 |
* | bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe... | Serhiy Storchaka | 2021-09-12 | 1 | -3/+5 |
* | bpo-40077: Convert _queuemodule to use heap types (GH-23136) | Erlend Egeberg Aasland | 2020-11-07 | 1 | -31/+27 |
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -10/+45 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 1 | -4/+4 |
* | bpo-14976: Reentrant simple queue (#3346) | Antoine Pitrou | 2018-01-15 | 1 | -0/+218 |