summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into patma-previewpatma-previewda-woods2022-12-123-3/+30
|\
| * Fix module struct C syntax error on windows (#5171)AnyLeftovers2022-12-121-1/+1
| * Docs: Document type qualifiers (#5165)Matus Valo2022-12-111-0/+28
| * Fix error from combination of two Complex.c changes (#5167)da-woods2022-12-101-2/+1
* | Fix error compiling Cythonda-woods2022-12-081-1/+2
* | Merge branch 'match-or' into patma-previewda-woods2022-12-0813-540/+811
|\ \
| * \ Merge branch 'match-class' into match-orda-woods2022-12-08317-3192/+16746
| |\ \
| | * \ Merge branch 'match-mapping' into match-classda-woods2022-12-08317-3219/+16773
| | |\ \
| | | * \ Merge branch 'match-sequence' into match-mappingda-woods2022-12-08316-3249/+16787
| | | |\ \
| | | | * \ Merge branch 'match-targets' into match-sequenceda-woods2022-12-08316-3292/+16825
| | | | |\ \
| | | | | * \ Merge branch 'guards' into match-targetsda-woods2022-12-08316-3357/+16883
| | | | | |\ \
| | | | | | * \ Merge branch 'basic_match' into guardsda-woods2022-12-08316-3371/+16897
| | | | | | |\ \
| | | | | | | * | Type bools to bool for pattern matchingda-woods2022-12-082-5/+9
| | | | | | | * | Merge branch 'parse-match' into basic_matchda-woods2022-12-08316-3387/+16909
| | | | | | | |\ \
| | | | | | | | * | Avoid crashing due to ErrorNodesda-woods2022-11-191-1/+11
| | | | | | | | * | Merge branch 'master' into parse-matchda-woods2022-11-17238-1731/+12305
| | | | | | | | |\ \
| | | | | | | | * | | Actually add flag to pxdda-woods2022-08-031-0/+1
| | | | | | | | * | | Add flag to compiled PostParseda-woods2022-08-021-2/+1
| | | | | | | | * | | Parsing function names/signatures, flag for in_pattern_nodeda-woods2022-08-023-18/+22
| | | | | | | | * | | Apply suggestions from code reviewda-woods2022-08-021-11/+9
| | | | | | | | * | | Validate f-string in post-parseda-woods2022-08-013-6/+18
| | | | | | | | * | | PEP8 keyword argument spacingda-woods2022-08-011-26/+26
| | | | | | | | * | | Factor out shared bits of p_atom and p_literal_patternda-woods2022-08-012-47/+46
| | | | | | | | * | | Improvements to Parsing.pyda-woods2022-08-011-11/+10
| | | | | | | | * | | Changes from review (mainly better names)da-woods2022-08-011-21/+21
| | | | | | | | * | | Apply suggestions from code reviewda-woods2022-08-011-9/+8
| | | | | | | | * | | Merge remote-tracking branch 'origin/parse-match' into parse-matchda-woods2022-07-311-1/+1
| | | | | | | | |\ \ \
| | | | | | | | | * | | indent Tools/ci-run.shda-woods2022-07-311-1/+1
| | | | | | | | * | | | Rename variable in parserda-woods2022-07-311-5/+5
| | | | | | | | * | | | Moved "_compile" to shared test utilda-woods2022-07-312-19/+25
| | | | | | | | |/ / /
| | | | | | | | * | | Substitute subtest of Python 2.7da-woods2022-07-171-0/+10
| | | | | | | | * | | Added a NULL testda-woods2022-07-171-0/+18
| | | | | | | | * | | Change compile tests to use TreeFragmentda-woods2022-07-174-40/+44
| | | | | | | | * | | setup enum34 on pypy2.7da-woods2022-07-172-0/+3
| | | | | | | | * | | A bit of spacing for readabilityda-woods2022-07-171-2/+31
| | | | | | | | * | | Make disabling returns easier to findda-woods2022-07-171-266/+266
| | | | | | | | * | | Updated test_patma to match most recent CPythonda-woods2022-07-171-2/+46
| | | | | | | | * | | Tiny comment fixesda-woods2022-07-171-1/+1
| | | | | | | | * | | Apply one more suggestionda-woods2022-07-171-1/+1
| | | | | | | | * | | Apply suggestions from code reviewda-woods2022-07-172-9/+6
| | | | | | | | * | | Update to reflect named_expr refactorda-woods2022-07-161-1/+1
| | | | | | | | * | | Merge branch 'master' into parse-matchda-woods2022-07-16124-1393/+4209
| | | | | | | | |\ \ \
| | | | | | | | * | | | + NUMBER isn't a valid patternda-woods2022-06-191-4/+4
| | | | | | | | * | | | Improve pattern identificationda-woods2022-06-181-23/+23
| | | * | | | | | | | | Unpack methods in non-dict mappingda-woods2022-09-231-3/+21
| * | | | | | | | | | | Merge branch 'match-class' into match-orda-woods2022-09-174-349/+460
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Merge branch 'match-mapping' into match-classda-woods2022-09-171-52/+37
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Merge branch 'match-sequence' into match-mappingda-woods2022-09-172-58/+53
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | | * | | | | | | | Simplify some type checkingda-woods2022-09-161-52/+37
| | | | * | | | | | | | Disable memview test on Py2da-woods2022-09-031-6/+16