Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42246: Partial implementation of PEP 626. (GH-23113) | Mark Shannon | 2020-11-12 | 1 | -13/+13 |
* | bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) | Serhiy Storchaka | 2020-07-10 | 1 | -1/+137 |
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -36/+1 |
* | Document CodeType.replace (GH-17776) | Anthony Sottile | 2020-01-01 | 1 | -2/+2 |
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | Rémi Lapeyre | 2019-08-29 | 1 | -10/+10 |
* | bpo-37032: Add CodeType.replace() method (GH-13542) | Victor Stinner | 2019-05-24 | 1 | -0/+256 |