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 }}
guywithface
/
python-javaobj
Public
forked from
tcalmant/python-javaobj
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
python-javaobj
javaobj.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2019
Fixed loading of HashMap and TreeMap
Show description for 5748151
tcalmant
committed
5748151
View commit details
Copy full SHA for 5748151
View code at this point
Browse repository at this point
Added extra loading capability of created objects
Show description for aca8d82
tcalmant
committed
aca8d82
View commit details
Copy full SHA for aca8d82
View code at this point
Browse repository at this point
Commits on May 31, 2018
Fix logging unprintable characters on Py2.
moriyoshi
authored and
tcalmant
committed
2d48977
View commit details
Copy full SHA for 2d48977
View code at this point
Browse repository at this point
Fix serialization / deserialization of char array.
moriyoshi
authored and
tcalmant
committed
0b5e844
View commit details
Copy full SHA for 0b5e844
View code at this point
Browse repository at this point
Commits on Jan 21, 2018
Version bump to 0.2.4
tcalmant
committed
8472ed9
View commit details
Copy full SHA for 8472ed9
View code at this point
Browse repository at this point
Commits on Jan 17, 2018
OR together all flags for base classes; change byte array unit test compare type.
ggjspencer
authored and
tcalmant
committed
87a1afd
View commit details
Copy full SHA for 87a1afd
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
Add support for decoding CESU-8 encoded strings. This works around java's broken utf-8 implementation.
nlitsme
authored and
tcalmant
committed
07ca2a0
View commit details
Copy full SHA for 07ca2a0
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
Avoid using bytearray for JavaByteArray
Show description for 91edde8
tcalmant
committed
91edde8
View commit details
Copy full SHA for 91edde8
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Version bump: 0.2.3
tcalmant
committed
bd5cb03
View commit details
Copy full SHA for bd5cb03
View code at this point
Browse repository at this point
Code review
tcalmant
committed
f98a9d3
View commit details
Copy full SHA for f98a9d3
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Small code review
tcalmant
committed
6d0b976
View commit details
Copy full SHA for 6d0b976
View code at this point
Browse repository at this point
Fix char deserialization
vmarkovtsev
authored and
tcalmant
committed
8913185
View commit details
Copy full SHA for 8913185
View code at this point
Browse repository at this point
Add optional fast deserialization to numpy arrays
vmarkovtsev
authored and
tcalmant
committed
99ecc41
View commit details
Copy full SHA for 99ecc41
View code at this point
Browse repository at this point
Small code review
tcalmant
committed
613de8f
View commit details
Copy full SHA for 613de8f
View code at this point
Browse repository at this point
Dramatically speedup reading byte arrays
vmarkovtsev
committed
9d52478
View commit details
Copy full SHA for 9d52478
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Version bump: 0.2.2
tcalmant
committed
0d489cf
View commit details
Copy full SHA for 0d489cf
View code at this point
Browse repository at this point
Better marshalling of enums
Show description for 57e200c
tcalmant
committed
57e200c
View commit details
Copy full SHA for 57e200c
View code at this point
Browse repository at this point
Corrected marshalling of child classes and strings
tcalmant
committed
7ae7033
View commit details
Copy full SHA for 7ae7033
View code at this point
Browse repository at this point
Better handling of references (but still not working)
tcalmant
committed
9e95288
View commit details
Copy full SHA for 9e95288
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
Added basic support for references while marshalling
Show description for 4caba91
tcalmant
committed
4caba91
View commit details
Copy full SHA for 4caba91
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Fixed byte[] member fields getting serialized as TC_OBJECT instead of TC_ARRAY (github issue #9)
voetsjoeba
committed
e710b96
View commit details
Copy full SHA for e710b96
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Version bump: 0.2.1
tcalmant
committed
cc1353c
View commit details
Copy full SHA for cc1353c
View code at this point
Browse repository at this point
Code review for PEP-8 compliance
tcalmant
committed
a1dd154
View commit details
Copy full SHA for a1dd154
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Python 2.6 compatibility
voetsjoeba
committed
472c8c7
View commit details
Copy full SHA for 472c8c7
View code at this point
Browse repository at this point
Commits on May 16, 2016
Updated version number to 0.2.0
tcalmant
committed
18d73d2
View commit details
Copy full SHA for 18d73d2
View code at this point
Browse repository at this point
Commits on May 13, 2016
Store the new object reference before processing it's members.
Show description for c3595c9
iciclespider
authored and
Patrick J. McNerthney
committed
c3595c9
View commit details
Copy full SHA for c3595c9
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
Version bump to 1.0.4
tcalmant
committed
f286dee
View commit details
Copy full SHA for f286dee
View code at this point
Browse repository at this point
Use the classdesc of the JavaArray referred when a classdesc is expected
Show description for f81e238
tcalmant
committed
f81e238
View commit details
Copy full SHA for f81e238
View code at this point
Browse repository at this point
Enhance logs
tcalmant
committed
4fdb548
View commit details
Copy full SHA for 4fdb548
View code at this point
Browse repository at this point
Corrected methods signatures for Python 2 compatibility
tcalmant
committed
e35add5
View commit details
Copy full SHA for e35add5
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Version bump to an upload error on PyPI
tcalmant
committed
50db742
View commit details
Copy full SHA for 50db742
View code at this point
Browse repository at this point
Updated version number and copyright date
tcalmant
committed
081473f
View commit details
Copy full SHA for 081473f
View code at this point
Browse repository at this point
_writeString: Convert strings to bytes as UTF-8
Show description for 9d9b2aa
tcalmant
committed
9d9b2aa
View commit details
Copy full SHA for 9d9b2aa
View code at this point
Browse repository at this point
Store transformed objects with add_reference
Show description for 60ed5f6
tcalmant
committed
60ed5f6
View commit details
Copy full SHA for 60ed5f6
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Small corrections due to tests
Show description for 1c6796f
tcalmant
committed
1c6796f
View commit details
Copy full SHA for 1c6796f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.