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 }}
httpservlet
/
python-uncompyle6
Public
forked from
rocky/python-uncompyle6
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-uncompyle6
test
bytecode_2.6
on
master
User selector
All users
All time
Commit history
Commits on Feb 10, 2017
Beef up grammar coverage
rocky
committed
31ed869
View commit details
Copy full SHA for 31ed869
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
Simplfy getting coverage
Show description for e71dd01
rocky
committed
e71dd01
View commit details
Copy full SHA for e71dd01
View code at this point
Browse repository at this point
Commits on Jan 29, 2017
Add --coverage to test_pyenvlib and ...
Show description for dadd1c5
rocky
committed
dadd1c5
View commit details
Copy full SHA for dadd1c5
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Reinstate test
rocky
committed
d050dd3
View commit details
Copy full SHA for d050dd3
View code at this point
Browse repository at this point
Commits on Dec 28, 2016
Bugs in Python 2.6- "and" and "lambda" handling ..
Show description for a92e6c9
rocky
committed
a92e6c9
View commit details
Copy full SHA for a92e6c9
View code at this point
Browse repository at this point
WIP : Add THEN to disambigute from "and"
rocky
committed
6c546fe
View commit details
Copy full SHA for 6c546fe
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
Misc changes
Show description for 1e324e0
rocky
committed
1e324e0
View commit details
Copy full SHA for 1e324e0
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
More AST checking
Show description for 31d3877
rocky
committed
31d3877
View commit details
Copy full SHA for 31d3877
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Python 2.1-2.6 bug in list comprehension
rocky
committed
22dee55
View commit details
Copy full SHA for 22dee55
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
A couple more 2.6 (and below) bugs fixed
Show description for 647248d
rocky
committed
647248d
View commit details
Copy full SHA for 647248d
View code at this point
Browse repository at this point
Python 2.5-2.6 generator bug
Show description for f4ac13e
rocky
committed
f4ac13e
View commit details
Copy full SHA for f4ac13e
View code at this point
Browse repository at this point
Commits on Sep 3, 2016
Python 2.2..2.6 bug in a == b == c == d
Show description for 75c718b
rocky
committed
75c718b
View commit details
Copy full SHA for 75c718b
View code at this point
Browse repository at this point
Python 2.3..2.6 "return" bug
Show description for b6fd908
rocky
committed
b6fd908
View commit details
Copy full SHA for b6fd908
View code at this point
Browse repository at this point
Fix Python 2.4-2.6 comp_for text generation...
Show description for 52a35e6
rocky
committed
52a35e6
View commit details
Copy full SHA for 52a35e6
View code at this point
Browse repository at this point
Python 2.6- bug: RETURN_ENDIF, POP_TOP ..
Show description for f1bb40f
rocky
committed
f1bb40f
View commit details
Copy full SHA for f1bb40f
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Handle Python 2.6 and below "except <cond>, <var>"
rocky
committed
1d567d5
View commit details
Copy full SHA for 1d567d5
View code at this point
Browse repository at this point
Commits on Aug 30, 2016
Handle Python 2 vs 3 raise syntax change
Show description for 6f2cdc1
rocky
committed
6f2cdc1
View commit details
Copy full SHA for 6f2cdc1
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
2.6 and 2.7 while1 grammar rule
Show description for 5ffd9b2
rocky
committed
5ffd9b2
View commit details
Copy full SHA for 5ffd9b2
View code at this point
Browse repository at this point
Commits on Jul 9, 2016
Fix some 2.3 bugs; add more 2.3-6. tests
rocky
committed
65b9ece
View commit details
Copy full SHA for 65b9ece
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Add more 2.4 and 2.6 tests
rocky
committed
11eddb7
View commit details
Copy full SHA for 11eddb7
View code at this point
Browse repository at this point
2.5/2.6 RETURN_VALUE bug
rocky
committed
e020f8f
View commit details
Copy full SHA for e020f8f
View code at this point
Browse repository at this point
Start going over Python 2.5 bytecode
Show description for 6f5dce3
rocky
committed
6f5dce3
View commit details
Copy full SHA for 6f5dce3
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
while1 bug in 2.6 and 2.7
rocky
committed
06023c2
View commit details
Copy full SHA for 06023c2
View code at this point
Browse repository at this point
2.6.9 bug: multiple COME_FROMs via "or"/"assert"
rocky
committed
f865eca
View commit details
Copy full SHA for f865eca
View code at this point
Browse repository at this point
2.6.9 elif with multiple COME_FROMs
rocky
committed
14b4f8e
View commit details
Copy full SHA for 14b4f8e
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
< 2.7 bug in not distinguishing raise from assert
rocky
committed
aa65b09
View commit details
Copy full SHA for aa65b09
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Python 2.6 with as stmt
rocky
committed
12d22c0
View commit details
Copy full SHA for 12d22c0
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
2.6 ifelsestmt
rocky
committed
4dff02b
View commit details
Copy full SHA for 4dff02b
View code at this point
Browse repository at this point
Another 2.6 return_stmt bug
rocky
committed
71822bf
View commit details
Copy full SHA for 71822bf
View code at this point
Browse repository at this point
2.6 return_stmt bug
rocky
committed
fa6ae76
View commit details
Copy full SHA for fa6ae76
View code at this point
Browse repository at this point
More 2.6.9 bugs fixed
Show description for 261c60e
rocky
committed
261c60e
View commit details
Copy full SHA for 261c60e
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
2.6.9 list comprehension
rocky
committed
73a0438
View commit details
Copy full SHA for 73a0438
View code at this point
Browse repository at this point
<= 2.6 weird jump out of try block
Show description for da9aeec
rocky
committed
da9aeec
View commit details
Copy full SHA for da9aeec
View code at this point
Browse repository at this point
2.6 genexpr. Some not quite right.
rocky
committed
4b0b7f7
View commit details
Copy full SHA for 4b0b7f7
View code at this point
Browse repository at this point
2.6.9 assert 2-arg bug
rocky
committed
d7f7748
View commit details
Copy full SHA for d7f7748
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.