Commits
User selector
Commit History
Commits on Mar 7, 2022
- authored
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Show description for 3b3be05authored
Commits on Mar 6, 2022
bpo-46921: Vectorcall support for `super()` (GH-31687)
Show description for 602024eandauthored- authored
Commits on Mar 5, 2022
Commits on Mar 4, 2022
Commits on Mar 3, 2022
Commits on Mar 2, 2022
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Show description for b6b711aauthoreddict: Internal cleanup (GH-31641)
Show description for 03642dfauthoredbpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Show description for 6ddb09fauthored
Commits on Mar 1, 2022
Commits on Feb 28, 2022
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Show description for 08deed1authored
Commits on Feb 26, 2022
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Show description for ad56919authored- authored
Commits on Feb 25, 2022
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Show description for 5ab745fauthoredbpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthoredbpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1authoredbpo-1635741: Fix winreg reference leaks (GH-31560)
Show description for 4657bf7authoredbpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Show description for 7d03c8bauthoredbpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611eauthored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthored- authored
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2authoredbpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
Show description for 1f45536authored
Commits on Feb 22, 2022
Commits on Feb 21, 2022
Commits on Feb 19, 2022
dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
Show description for 5543d9cauthored
Commits on Feb 17, 2022
bpo-46730: Fix refleak and tighten NULL checks (GH-31389)
Show description for 9e06d03authoredbpo-46745: Fix typo in PositionsIterator (#31322)
Show description for 482a4b6andauthored
Commits on Feb 16, 2022
bpo-46730: Add more info to @property AttributeError messages (GH-31311)
Show description for 0cb765bauthored
Commits on Feb 15, 2022
bpo-46541: Discover the global strings. (gh-31346)
Show description for 12360aaauthored