Skip to content

Pull requests: davidhalter/parso

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Update setup.py classifiers
#230 by Erotemic was merged Mar 10, 2025
ENH: add grammar file for py314
#229 by tacaswell was merged Dec 27, 2024 Loading…
Fix tests so they work with Python 3.12/3.13
#227 by juliangilbey was merged Nov 22, 2024 Loading…
ENH: add grammar file from py313
#220 by tacaswell was merged Jun 18, 2023 Loading…
fix out-by-one in get_leaf_for_position
#218 by dimbleby was closed Mar 12, 2023 Loading…
Update mypy
#216 by PeterJCLaw was merged Feb 14, 2023 Loading…
Update flake8
#215 by PeterJCLaw was merged Feb 13, 2023 Loading…
Fix unit tests in Python 3.10 (Closes: #192)
#211 by jspricke was merged Dec 6, 2022 Loading…
Explicitly allow implicit optionals
#209 by hauntsaninja was merged Sep 28, 2022 Loading…
Use --no-implicit-optional for type checking
#208 by hauntsaninja was closed Sep 27, 2022 Loading…
Add missing slots to base classes
#204 by ariebovenberg was merged Feb 14, 2022 Loading…
Fixes __slots__ definition in NodeOrLeaf
#199 by sobolevn was merged Sep 15, 2021 Loading…
Removing state pollution in parser_cache
#195 by sturmianseq was merged Aug 25, 2021 Loading…
Fix flaky test_cache_last_used_update again
#189 by gousaiyang was merged May 30, 2021 Loading…
Fix line endings support at various locations
#188 by gousaiyang was merged May 30, 2021 Loading…
Add function to dump parser tree
#187 by gousaiyang was merged May 29, 2021 Loading…
Travis CI -> GitHub Actions
#185 by gousaiyang was merged Apr 7, 2021 Loading…
Fix flaky test_cache_last_used_update
#177 by bobrik was merged Mar 2, 2021 Loading…
ProTip! Exclude everything labeled bug with -label:bug.