FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javaobj - tcalmant/python-javaobj · GitHub
tcalmant
/
python-javaobj
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
84
Code
Issues
2
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-javaobj
javaobj
on
0.4.4
User selector
Datepicker
Commit history
Commits on Apr 7, 2024
Version bump
tcalmant
committed
51fdb1d
View commit details
Copy full SHA for 51fdb1d
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL