Clone this repo:
  1. 8bb408f Fix classmethod inference boundnode leak (#3106) by Hariharan Agaranallur Ganesan · 11 days ago main
  2. 1466660 Fix typing.self resolution when inheriting (#3057) by kdkavanagh-jt · 11 days ago
  3. 4c5dfcd cap str/bytes node expansion in container and dict.fromkeys inference (#3127) by KALI 834X · 12 days ago
  4. 3824955 cap oversized old-style % string formatting during inference (#3130) by KALI 834X · 12 days ago
  5. 5f42884 Keep the module name in a local in the extension class enum test by Pierre Sassoulas · 13 days ago
  6. 24027e6 Avoid enum transform crash for extension classes (#3163) by Yang Fan · 13 days ago
  7. 9d437b7 Only add _HAS_DEFAULT_FACTORY sentinel when a default_factory is used by Sanjay Santhanam · 13 days ago
  8. 55a1e1e Add __required_keys__ and __optional_keys__ to TypedDict brain (#3184) by Samarth D N · 13 days ago
  9. 178ee60 Run the documentation examples when the documentation is built (#3187) by Pierre Sassoulas · 14 days ago
  10. b00fded Render single backticks as code, and fix two things found on the way by Pierre Sassoulas · 14 days ago
  11. 7d2a9e2 Document the modules the cross-reference check was ignoring by Pierre Sassoulas · 14 days ago
  12. 6ef943e Fail the documentation build on Sphinx warnings by Pierre Sassoulas · 14 days ago
  13. 687729c Fix regex.Pattern and regex.Match subscriptable inference (#3174) by Samarth D N · 2 weeks ago
  14. 2beb35b Fix sphinx cross-reference warnings in docs (#3171) by Samarth D N · 2 weeks ago
  15. 3aacc67 fix: correct typo in comment (#3169) by Samarth D N · 2 weeks ago
  16. a89671d Performance: bypass __init__ in InferenceContext.clone() (#3168) by Pierre Sassoulas · 2 weeks ago
  17. f6b61b8 Add qname() and pytype() to PEP 695 type parameter and alias nodes (#3118) by Vincent Gao · 2 weeks ago
  18. 574b7f2 Fix crash when inferring `__func__` on a directly proxied bound method (#3165) by renechoi · 2 weeks ago
  19. aa3032a [perf] Cap oversized str/bytes and sequence concatenation during inference by KALI 834X · 2 weeks ago
  20. d58c0e3 Access keyword and Slice position attributes directly by Pierre Sassoulas · 2 weeks ago