- PEP-0020 The Zen of Python
- PEP-0357 Allowing Any Object to be Used for Slicing
- PEP-0427 The Wheel Binary Package Format 1.0
- PEP-0487 Simpler customisation of class creation:
- PEP-0495 Local Time Disambiguation
- PEP-0517 A build-system independent format for source trees
- PEP-0518 Specifying Minimum Build System Requirements for Python Projects
- PEP-0526 Syntax for Variable Annotations
- PEP-0560 Core support for typing module and generic types
- PEP-0563 Postponed Evaluation of Annotations
- PEP-0584 Add Union Operators To dict
- PEP-0585 Type Hinting Generics In Standard Collections
- PEP-0589 TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys
- PEP-0591 Adding a final qualifier to typing
- PEP-0604 Allow writing union types as ``X | Y``
- PEP-0612 Parameter Specification Variables:
- PEP-0614 Relaxing Grammar Restrictions On Decorators
- PEP-0615 Support for the IANA Time Zone Database in the Standard Library
- PEP-0616 String methods to remove prefixes and suffixes
- PEP-0618 Add Optional Length-Checking To zip
- PEP-0622 Structural Pattern Matching
- PEP-0628 Add ``math.tau``
- PEP-0654 Exception Groups and except*:
- PEP-0657 Include Fine Grained Error Locations in Tracebacks
- PEP-0673 Self Type
- PEP-0675 Arbitrary Literal String Type
- PEP-0678 Enriching Exceptions with Notes
- PEP-0680 tomllib: Support for Parsing TOML in the Standard Library
- PEP-0681 Data Class Transforms
- PEP-3141 A Type Hierarchy for Numbers
- PEP-3155 Qualified name for classes and functions