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
Type
/
to 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 }}
dynl04d
/
java2python
Public
forked from
natural/java2python
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
java2python
java2python
compiler
on
master
User selector
All users
All time
Commit history
Commits on Oct 15, 2014
put space in static array creator
bdkearns
committed
153da8b
View commit details
Copy full SHA for 153da8b
View code at this point
Browse repository at this point
fix continue in for loops
bdkearns
committed
0c6ee8e
View commit details
Copy full SHA for 0c6ee8e
View code at this point
Browse repository at this point
add abc imports when defining interfaces
bdkearns
committed
daced34
View commit details
Copy full SHA for daced34
View code at this point
Browse repository at this point
use config.every rather than config.last for configHandlers
bdkearns
committed
150e5ce
View commit details
Copy full SHA for 150e5ce
View code at this point
Browse repository at this point
Commits on Oct 14, 2014
ensure overloaded methods are registered as synchronized
bdkearns
committed
4353f40
View commit details
Copy full SHA for 4353f40
View code at this point
Browse repository at this point
fix test, class variables with no init value are set to None
bdkearns
committed
3f2407d
View commit details
Copy full SHA for 3f2407d
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
test and fix vars defined inside blocks
bdkearns
committed
8a75871
View commit details
Copy full SHA for 8a75871
View code at this point
Browse repository at this point
output switch equals cases with spaces around operator
bdkearns
committed
39a0323
View commit details
Copy full SHA for 39a0323
View code at this point
Browse repository at this point
Commits on May 3, 2012
Support for if/else if/else with empty final else. Fixes #16.
Troy Melhase
committed
fa8a410
View commit details
Copy full SHA for fa8a410
View code at this point
Browse repository at this point
Adds support for 'else if' without 'else'. Fixes #15.
Troy Melhase
committed
9590d48
View commit details
Copy full SHA for 9590d48
View code at this point
Browse repository at this point
Updates walk() calls to pass memo in all cases. Fixes #13.
Troy Melhase
committed
1b428df
View commit details
Copy full SHA for 1b428df
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Fix bug of not prepending instance vars with self
iuliux
committed
aea822e
View commit details
Copy full SHA for aea822e
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
Makes expression cast config point a callable.
Troy Melhase
committed
21f8779
View commit details
Copy full SHA for 21f8779
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
Cast fully handled. For objects and primitives
iuliux
committed
db60b70
View commit details
Copy full SHA for db60b70
View code at this point
Browse repository at this point
Cast traslated only for primitives
iuliux
committed
2922fbd
View commit details
Copy full SHA for 2922fbd
View code at this point
Browse repository at this point
Commits on Feb 8, 2012
Adds type and modifier attributes to expr block objects.
Troy Melhase
committed
4ea8366
View commit details
Copy full SHA for 4ea8366
View code at this point
Browse repository at this point
Commits on Feb 6, 2012
Better handling of all non-block types in and .
Troy Melhase
committed
7befea3
View commit details
Copy full SHA for 7befea3
View code at this point
Browse repository at this point
Adds better support for nested parenthesis. See issue #2.
Troy Melhase
committed
ad5b3fe
View commit details
Copy full SHA for ad5b3fe
View code at this point
Browse repository at this point
Adds support for if-expr and else-expr forms. See issue #4.
Troy Melhase
committed
873f67a
View commit details
Copy full SHA for 873f67a
View code at this point
Browse repository at this point
Fixes empty statement (issue #3).
Troy Melhase
committed
1278f29
View commit details
Copy full SHA for 1278f29
View code at this point
Browse repository at this point
Commits on Feb 5, 2012
Adds support for .class and void.class expressions.
Troy Melhase
committed
aa7bd0a
View commit details
Copy full SHA for aa7bd0a
View code at this point
Browse repository at this point
Updates AST break and continue visitors to warn about labeled constructs.
Troy Melhase
committed
0027823
View commit details
Copy full SHA for 0027823
View code at this point
Browse repository at this point
Adds real support for synchronized modifier and statement.
Troy Melhase
committed
431b568
View commit details
Copy full SHA for 431b568
View code at this point
Browse repository at this point
Commits on Feb 3, 2012
Comment and docstring cleanup.
Troy Melhase
committed
e527355
View commit details
Copy full SHA for e527355
View code at this point
Browse repository at this point
Commits on Jan 30, 2012
Bulk whitespace cleanup.
Troy Melhase
committed
9f9251b
View commit details
Copy full SHA for 9f9251b
View code at this point
Browse repository at this point
Initial support for 'continue' statement.
Troy Melhase
committed
6661f48
View commit details
Copy full SHA for 6661f48
View code at this point
Browse repository at this point
Corrects empty while loops.
Show description for 3294b04
Troy Melhase
committed
3294b04
View commit details
Copy full SHA for 3294b04
View code at this point
Browse repository at this point
Commits on Jan 29, 2012
Adds support for empty 'catch' statements.
Troy Melhase
committed
f6bcd6c
View commit details
Copy full SHA for f6bcd6c
View code at this point
Browse repository at this point
Adds support for 'super()' calls.
Troy Melhase
committed
f4725cc
View commit details
Copy full SHA for f4725cc
View code at this point
Browse repository at this point
Adds support for 'this()' constructor calls.
Troy Melhase
committed
7e7fad8
View commit details
Copy full SHA for 7e7fad8
View code at this point
Browse repository at this point
Corrects expression parents in switch blocks, which allows for finding alternate idents.
Troy Melhase
committed
fdff9c4
View commit details
Copy full SHA for fdff9c4
View code at this point
Browse repository at this point
Commits on Nov 2, 2011
Work on better zope interface example.
Troy Melhase
committed
1fc13e2
View commit details
Copy full SHA for 1fc13e2
View code at this point
Browse repository at this point
Commits on Oct 30, 2011
Adds config handler for class, interface and enum bases.
Troy Melhase
committed
c8dd7ad
View commit details
Copy full SHA for c8dd7ad
View code at this point
Browse repository at this point
Commits on Oct 27, 2011
Moves colortools into lib/__init__. Other minor fixups.
Troy Melhase
committed
b1af8ac
View commit details
Copy full SHA for b1af8ac
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
Inching towards release.
Troy Melhase
committed
2853dfb
View commit details
Copy full SHA for 2853dfb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.