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 }}
jcoder2012
/
java2python
Public
forked from
natural/java2python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Datepicker
All time
Commit history
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
Renaming test classes.
Troy Melhase
committed
9506e55
View commit details
Copy full SHA for 9506e55
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
c9f5ee5
View commit details
Copy full SHA for c9f5ee5
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
6df6eb6
View commit details
Copy full SHA for 6df6eb6
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
18114ea
View commit details
Copy full SHA for 18114ea
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
0923551
View commit details
Copy full SHA for 0923551
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
43fffc9
View commit details
Copy full SHA for 43fffc9
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
9b9b0e9
View commit details
Copy full SHA for 9b9b0e9
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
bf192df
View commit details
Copy full SHA for bf192df
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
c9b5f13
View commit details
Copy full SHA for c9b5f13
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
2defb01
View commit details
Copy full SHA for 2defb01
View code at this point
Browse repository at this point
Renaming test classes.
Troy Melhase
committed
744f650
View commit details
Copy full SHA for 744f650
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.