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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rusthon
/
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
Breadcrumbs
History for
java2python
java2python
on
ab3c58b
User selector
All users
All time
Commit history
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
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
Commits on Oct 20, 2011
Adds selector tests.
Troy Melhase
committed
646fe5f
View commit details
Copy full SHA for 646fe5f
View code at this point
Browse repository at this point
Commits on Oct 19, 2011
Getting there...
Troy Melhase
committed
787b21c
View commit details
Copy full SHA for 787b21c
View code at this point
Browse repository at this point
Commits on Oct 17, 2011
Acounts for local names in addition to method names.
Troy Melhase
committed
0f42d7f
View commit details
Copy full SHA for 0f42d7f
View code at this point
Browse repository at this point
Commits on Oct 15, 2011
Fiddles.
Troy Melhase
committed
88f84ab
View commit details
Copy full SHA for 88f84ab
View code at this point
Browse repository at this point
Commits on Aug 12, 2010
work in progress.
Troy Melhase
committed
a041ba3
View commit details
Copy full SHA for a041ba3
View code at this point
Browse repository at this point
Commits on Aug 5, 2010
inching to something complete.
Troy Melhase
committed
724b4e9
View commit details
Copy full SHA for 724b4e9
View code at this point
Browse repository at this point
Commits on Jul 31, 2010
new trunk.
Troy Melhase
committed
77ee508
View commit details
Copy full SHA for 77ee508
View code at this point
Browse repository at this point
removing old trunk in favor of 0.5 (next commit).
Troy Melhase
committed
5305a78
View commit details
Copy full SHA for 5305a78
View code at this point
Browse repository at this point
Commits on Oct 5, 2007
When names of method parameters same as class members, 'self.' with be prepend to references of method parameters. The patch fix this bug.
liling
committed
2f081db
View commit details
Copy full SHA for 2f081db
View code at this point
Browse repository at this point
Commits on Oct 1, 2007
Map None to None_ while keep null as None. Fix bugs in constructor, and make SuperCtorTest pass
liling
committed
0dbe3cd
View commit details
Copy full SHA for 0dbe3cd
View code at this point
Browse repository at this point
Add a testcase for ClassInit; Merge the original SuperCtorTests into one; Fix bugs in Loops testcase; Add tests for static member variable with keyword as name
liling
committed
adb1b8a
View commit details
Copy full SHA for adb1b8a
View code at this point
Browse repository at this point
Commits on Sep 29, 2007
Rename None to None_
liling
committed
30c16af
View commit details
Copy full SHA for 30c16af
View code at this point
Browse repository at this point
Add a for(;;) testcase
liling
committed
a0c8965
View commit details
Copy full SHA for a0c8965
View code at this point
Browse repository at this point
Present for(;;) as while True
liling
committed
39eca7f
View commit details
Copy full SHA for 39eca7f
View code at this point
Browse repository at this point
Commits on Sep 28, 2007
Map from to from_
liling
committed
b8c5e9f
View commit details
Copy full SHA for b8c5e9f
View code at this point
Browse repository at this point
Make generated code for switch/case more clean
liling
committed
e58fb46
View commit details
Copy full SHA for e58fb46
View code at this point
Browse repository at this point
Add a typeTypeMap for array([)
liling
committed
c2d3021
View commit details
Copy full SHA for c2d3021
View code at this point
Browse repository at this point
Default value for variable should be None, not Object()
liling
committed
e2f9310
View commit details
Copy full SHA for e2f9310
View code at this point
Browse repository at this point
Fix switch problems. Fix issue #30.
liling
committed
d48c30a
View commit details
Copy full SHA for d48c30a
View code at this point
Browse repository at this point
Make some testcases use python unittest
liling
committed
4a8f286
View commit details
Copy full SHA for 4a8f286
View code at this point
Browse repository at this point
Add a testcase for class members
liling
committed
52da7b8
View commit details
Copy full SHA for 52da7b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.