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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-javaobj
javaobj
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 8, 2022
Marshal JavaByteArrays
ElDavoo
authored and
tcalmant
committed
fba64e9
View commit details
Copy full SHA for fba64e9
View code at this point
Browse repository at this point
Commits on Feb 20, 2022
Fixed Flake8 issues in v2
Show description for 9dee014
tcalmant
committed
9dee014
View commit details
Copy full SHA for 9dee014
View code at this point
Browse repository at this point
Commits on Oct 6, 2021
Add support for java.lang.Class array
madaaraisok
authored and
tcalmant
committed
9a9d351
View commit details
Copy full SHA for 9a9d351
View code at this point
Browse repository at this point
Commits on May 14, 2021
Bump to version 0.4.3
tcalmant
committed
1e4b27a
View commit details
Copy full SHA for 1e4b27a
View code at this point
Browse repository at this point
FIxed Py 2.7 compatibility issue
tcalmant
committed
c2165eb
View commit details
Copy full SHA for c2165eb
View code at this point
Browse repository at this point
Added support for GZip in V2
tcalmant
committed
1a36bb4
View commit details
Copy full SHA for 1a36bb4
View code at this point
Browse repository at this point
Fixed BlockData/str comparison issue
Show description for b9fa087
tcalmant
committed
b9fa087
View commit details
Copy full SHA for b9fa087
View code at this point
Browse repository at this point
Added GZIP input support for V1
tcalmant
committed
7701789
View commit details
Copy full SHA for 7701789
View code at this point
Browse repository at this point
Be more explicit in byte_to_int errors
tcalmant
committed
c4d8f84
View commit details
Copy full SHA for c4d8f84
View code at this point
Browse repository at this point
Commits on May 1, 2021
Added fix for #46
Show description for 53e0f0c
tcalmant
committed
53e0f0c
View commit details
Copy full SHA for 53e0f0c
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Added black configuration + reformat
tcalmant
committed
1cdb3b2
View commit details
Copy full SHA for 1cdb3b2
View code at this point
Browse repository at this point
Version bump to 0.4.2
tcalmant
committed
df2d0f5
View commit details
Copy full SHA for df2d0f5
View code at this point
Browse repository at this point
Made ignoring of import errors compatible with Python 2.x
Jiri Bajer
authored and
tcalmant
committed
4a53999
View commit details
Copy full SHA for 4a53999
View code at this point
Browse repository at this point
NumPy is imported only when needed
Jiri Bajer
authored and
tcalmant
committed
1eeb2ba
View commit details
Copy full SHA for 1eeb2ba
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Code review, disabled some pylint warnings, format
tcalmant
committed
5501a94
View commit details
Copy full SHA for 5501a94
View code at this point
Browse repository at this point
Reformart + disabled some Flake8 warnings
Show description for 0b5436b
tcalmant
committed
0b5436b
View commit details
Copy full SHA for 0b5436b
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Version bump to 0.4.1
Show description for ddc9664
tcalmant
committed
ddc9664
View commit details
Copy full SHA for ddc9664
View code at this point
Browse repository at this point
Fixed wrong type hint in v1
tcalmant
committed
4197474
View commit details
Copy full SHA for 4197474
View code at this point
Browse repository at this point
Fixed format and added a small check
tcalmant
committed
c35af30
View commit details
Copy full SHA for c35af30
View code at this point
Browse repository at this point
Fixed type hint on load_custom_writeObject
Show description for 96f413b
tcalmant
committed
96f413b
View commit details
Copy full SHA for 96f413b
View code at this point
Browse repository at this point
adds tests for custom writeObject
Fede A
authored and
tcalmant
committed
b711479
View commit details
Copy full SHA for b711479
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Fixed Python 2 syntax compatibility
tcalmant
committed
776e894
View commit details
Copy full SHA for 776e894
View code at this point
Browse repository at this point
Some more formatting
tcalmant
committed
8271d5b
View commit details
Copy full SHA for 8271d5b
View code at this point
Browse repository at this point
Reviewed comments & types
Show description for b890a4f
tcalmant
committed
b890a4f
View commit details
Copy full SHA for b890a4f
View code at this point
Browse repository at this point
Fixed a missing type check
tcalmant
committed
6f1829c
View commit details
Copy full SHA for 6f1829c
View code at this point
Browse repository at this point
Added type hint to load_custom_writeObject
Show description for edf7645
tcalmant
committed
edf7645
View commit details
Copy full SHA for edf7645
View code at this point
Browse repository at this point
Second pass on typing + fixes
tcalmant
committed
ec511d4
View commit details
Copy full SHA for ec511d4
View code at this point
Browse repository at this point
Removed circular dependency between core and transformers
tcalmant
committed
4bfdb17
View commit details
Copy full SHA for 4bfdb17
View code at this point
Browse repository at this point
First pass on type hints + some fixes
Show description for 2f445f7
tcalmant
committed
2f445f7
View commit details
Copy full SHA for 2f445f7
View code at this point
Browse repository at this point
Formated code with black
tcalmant
committed
ae23e48
View commit details
Copy full SHA for ae23e48
View code at this point
Browse repository at this point
fixes _read_class_data
Fede A
authored and
tcalmant
committed
a0bd51c
View commit details
Copy full SHA for a0bd51c
View code at this point
Browse repository at this point
removes unused parameter
Fede A
authored and
tcalmant
committed
fc4cdd0
View commit details
Copy full SHA for fc4cdd0
View code at this point
Browse repository at this point
adds suport for SC_WRITE_METHOD
Fede A
authored and
tcalmant
committed
58a9115
View commit details
Copy full SHA for 58a9115
View code at this point
Browse repository at this point
Commits on Dec 30, 2019
Bumped version to 0.4.0
tcalmant
committed
bc33bda
View commit details
Copy full SHA for bc33bda
View code at this point
Browse repository at this point
Removed unncessary parameter in transformer
Show description for 8e78c7a
tcalmant
committed
8e78c7a
View commit details
Copy full SHA for 8e78c7a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.