An open API service providing commit metadata for open source projects.

GitHub / tcalmant/python-javaobj / commits

SHA Message Author Date Stats
08e2f50d Add a warning about incompatibilities Thomas <t****t@g****m> about 10 years ago
18d73d2f Updated version number to 0.2.0 Thomas <t****t@g****m> about 10 years ago
d8b33657 Better format for README.rst Thomas <t****t@g****m> about 10 years ago
29f8dd39 merge Activate some more tests Thomas Calmant <t****t@g****m> about 10 years ago
7f1b8564 merge Merge pull request #6 from iciclespider/master Thomas Calmant <t****t@g****m> about 10 years ago
a49253e4 The sunExample test now works Thomas Calmant <t****t@g****m> about 10 years ago
cadf51fd Activate tests that now work Thomas Calmant <t****t@g****m> about 10 years ago
c3595c98 Store the new object reference before processing it's members. Patrick J. McNerthney <p****t@m****m>
Committed by: Patrick J. McNerthney <p****y@t****m>
about 10 years ago
f286deef Version bump to 1.0.4 Thomas <t****t@g****m> about 10 years ago
3ac1e514 Added badges to the README file Thomas <t****t@g****m> about 10 years ago
676999c3 Added configuration files for Travis-CI Thomas <t****t@g****m> about 10 years ago
e71c81a9 Add basic .ser test files to the repository Thomas <t****t@g****m> about 10 years ago
41febf9b Disable test_exception (still some work to do) Thomas <t****t@g****m> about 10 years ago
1052cd70 Find .ser files in tests/java/ or in tests/ Thomas <t****t@g****m> about 10 years ago
f81e238e Use the classdesc of the JavaArray referred when a classdesc is expected Thomas <t****t@g****m> about 10 years ago
4fdb548b Enhance logs Thomas <t****t@g****m> about 10 years ago
942f2319 Added reading test for JCEKS issue #5 Thomas <t****t@g****m> about 10 years ago
e35add5f Corrected methods signatures for Python 2 compatibility Thomas <t****t@g****m> about 10 years ago
50db7424 Version bump to an upload error on PyPI Thomas Calmant <t****t@g****m> about 10 years ago
75146a5e Correction of the README file Thomas Calmant <t****t@g****m> about 10 years ago
b094c3de Going back to a reStructuredText README Thomas Calmant <t****t@g****m> about 10 years ago
2386c5a5 Added setup.cfg for wheel distribution Thomas Calmant <t****t@g****m> about 10 years ago
081473fc Updated version number and copyright date Thomas Calmant <t****t@g****m> about 10 years ago
bedd96ec Reviewed some tests Thomas Calmant <t****t@g****m> about 10 years ago
ed22d047 Enhanced super-class test Thomas Calmant <t****t@g****m> about 10 years ago
1d08fd9a Enhanced/re-enabled some tests Thomas Calmant <t****t@g****m> about 10 years ago
9d9b2aac _writeString: Convert strings to bytes as UTF-8 Thomas Calmant <t****t@g****m> about 10 years ago
60ed5f6e Store transformed objects with add_reference Thomas Calmant <t****t@g****m> about 10 years ago
1c6796f6 Small corrections due to tests Thomas Calmant <t****t@g****m> about 10 years ago
da204708 tests: call Maven with shell=True Thomas Calmant <t****t@g****m> about 10 years ago
cbd49353 Removed the error-prone JavaString constructor Thomas Calmant <t****t@g****m> about 10 years ago
bbba0ced Handle ArrayList and LinkedList the same way Thomas <t****t@g****m> about 10 years ago
ca2ee2bc Support extra arguments in JavaList and JavaMap Thomas <t****t@g****m> about 10 years ago
9df0b952 Small format review Thomas <t****t@g****m> about 10 years ago
8cf33352 Use the JavaString type, as in the original project Thomas <t****t@g****m> about 10 years ago
69c8c4ec Upgraded JavaObjectMarshaller according to the original repository Thomas <t****t@g****m> about 10 years ago
50126265 Correction in the README to reflect the ability to work on Python 3 Thomas <t****t@g****m> about 10 years ago
25a11041 Print a valid offset in the "oops" hexdump Thomas <t****t@g****m> about 10 years ago
f58a07fd Added a start_offset argument to _create_hexdump Thomas <t****t@g****m> about 10 years ago
4aa73bb9 do_enum() now returns a JavaEnum object Thomas <t****t@g****m> about 10 years ago
5a4228b7 Create a JavaArray object in do_array Thomas <t****t@g****m> about 10 years ago
b61a8139 Added support for TC_LONGSTRING Thomas <t****t@g****m> about 10 years ago
59f3bd35 Small reformat of do_object Thomas <t****t@g****m> about 10 years ago
269a43cb Added a log trace in _add_reference Thomas <t****t@g****m> about 10 years ago
814a068e Added support for blockdatalong Thomas <t****t@g****m> about 10 years ago
bdd687b1 Reformat of do_classdesc Thomas <t****t@g****m> about 10 years ago
91852427 Add a length format argument in _readString Thomas <t****t@g****m> about 10 years ago
5f5b6119 Add offset in error messages of _read_and_exec_opcode Thomas <t****t@g****m> about 10 years ago
74581d59 Added JavaEnum and JavaArray definitions Thomas <t****t@g****m> about 10 years ago
da849971 Updated JavaClass and JavaObject according to original project Thomas <t****t@g****m> about 10 years ago
e0de18e1 Added support for transformers in dumps Thomas <t****t@g****m> about 10 years ago
cdba8b98 Add support for custom marshallers in load() and loads() Thomas <t****t@g****m> about 10 years ago
99e082d9 Corrected LICENSE file Thomas <t****t@g****m> about 10 years ago
8a5b84d8 Updated README to match the one from the original project Thomas <t****t@g****m> about 10 years ago
567311d4 Moved imports up (PEP-8 compliance) Thomas <t****t@g****m> about 10 years ago
d079983f Added a "ignore_remaining_data" flag to avoid logging errors when remaining b... Thomas <t****t@g****m> about 10 years ago
38d6cebf Ignore PyCharm project folder Thomas <t****t@g****m> about 10 years ago
64a6e0f2 Added OpCode => Name debug functions Thomas Calmant <t****t@g****m> about 11 years ago
e4a5b8e7 Small code review to respect PEP-8 a bit more Thomas Calmant <t****t@g****m> about 11 years ago
b8ae821d test_4 renamed to test_byte Thomas Calmant <t****t@i****m> over 12 years ago
ccef9104 Correction of serialVersionUID unmarshalling Thomas Calmant <t****t@i****m> over 12 years ago
83d8466f Changed project name to javaobj-py3 Thomas Calmant <t****t@i****m> over 12 years ago
4617ca91 Removed PyDev warnings (unused locals, ...) Thomas Calmant <t****t@i****m> over 12 years ago
346a6cce Corrected the "oops" dump Thomas Calmant <t****t@i****m> over 12 years ago
19425222 Corrected reading process for Python 3 Thomas Calmant <t****t@i****m> over 12 years ago
962313b8 Moved tests to the tests folder Thomas Calmant <t****t@i****m> over 12 years ago
e43dd723 Added a "todo" section to the readme Thomas Calmant <t****t@i****m> over 12 years ago
03cf968b Forced the serialVersionUID of SerializedTestHelper Thomas Calmant <t****t@i****m> over 12 years ago
aedf1e9c Reformated test script Thomas Calmant <t****t@i****m> over 12 years ago
2b1a00ae Use BytesIO in Python 3 Thomas Calmant <t****t@i****m> over 12 years ago
00c85f92 Corrected _create_hexdump Thomas Calmant <t****t@i****m> over 12 years ago
8db56c99 Updated Java project Thomas Calmant <t****t@i****m> over 12 years ago
5f90f15b Added APLv2 header to javaobj.py Thomas Calmant <t****t@i****m> over 12 years ago
01702815 Updated setup.py Thomas Calmant <t****t@i****m> over 12 years ago
b8ecd1d4 Changed README to rEST format Thomas Calmant <t****t@i****m> over 12 years ago
73da37ee Support Python 3 syntax for javaobj.py Thomas Calmant <t****t@i****m> over 12 years ago
675d9af3 merge Merge remote-tracking branch 'origin/master' Thomas Calmant <t****t@i****m> over 12 years ago
b07c201f Initial commit Thomas Calmant <t****t@g****m> over 12 years ago
ae50f6ef Utilized maven to build and run tests from python vbuell <v****l@0****0> over 13 years ago
9173ad1a added support for LinkedList, ArrayList, HashMap. More to go... vbuell <v****l@0****0> about 15 years ago
d961f420 initial implementation for object transformer vbuell <v****l@0****0> about 15 years ago
993ef373 java collections are passing but still have no transformers to native python ... vbuell <v****l@0****0> about 15 years ago
1d037f9c test for Java collections have been added vbuell <v****l@0****0> about 15 years ago
54509813 TC_Exception test added vbuell <v****l@0****0> about 15 years ago
05c8448a Enum deserialization has been added vbuell <v****l@0****0> about 15 years ago
2124aef1 enum test added vbuell <v****l@0****0> about 15 years ago
6b34f7f5 switching to logging instead of printing everything. added support for testgo... vbuell <v****l@0****0> about 15 years ago
a6d89b70 setup.py added vbuell <v****l@0****0> about 15 years ago
767c84c8 javaobj module extracted from peiping project to the new home. vbuell <v****l@0****0> about 15 years ago
5555a2ec adopt api to handle multiple objects being read from the stream vbuell <v****l@0****0> about 15 years ago
d0616c48 fix: reference should be expected for arrays' classdesc. methods names refact... vbuell <v****l@0****0> about 15 years ago
ad392256 wrclass support added. externalContents and objectAnnotation content to do... vbuell <v****l@0****0> about 15 years ago
15bc071a last minute fix for arrays and their unit tests vbuell <v****l@0****0> about 15 years ago
e0ecee09 Code cleanup vbuell <v****l@0****0> about 15 years ago
8d3edd72 References are fully supported (except of enums). Refactoring of typecodes. vbuell <v****l@0****0> about 15 years ago
853fea2a Native types in arrays now supported vbuell <v****l@0****0> about 15 years ago
d7c2d57a objArrays.ser added vbuell <v****l@0****0> over 15 years ago
61b771d5 arrays vbuell <v****l@0****0> over 15 years ago
59b2df24 short is supported vbuell <v****l@0****0> over 15 years ago
8c17de0c superclasses supported. more checking and warnings. vbuell <v****l@0****0> over 15 years ago

← Back to repository