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 }}
rcludwick
/
java2python
Public
forked from
natural/java2python
Notifications
You must be signed in to change notification settings
Fork
1
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 14, 2012
Merge pull request #20 from iuliux/master
Show description for 6e48015
natural
committed
6e48015
View commit details
Copy full SHA for 6e48015
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
Browse repository at this point
String formatting (2nd iteration) handle %n from Java
iuliux
committed
d178ce8
View commit details
Copy full SHA for d178ce8
Browse repository at this point
Commits on May 7, 2012
Merge pull request #19 from iuliux/master
Show description for 8c515bd
Troy Melhase
committed
8c515bd
View commit details
Copy full SHA for 8c515bd
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
Browse repository at this point
More gracefully degrading string formatting syntax translation
iuliux
committed
3be8010
View commit details
Copy full SHA for 3be8010
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
Browse repository at this point
Commits on May 3, 2012
Renames.
Troy Melhase
committed
a839a71
View commit details
Copy full SHA for a839a71
Browse repository at this point
Merge branch 'master' of natural-github:natural/java2python
Troy Melhase
committed
249855a
View commit details
Copy full SHA for 249855a
Browse repository at this point
Merge pull request #18 from iuliux/master
Show description for 859a0bd
Troy Melhase
committed
859a0bd
View commit details
Copy full SHA for 859a0bd
Browse repository at this point
Added output sub rule for String.format
iuliux
committed
d5103ae
View commit details
Copy full SHA for d5103ae
Browse repository at this point
Bump to version 0.5.1.
Troy Melhase
committed
ca30900
View commit details
Copy full SHA for ca30900
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
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
Browse repository at this point
Logs each filename before it's processed (at level 10 or INFO). Fixes #14.
Troy Melhase
committed
86fdb2a
View commit details
Copy full SHA for 86fdb2a
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
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
Browse repository at this point
Commits on Apr 26, 2012
Merge pull request #12 from iuliux/master
Show description for 4916ddc
Troy Melhase
committed
4916ddc
View commit details
Copy full SHA for 4916ddc
Browse repository at this point
Fix bug of not prepending instance vars with self
iuliux
committed
aea822e
View commit details
Copy full SHA for aea822e
Browse repository at this point
Commits on Apr 25, 2012
Merge pull request #10 from iuliux/master
Show description for 794b00e
Troy Melhase
committed
794b00e
View commit details
Copy full SHA for 794b00e
Browse repository at this point
Fix the skipped Float in typeSubs
iuliux
committed
390f433
View commit details
Copy full SHA for 390f433
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
Browse repository at this point
Adds explicit PYTHONPATH.
Troy Melhase
committed
a82653a
View commit details
Copy full SHA for a82653a
Browse repository at this point
Adds link to the tests doc.
Troy Melhase
committed
38ddc21
View commit details
Copy full SHA for 38ddc21
Browse repository at this point
Typo.
Troy Melhase
committed
c878f1c
View commit details
Copy full SHA for c878f1c
Browse repository at this point
Better manual PYTHONPATH for tests.
Troy Melhase
committed
90fbe83
View commit details
Copy full SHA for 90fbe83
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
Browse repository at this point
Neither.
Troy Melhase
committed
6578ed1
View commit details
Copy full SHA for 6578ed1
Browse repository at this point
Inside or outside?
Troy Melhase
committed
c818f80
View commit details
Copy full SHA for c818f80
Browse repository at this point
Adds test suite docs.
Troy Melhase
committed
0306c8e
View commit details
Copy full SHA for 0306c8e
Browse repository at this point
Makes expression cast config point a callable.
Troy Melhase
committed
21f8779
View commit details
Copy full SHA for 21f8779
Browse repository at this point
Commits on Apr 23, 2012
Merge pull request #8 from iuliux/master
Show description for 706839d
Troy Melhase
committed
706839d
View commit details
Copy full SHA for 706839d
Browse repository at this point
Cast fully handled. For objects and primitives
iuliux
committed
db60b70
View commit details
Copy full SHA for db60b70
Browse repository at this point
Cast traslated only for primitives
iuliux
committed
2922fbd
View commit details
Copy full SHA for 2922fbd
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
Browse repository at this point
Previous
Next
You can’t perform that action at this time.