Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OxfordIonTrapGroup
/
pythonparser
Public
forked from
m-labs/pythonparser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonparser
pythonparser
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2020
Patch for pythonparser to work with python 3.8
RHanley1
committed
960c8fa
View commit details
Copy full SHA for 960c8fa
View code at this point
Browse repository at this point
Patch to work with python 3.8
RHanley1
committed
75123e1
View commit details
Copy full SHA for 75123e1
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Accepts empty print_stmt with destination fp
Show description for 6dd870e
alanjds
authored and
whitequark
committed
6dd870e
View commit details
Copy full SHA for 6dd870e
View code at this point
Browse repository at this point
parser.Parser explicitly inheriting from object
Show description for c31a65f
alanjds
authored and
whitequark
committed
c31a65f
View commit details
Copy full SHA for c31a65f
View code at this point
Browse repository at this point
Commits on Sep 2, 2018
Update test_utils.py
cclauss
authored
356f711
View commit details
Copy full SHA for 356f711
View code at this point
Browse repository at this point
Fix indentation error in LongOnly.__ne__()
Show description for 5a7291b
cclauss
authored
5a7291b
View commit details
Copy full SHA for 5a7291b
View code at this point
Browse repository at this point
Undefined name: exception --> Exception
Show description for fa51676
cclauss
authored
fa51676
View commit details
Copy full SHA for fa51676
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
Fix merge issue in 0ac31a85.
whitequark
committed
5b391fe
View commit details
Copy full SHA for 5b391fe
View code at this point
Browse repository at this point
Implement stub parsing of Python 3.6.
whitequark
committed
ce013dc
View commit details
Copy full SHA for ce013dc
View code at this point
Browse repository at this point
Implement lexing of Python 3.6 (format strings are stubbed out).
whitequark
committed
0ac31a8
View commit details
Copy full SHA for 0ac31a8
View code at this point
Browse repository at this point
Commits on Jul 9, 2017
Make "int" token values be long type when [Ll] specified. (#19)
trotterdylan
authored and
whitequark
committed
49098de
View commit details
Copy full SHA for 49098de
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
Add a statement at EOF lexer test.
whitequark
committed
6872c8f
View commit details
Copy full SHA for 6872c8f
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Add a .lineno() compatibility accessor to AST nodes.
Show description for 61008c7
alanjds
authored and
whitequark
committed
61008c7
View commit details
Copy full SHA for 61008c7
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Insert newline into token stream before EOF.
Show description for 0bb3cc2
trotterdylan
authored and
whitequark
committed
0bb3cc2
View commit details
Copy full SHA for 0bb3cc2
View code at this point
Browse repository at this point
Commits on Feb 11, 2017
Detect source encoding to properly interpret string literals
Show description for f476ec3
trotterdylan
authored and
whitequark
committed
f476ec3
View commit details
Copy full SHA for f476ec3
View code at this point
Browse repository at this point
Commits on Feb 8, 2017
Rewrite the arglist rule to actually match the Python grammar.
Show description for cd2f7ac
whitequark
committed
cd2f7ac
View commit details
Copy full SHA for cd2f7ac
View code at this point
Browse repository at this point
Accept the empty form of print statement.
Show description for f8c8392
whitequark
committed
f8c8392
View commit details
Copy full SHA for f8c8392
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
Support chained attribute accesses for decorators.
Show description for c4d9133
trotterdylan
authored and
whitequark
committed
c4d9133
View commit details
Copy full SHA for c4d9133
View code at this point
Browse repository at this point
Only validate ASTs against the specific Python version we target.
whitequark
committed
4d861af
View commit details
Copy full SHA for 4d861af
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Accept 1- and 2-digit octal sequences in string literals.
Show description for fb7a1f8
trotterdylan
authored and
whitequark
committed
fb7a1f8
View commit details
Copy full SHA for fb7a1f8
View code at this point
Browse repository at this point
Correct the order of elif clauses in the AST.
Show description for a82d05d
trotterdylan
authored and
whitequark
committed
a82d05d
View commit details
Copy full SHA for a82d05d
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
diagnostic.Engine: allow adding multiple notes at once.
whitequark
committed
c744600
View commit details
Copy full SHA for c744600
View code at this point
Browse repository at this point
diagnostic.Engine: allow adding contextual notes.
whitequark
committed
5cb107b
View commit details
Copy full SHA for 5cb107b
View code at this point
Browse repository at this point
Fix python default argument idiocy.
whitequark
committed
03d87cb
View commit details
Copy full SHA for 03d87cb
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
__main__: fix refactoring error.
whitequark
committed
6f4c35e
View commit details
Copy full SHA for 6f4c35e
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
diagnostic.Engine: rename print_diagnostic→render_diagnostic; always call it.
whitequark
committed
8bdc7ba
View commit details
Copy full SHA for 8bdc7ba
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
diagnostic: factor out Engine.print_diagnostic.
whitequark
committed
2c5cf10
View commit details
Copy full SHA for 2c5cf10
View code at this point
Browse repository at this point
diagnostic: use sys.stderr.write instead of nonexistent puts.
whitequark
committed
99fe3f9
View commit details
Copy full SHA for 99fe3f9
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
Do not consider commented-out lines when calculating indentation level.
whitequark
committed
4b46909
View commit details
Copy full SHA for 4b46909
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
source.Range.column_range: clamp to first line.
whitequark
committed
3f3ae13
View commit details
Copy full SHA for 3f3ae13
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Fix tests.
whitequark
committed
d2e0d1b
View commit details
Copy full SHA for d2e0d1b
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Fix diagnostics render for source lines that include tabs.
whitequark
committed
384aea7
View commit details
Copy full SHA for 384aea7
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
algorithm.Visitor.visit: return a value if an array is passed as well.
whitequark
committed
89d137f
View commit details
Copy full SHA for 89d137f
View code at this point
Browse repository at this point
Include expanded_from in source.Range.__repr__.
whitequark
committed
6d74932
View commit details
Copy full SHA for 6d74932
View code at this point
Browse repository at this point
Consider expanded_from in source.Range.{begin,end,join,__eq__,__hash__}.
whitequark
committed
a894981
View commit details
Copy full SHA for a894981
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.