Madhava Jay
fc617142c0
Fixed issue where pickle helpers didnt use new from_bytes with context
...
- Added with context to benchmarks that use with_bytes
2022-05-24 11:38:27 +10:00
Jacob Alexander
6e7fffd7de
Applying black formatting
...
- Fixing flake8 configuration to agree with black
- Adding black validation check to github actions
2021-10-01 11:12:21 -07:00
Jacob Alexander
49fd4854d8
Minor code cleanup
...
- Reducing linter errors
- Removing old Python 2-only code (__future__ print)
2020-06-08 23:51:07 -07:00
Jacob Alexander
fc75e4083d
Fixing remaining flake8 lint warnings
2019-12-11 22:44:44 -08:00
Jacob Alexander
b3021e4f6b
Fixing flake8 warnings and errors
...
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude benchmark
Excluding the benchmark directory (due to protobuf generated files)
Also removing some Python2 specific code
2019-09-27 00:15:13 -07:00
Jason Paryani
1ee7326d71
Merge branch 'feature/v0.4' into develop
...
Conflicts:
capnp/capnp.pyx
capnp/capnp_cpp.pxd
capnp/schema_cpp.pxd
setup.py
2013-11-13 22:30:31 -08:00
Jason Paryani
ca88b7de64
Make script executable
2013-10-22 13:39:01 -07:00
Jason Paryani
e28a9e6601
Add defaults flag to capnp-json. Also remove 'which' field
2013-10-22 13:32:35 -07:00
Jason Paryani
0498d04632
Add capnp-json serializer script. Also fix bugs in from_dict
2013-10-22 13:22:08 -07:00
Jason Paryani
ef003a3ebf
Fix decode test to actually decode message from stdin
2013-09-20 00:27:43 -07:00
Jason Paryani
726cd5ca9f
Add _short_str function for use in capnp_test_pycapnp.py
2013-09-19 15:09:46 -07:00
Jason Paryani
f98a68a0ed
Add test script for testing with https://github.com/kaos/capnp_test
2013-09-19 14:43:36 -07:00