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

GitHub / AGProjects/python-cjson / commits

SHA Message Author Date Stats
a06353b0 Increased version and updated changelogs Dan Pascu <d****n@a****m> over 6 years ago
ecadd112 Updated copyright years Dan Pascu <d****n@a****m> over 6 years ago
f9bca44c Added dh-python to Build-Depends Dan Pascu <d****n@a****m> over 6 years ago
ab29d952 Increased debian standards version to 4.5.0 Dan Pascu <d****n@a****m> over 6 years ago
cc049b41 Explicitly use python2 in shebang lines Dan Pascu <d****n@a****m> over 6 years ago
3c38d5d3 Removed commented out variable in debian rules Dan Pascu <d****n@a****m> over 6 years ago
4fd9356d Cleanup after build_inplace Dan Pascu <d****n@a****m> over 6 years ago
6213d0fa Updated boring file Dan Pascu <d****n@a****m> over 6 years ago
08499a11 Pass command line arguments from build_inplace to setup.py Dan Pascu <d****n@a****m> over 6 years ago
fb57ffe2 Updated license Dan Pascu <d****n@a****m> almost 7 years ago
6708fbb1 Refactored setup.py to be PEP-8 compliant Dan Pascu <d****n@a****m> almost 7 years ago
6799d623 Made MANIFEST.in more explicit Dan Pascu <d****n@a****m> almost 7 years ago
85753c5a Install README in the docs for the debian package Dan Pascu <d****n@a****m> almost 7 years ago
75ab00f7 Use pybuild for the debian build system Dan Pascu <d****n@a****m> almost 7 years ago
ee51cdf2 Increased debian compatibility level to 11 and updated dependencies Dan Pascu <d****n@a****m> almost 7 years ago
a454ab7c Fix encoding of UTF-16 surrogate pairs Claudio Freire <k****e@g****m> almost 8 years ago
a21b7276 Increased version and updated changelogs Dan Pascu <d****n@a****m> over 9 years ago
f8a85549 Updated project homepage Dan Pascu <d****n@a****m> over 9 years ago
85fcd1b9 Increased version and updated changelogs Dan Pascu <d****n@a****m> over 9 years ago
4b0a4891 Updated copyright years and stripped licensing info from source code Dan Pascu <d****n@a****m> over 9 years ago
d01023dd Removed no longer used pycompat file Dan Pascu <d****n@a****m> over 9 years ago
bfe63ede Updated debian standards version Dan Pascu <d****n@a****m> over 9 years ago
8129b0f5 Build depend on python >= 2.7 as older versions are not in debian anymore Dan Pascu <d****n@a****m> over 9 years ago
3c600ddc Increased debian compatibility level to 9 Dan Pascu <d****n@a****m> over 9 years ago
372bac19 Updated debian uploaders Dan Pascu <d****n@a****m> over 9 years ago
54b102a9 Removed spurious whitespace Dan Pascu <d****n@a****m> over 9 years ago
64f5f673 Removed unnecessary .PHONY target Dan Pascu <d****n@a****m> over 9 years ago
61d86dc3 Implemented recursion limit check for encoding/decoding arrays and objects Dan Pascu <d****n@a****m> over 9 years ago
8da98a75 Increased version Dan Pascu <d****n@a****m> about 12 years ago
4067ad7e Raised version and updated changelog Saul Ibarra <s****l@a****m> about 15 years ago
55bbddfa Fixed lintian warning Saul Ibarra <s****l@a****m> about 15 years ago
e11cb5aa Reworked Debian packaging Saul Ibarra <s****l@a****m> about 15 years ago
306b79d9 Added myself as uploader Saul Ibarra <s****l@a****m> about 15 years ago
094a0f3f Bumped Debian standards version to 3.9.2 Saul Ibarra <s****l@a****m> about 15 years ago
dc2b8781 Integrate modified 0001-fix-for-CVE-2010-1666 patch from Debian Saul Ibarra <s****l@a****m> about 15 years ago
d6adf10a Fixed issue with core file regexp on OS X Dan Pascu <d****n@a****m> almost 17 years ago
63aa4207 Improved decoding speed by using PyString_GET_SIZE instead of strlen Dan Pascu <d****n@a****m> over 18 years ago
5fe44689 More strict and faster check for numbers when decoding Dan Pascu <d****n@a****m> over 18 years ago
69a9701a Removed redundant test and made macro faster Dan Pascu <d****n@a****m> over 18 years ago
234ff089 Removed some redundant code Dan Pascu <d****n@a****m> over 18 years ago
b6e3c7ed Fixed some list/dict decoding bugs. Use a state machine for decoding them. Dan Pascu <d****n@a****m> over 18 years ago
db9b2e19 Fixed float write test to work with latest high precision float encoding Dan Pascu <d****n@a****m> over 18 years ago
3f930d22 Fixed typo Dan Pascu <d****n@a****m> over 18 years ago
88ef4be3 Fixed windows compilation problem introduced by adding __version__ in 1.0.5 Dan Pascu <d****n@a****m> over 18 years ago
85bbce27 Use repr instead of str when encoding floats to preserve full preicision Dan Pascu <d****n@a****m> over 18 years ago
1048d7ce Updated changelogs for 1.0.5 Dan Pascu <d****n@a****m> about 19 years ago
7dd2899d Call Py_INCREF before calling PyModule_AddObject Dan Pascu <d****n@a****m> about 19 years ago
10999ca0 Increased version to 1.0.5 Dan Pascu <d****n@a****m> about 19 years ago
d7b2973a Added __version__ attribute to the cjson module Dan Pascu <d****n@a****m> about 19 years ago
328f57bc Removed useless checks on module initialization Dan Pascu <d****n@a****m> about 19 years ago
2b26b2ca Check if module initialization failed Dan Pascu <d****n@a****m> about 19 years ago
1d626e32 Added debian changelog for 1.0.4 Dan Pascu <d****n@a****m> about 19 years ago
b49fab1a Do not include the debian directory in the distributed source Dan Pascu <d****n@a****m> about 19 years ago
eac61049 Added LGPL header from the original jsontest.py Dan Pascu <d****n@a****m> about 19 years ago
0719a24a Added changelog note about speed improvement Dan Pascu <d****n@a****m> about 19 years ago
b477c18d Fixed 2 potential buffer overflow errors when encoding string/unicode Dan Pascu <d****n@a****m> about 19 years ago
b4854f73 Added missing return statement in case of overflow error Dan Pascu <d****n@a****m> about 19 years ago
a12e9411 Adjusted some whitespaces Dan Pascu <d****n@a****m> about 19 years ago
59ba0a0f Removed debugging print statement Dan Pascu <d****n@a****m> about 19 years ago
6e916608 Fixed 64-bit portability problems Dan Pascu <d****n@a****m> about 19 years ago
66c965aa Fixed issue with decrementing a string reference too early Dan Pascu <d****n@a****m> about 19 years ago
5248efe2 Increased version to 1.0.4 Dan Pascu <d****n@a****m> about 19 years ago
1bd94ef4 Added ChangeLog Dan Pascu <d****n@a****m> about 19 years ago
9c2c29fe Added licensing information Dan Pascu <d****n@a****m> about 19 years ago
40fc928f Opening for reading is default Dan Pascu <d****n@a****m> over 19 years ago
93d05a13 Include Changelog into the source distribution Dan Pascu <d****n@a****m> over 19 years ago
6ab7aaa6 Added Changelog pointing to debian/changelog Dan Pascu <d****n@a****m> over 19 years ago
bd733c81 Increased version number to 1.0.3 Dan Pascu <d****n@a****m> over 19 years ago
9877f545 Added debian changelog for 1.0.3 Dan Pascu <d****n@a****m> over 19 years ago
99b28c34 Updated the decode function documentation with available arguments Dan Pascu <d****n@a****m> over 19 years ago
032d349e Increased version number Dan Pascu <d****n@a****m> over 19 years ago
6b859a4c Added debian changelog for release 1.0.2 Dan Pascu <d****n@a****m> over 19 years ago
496391e2 Remove build directory on debuild clean Dan Pascu <d****n@a****m> over 19 years ago
29e9ee0f Fixed issues with missing macros Dan Pascu <d****n@a****m> over 19 years ago
60ff8ec0 Also remove cjson.so on debuild clean Dan Pascu <d****n@a****m> over 19 years ago
eb9ae5c8 Added debian changelog for 1.0.1 Dan Pascu <d****n@a****m> over 19 years ago
1fcce63c Updated function comment Dan Pascu <d****n@a****m> over 19 years ago
09e82bc3 Clean some more leftovers on debuild clean Dan Pascu <d****n@a****m> over 19 years ago
35120cae Removed unused import Dan Pascu <d****n@a****m> over 19 years ago
9f90fba2 Updated debian copyright, README and package info Dan Pascu <d****n@a****m> over 19 years ago
4d845948 Added setup manifest file and updated boring file list Dan Pascu <d****n@a****m> over 19 years ago
b3f76ec0 Switched to use the Debian pycentral CDBS template Dan Pascu <d****n@a****m> over 19 years ago
6f6f5463 Removed temporary compatibility functions Dan Pascu <d****n@a****m> over 19 years ago
59d85336 Initial import Dan Pascu <d****n@a****m> over 19 years ago

← Back to repository