Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40661: Fix segfault when parsing invalid input (GH-20165) | Lysandros Nikolaou | 2020-05-18 | 1 | -0/+1 |
* | bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) | Pablo Galindo | 2020-05-15 | 1 | -1/+1 |
* | bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) | Lysandros Nikolaou | 2020-05-14 | 1 | -0/+25 |
* | bpo-40334: Error message for invalid default args in function call (GH-19973) | Lysandros Nikolaou | 2020-05-07 | 1 | -0/+3 |
* | bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) | Lysandros Nikolaou | 2020-05-04 | 1 | -0/+6 |
* | bpo-40443: Remove unused imports in tests (GH-19805) | Victor Stinner | 2020-04-30 | 1 | -3/+0 |
* | bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) | Lysandros Nikolaou | 2020-04-29 | 1 | -5/+4 |
* | bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) | Victor Stinner | 2020-04-23 | 1 | -1/+2 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+764 |