| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-110721: Remove unused code from suggestions.c after moving PyErr_Display ↵ | Pablo Galindo Salgado | 2024-01-08 | 1 | -0/+1 |
| | | | | | to use the traceback module (#113712) | ||||
| * | gh-88402: Add new sysconfig variables on Windows (GH-110049) | Sam Gross | 2023-10-04 | 1 | -0/+1 |
| | | | | | Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> | ||||
| * | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | This implements PEP 695, Type Parameter Syntax. It adds support for: - Generic functions (def func[T](): ...) - Generic classes (class X[T](): ...) - Type aliases (type X = ...) - New scoping when the new syntax is used within a class body - Compiler and interpreter changes to support the new syntax and scoping rules Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Eric Traut <eric@traut.com> Co-authored-by: Larry Hastings <larry@hastings.org> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
| * | bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) | Serhiy Storchaka | 2022-04-04 | 1 | -1/+1 |
| | | |||||
| * | bpo-46933: Make pwd module optional (GH-31700) | Christian Heimes | 2022-03-07 | 1 | -0/+35 |
| Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> | |||||
