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

GitHub / tcalmant/python-javaobj / commits

SHA Message Author Date Stats
ddd8c79f Added typing to requirements Thomas Calmant <t****t@g****m> over 6 years ago
a4fe583a Use IntEnum instead of IntFlags Thomas Calmant <t****t@g****m> over 6 years ago
867ddfad Added requirements.txt to travis.yml Thomas Calmant <t****t@g****m> over 6 years ago
870274e2 Added a requirements.txt file Thomas Calmant <t****t@g****m> over 6 years ago
927b1012 Added a dump() method to mimic jdeserialize Thomas Calmant <t****t@g****m> over 6 years ago
9a558195 v2: load returns None if nothing was parsed Thomas Calmant <t****t@g****m> over 6 years ago
f0fac06e Format of test_v2 Thomas Calmant <t****t@g****m> over 6 years ago
a54136e7 Enum: store enum handle instead of str value Thomas Calmant <t****t@g****m> over 6 years ago
27c43ee3 First version of v2 tests Thomas Calmant <t****t@g****m> over 6 years ago
0f5ead3f Added shortcuts in javaobj.v2.__init__ Thomas Calmant <t****t@g****m> over 6 years ago
7474ccfb Fixed v2.beans Thomas Calmant <t****t@g****m> over 6 years ago
447af271 Moved main to v2.main Thomas Calmant <t****t@g****m> over 6 years ago
55e54eee Split modules into v1 and v2 packages Thomas Calmant <t****t@g****m> over 6 years ago
d98961e4 Moved constants in the top package Thomas Calmant <t****t@g****m> over 6 years ago
5a55251f Added missing license in module pydoc Thomas Calmant <t****t@g****m> over 6 years ago
30bc18f0 Better behaviour for JavaArray Thomas Calmant <t****t@g****m> over 6 years ago
e03d3dfe Add behaviour to the beans Thomas Calmant <t****t@g****m> over 6 years ago
cb3a93be Fixed some transformers Thomas Calmant <t****t@g****m> over 6 years ago
f94b7c97 JavaString str() returns the string value Thomas Calmant <t****t@g****m> over 6 years ago
b0e9bac6 Fixed HashMap loading from instance Thomas Calmant <t****t@g****m> over 6 years ago
c4eef48b Fixed call to load_from_blockdata Thomas Calmant <t****t@g****m> over 6 years ago
db3a92dc Added a "main" module to mimic core API Thomas Calmant <t****t@g****m> over 6 years ago
0a24bcb4 Using new transformers with deserialize Thomas Calmant <t****t@g****m> over 6 years ago
f22a5fc7 Ported implementation of jdeserialize Thomas Calmant <t****t@g****m> over 6 years ago
e042c2cb Re-format with black Thomas Calmant <t****t@g****m> about 7 years ago
b6dbfd16 Added @qistoph to the list of authors Thomas Calmant <t****t@g****m> about 7 years ago
aaa4d554 Added support for LinkedHashSet Thomas Calmant <t****t@g****m> about 7 years ago
23cc1864 Compile Java tests with 1.7 Thomas Calmant <t****t@g****m> about 7 years ago
1b7bf42f Fixed unicode issue with Py 2.7 in tests Thomas Calmant <t****t@g****m> about 7 years ago
5a683197 Added pydoc in tests (better reading in nose) Thomas Calmant <t****t@g****m> about 7 years ago
0bb94e0e Re-formatted unit tests file Thomas Calmant <t****t@g****m> about 7 years ago
f8f900f8 merge Merge branch 'qistoph-master' Thomas Calmant <t****t@g****m> about 7 years ago
ffb3b5b3 Refactored PR #27 + added comparison operators Thomas Calmant <t****t@g****m> about 7 years ago
caf73bfc Added tests for PR #27 Thomas Calmant <t****t@g****m> about 7 years ago
a2c01728 Read annotations if superclass dictates that Chris van Marle <q****h@g****m> about 7 years ago
ff14d8ff Add support for java.lang.Long Chris van Marle <q****h@g****m> about 7 years ago
6a7c4d87 Support Integer and Boolean class types Chris van Marle <q****h@g****m> about 7 years ago
1dc4427b Added support for types in the java.time package Thomas Calmant <t****t@g****m> about 7 years ago
64ffdc0f Moved up standard library imports Thomas Calmant <t****t@g****m> over 7 years ago
f5355a1c Added missing version headers Thomas Calmant <t****t@g****m> over 7 years ago
7d264666 Fixed the handling of the char array serialization Thomas Calmant <t****t@g****m> over 7 years ago
a8666f6b Added a unicode_char alias for (uni)chr Thomas Calmant <t****t@g****m> over 7 years ago
1a28fbfc Added to_unicode to __all__ Thomas Calmant <t****t@g****m> over 7 years ago
48a9fee0 Reformated javaobj with black Thomas Calmant <t****t@g****m> over 7 years ago
ffcaebcc Re-formatted tests with black Thomas Calmant <t****t@g****m> over 7 years ago
6fe0b1e5 Added an editor config file Thomas Calmant <t****t@g****m> over 7 years ago
2d47d22e Tested strings must be in unicode Thomas Calmant <t****t@g****m> over 7 years ago
934afc9b JavaString inherits UNICODE_TYPE instead of str Thomas Calmant <t****t@g****m> over 7 years ago
40091156 Added a to_unicode() utility method Thomas Calmant <t****t@g****m> over 7 years ago
d4de9a0e Extracted utility methods to a new module Thomas Calmant <t****t@g****m> over 7 years ago
92766e02 Added early support for sets Thomas Calmant <t****t@g****m> over 7 years ago
726611af Renamed javaobj module to core Thomas Calmant <t****t@g****m> over 7 years ago
615dd0b1 Disabled the test_char_array Thomas Calmant <t****t@g****m> over 7 years ago
1171ff28 Added a testJapan function in Java tests Thomas Calmant <t****t@g****m> over 7 years ago
a96bdcd8 Better snippets in the README Thomas Calmant <t****t@g****m> over 7 years ago
c6ee3851 Remove Java project files Thomas Calmant <t****t@g****m> over 7 years ago
5bd1d5a9 javaobj is now a package Thomas Calmant <t****t@g****m> over 7 years ago
448b4528 Added @guywithface in AUTHORS + doc for mutf8 Thomas Calmant <t****t@g****m> over 7 years ago
7b7b93b6 added support for Java's modified UTF-8 GuyWithFace <s****f@g****m>
Committed by: Thomas Calmant <t****t@g****m>
over 7 years ago
57481519 Fixed loading of HashMap and TreeMap Thomas Calmant <t****t@g****m> over 7 years ago
aca8d825 Added extra loading capability of created objects Thomas Calmant <t****t@g****m> over 7 years ago
f623558a Ignore VS Code folders Thomas Calmant <t****t@g****m> over 7 years ago
2d489773 Fix logging unprintable characters on Py2. Moriyoshi Koizumi <m****o@m****p>
Committed by: Thomas Calmant <t****t@g****m>
about 8 years ago
0b5e8443 Fix serialization / deserialization of char array. Moriyoshi Koizumi <m****o@m****p>
Committed by: Thomas Calmant <t****t@g****m>
about 8 years ago
8472ed9d Version bump to 0.2.4 Thomas Calmant <t****t@g****m> over 8 years ago
17bbce9d Updated Travis-CI configuration (and removed Tox) Thomas Calmant <t****t@g****m> over 8 years ago
9e91b6b1 fix spacing Jason Spencer <j****r@g****m>
Committed by: Thomas Calmant <t****t@g****m>
over 8 years ago
31d3ae43 add author attribution Jason Spencer <j****r@g****m>
Committed by: Thomas Calmant <t****t@g****m>
over 8 years ago
87a1afd7 OR together all flags for base classes; change byte array unit test compare t... Jason Spencer <j****r@g****m>
Committed by: Thomas Calmant <t****t@g****m>
over 8 years ago
07ca2a03 Add support for decoding CESU-8 encoded strings. This works around java's bro... willem <i****e@x****l>
Committed by: Thomas Calmant <t****t@g****m>
almost 9 years ago
91edde89 Avoid using bytearray for JavaByteArray Thomas Calmant <t****t@g****m> almost 9 years ago
0d8bba79 Updated README Thomas Calmant <t****t@g****m> over 9 years ago
bd5cb031 Version bump: 0.2.3 Thomas Calmant <t****t@g****m> over 9 years ago
f98a9d3f Code review Thomas Calmant <t****t@g****m> over 9 years ago
68ad3cc5 Added @vmarkovtsev to AUTHORS Thomas Calmant <t****t@g****m> over 9 years ago
e5b4849e README: added a note about the new behaviour with bytes arrays Thomas Calmant <t****t@g****m> over 9 years ago
6d0b9765 Small code review Thomas Calmant <t****t@g****m> over 9 years ago
613de8fb Small code review Thomas Calmant <t****t@g****m> over 9 years ago
17e3b46d merge Merge pull request #11 from vmarkovtsev/master Thomas Calmant <t****t@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
28ca918d Added a new test for writeChars Thomas Calmant <t****t@g****m> over 9 years ago
99ecc413 Add optional fast deserialization to numpy arrays Vadim Markovtsev <v****m@s****h>
Committed by: Thomas Calmant <t****t@g****m>
over 9 years ago
89131857 Fix char deserialization Vadim Markovtsev <v****m@s****h>
Committed by: Thomas Calmant <t****t@g****m>
over 9 years ago
9d524785 Dramatically speedup reading byte arrays Vadim Markovtsev <v****m@s****h> over 9 years ago
54a01de1 Corrected Travis and Tox configurations Thomas Calmant <t****t@g****m> almost 10 years ago
e1831b40 Adding missing 'passenv' to tox.ini Thomas Calmant <t****t@g****m> almost 10 years ago
0d489cfe Version bump: 0.2.2 Thomas Calmant <t****t@g****m> almost 10 years ago
f019d630 Added some re-read tests Thomas Calmant <t****t@g****m> almost 10 years ago
57e200c7 Better marshalling of enums Thomas Calmant <t****t@g****m> almost 10 years ago
7ae70330 Corrected marshalling of child classes and strings Thomas Calmant <t****t@g****m> almost 10 years ago
9e95288b Better handling of references (but still not working) Thomas Calmant <t****t@g****m> almost 10 years ago
4caba91f Added basic support for references while marshalling Thomas Calmant <t****t@g****m> almost 10 years ago
26c67aac merge Merge pull request #10 from voetsjoeba/master Thomas Calmant <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
e710b963 Fixed byte[] member fields getting serialized as TC_OBJECT instead of TC_ARRA... voetsjoeba <v****b@g****m> almost 10 years ago
cc1353ce Version bump: 0.2.1 Thomas <t****t@g****m> almost 10 years ago
d6a4543c Added @voetsjoeba to the AUTHORS file Thomas Calmant <t****t@i****r> almost 10 years ago
a1dd154e Code review for PEP-8 compliance Thomas Calmant <t****t@i****r> almost 10 years ago
8b3a48c0 merge Merge pull request #8 from voetsjoeba/master Thomas Calmant <t****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
472c8c71 Python 2.6 compatibility voetsjoeba <v****b@g****m> almost 10 years ago
e3b2ac88 Execution of Maven corrected Thomas Calmant <t****t@i****r> almost 10 years ago
c6525fee Added an "AUTHORS" file Thomas <t****t@g****m> about 10 years ago

← Back to repository