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 }}
NandishAndDev
/
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
java2python
on
master
User selector
All users
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 6, 2012
Added warnings for unhandled string formatting translations
iuliux
committed
42c3b47
View commit details
Copy full SHA for 42c3b47
View code at this point
Browse repository at this point
More gracefully degrading string formatting syntax translation
iuliux
committed
3be8010
View commit details
Copy full SHA for 3be8010
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
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
Fix the skipped Float in typeSubs
iuliux
committed
390f433
View commit details
Copy full SHA for 390f433
View code at this point
Browse repository at this point
Extends typeSubs map with types listed in #9.
Troy Melhase
committed
0d1e103
View commit details
Copy full SHA for 0d1e103
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
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
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
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
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
Adding machine generated files for easier distribution.
Troy Melhase
committed
8d69270
View commit details
Copy full SHA for 8d69270
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
More work on configs.
Troy Melhase
committed
ab3c58b
View commit details
Copy full SHA for ab3c58b
View code at this point
Browse repository at this point
Moves back to multiple config dir handling. Adds some dummy config modules.
Troy Melhase
committed
d0ff024
View commit details
Copy full SHA for d0ff024
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.