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 }}
purenjake
/
java2python
Public
forked from
natural/java2python
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
java2python
test
on
master
User selector
All users
All time
Commit history
Commits on Oct 15, 2014
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
remove Math. prefix, test
bdkearns
committed
3463036
View commit details
Copy full SHA for 3463036
View code at this point
Browse repository at this point
convert IOException to IOError, test
bdkearns
committed
96897b9
View commit details
Copy full SHA for 96897b9
View code at this point
Browse repository at this point
handle String.valueOf()
bdkearns
committed
04dd59c
View commit details
Copy full SHA for 04dd59c
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
some changes for py3 compat
bdkearns
committed
c994f83
View commit details
Copy full SHA for c994f83
View code at this point
Browse repository at this point
print differences when testing
bdkearns
committed
2d5e911
View commit details
Copy full SHA for 2d5e911
View code at this point
Browse repository at this point
test/fix overloaded synchronized methods
bdkearns
committed
7120676
View commit details
Copy full SHA for 7120676
View code at this point
Browse repository at this point
add failing test for class variables with no initial value
bdkearns
committed
28f039a
View commit details
Copy full SHA for 28f039a
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
Commits on May 13, 2012
Handle flags, width and precision implemented (string formatting)
iuliux
committed
2c82742
View commit details
Copy full SHA for 2c82742
View code at this point
Browse repository at this point
String formatting (2nd iteration) handle %n from Java
iuliux
committed
d178ce8
View commit details
Copy full SHA for d178ce8
View code at this point
Browse repository at this point
Commits on May 4, 2012
String formatting as AST transform (1st iteration)
iuliux
committed
6a8ded2
View commit details
Copy full SHA for 6a8ded2
View code at this point
Browse repository at this point
Commits on May 3, 2012
Renames.
Troy Melhase
committed
a839a71
View commit details
Copy full SHA for a839a71
View code at this point
Browse repository at this point
Added output sub rule for String.format
iuliux
committed
d5103ae
View commit details
Copy full SHA for d5103ae
View code at this point
Browse repository at this point
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
AST transforms for .length() method call. Fixes #17.
Troy Melhase
committed
6548316
View commit details
Copy full SHA for 6548316
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 25, 2012
Adds explicit PYTHONPATH.
Troy Melhase
committed
a82653a
View commit details
Copy full SHA for a82653a
View code at this point
Browse repository at this point
Better manual PYTHONPATH for tests.
Troy Melhase
committed
90fbe83
View commit details
Copy full SHA for 90fbe83
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
Fix for uppercase 'f' and 'd' in float/decimal literals.
Troy Melhase
committed
940a4ff
View commit details
Copy full SHA for 940a4ff
View code at this point
Browse repository at this point
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
Extends AST type replacements with remaining primitive types.
Troy Melhase
committed
764be76
View commit details
Copy full SHA for 764be76
View code at this point
Browse repository at this point
Commits on Feb 8, 2012
Blindly moves class-level expressions containing the class name
Show description for 7a6f0fb
Troy Melhase
committed
7a6f0fb
View commit details
Copy full SHA for 7a6f0fb
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
Makes overloading.py part of distribution.
Troy Melhase
committed
2e9301f
View commit details
Copy full SHA for 2e9301f
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
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 4, 2012
Uses config module instead of file.
Troy Melhase
committed
821232f
View commit details
Copy full SHA for 821232f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.