Commit Graph

  • 0dcc171acc Merge pull request #163 from aldanor/feature/from-bytes-buffer Jason Paryani 2017-11-30 11:16:46 -08:00
  • 18e87a1719 (Remove now-redundant import) Ivan Smirnov 2017-11-28 00:19:15 +00:00
  • 8fd6cc6f66 Add a test for generic from_bytes() Ivan Smirnov 2017-11-28 00:15:05 +00:00
  • 6a5f697f72 Support generic buffers in from_bytes() Ivan Smirnov 2017-11-28 00:13:54 +00:00
  • 0242ba2d33 Bump to v0.6.1 and update changelog Jason Paryani 2017-07-27 20:11:49 -07:00
  • b3ab9ab2a6 Update changelog for v0.6.0 Jason Paryani 2017-07-27 19:59:54 -07:00
  • 2566bbc84c Merge pull request #154 from benmoran/capnproto-0.6.0 Jason Paryani 2017-07-27 17:41:52 -07:00
  • bb457432f7 Merge pull request #158 from tsh56/develop Jason Paryani 2017-07-27 17:31:36 -07:00
  • 4435c60872 Issue 145: decrement exception object prior to returning. Trevor Highland 2017-07-26 20:17:52 -05:00
  • 31d0444a82 Update benchmark run_all.py for Python3 Ivor Blockley 2017-07-18 17:19:09 +10:00
  • 0fa6da74cc Update benchmarks for Python3 while retaining backwards compatibility with Python2 Ivor Blockley 2017-07-18 15:17:28 +10:00
  • fdc8a372a2 Update benchmark Protocol Buffers generated Python code. Generated with libprotoc 3.3.0 Ivor Blockley 2017-07-18 15:09:15 +10:00
  • e389772f6f Update benchmark *.proto definitions to specify proto2 syntax, and add a missing field in addressbook.proto Ivor Blockley 2017-07-18 15:03:33 +10:00
  • 1221ec75a9 Update bundled capnproto to 0.6.0 Ben Moran 2017-06-08 12:19:52 +01:00
  • fbc1767475 Expose Duration units and add a Nanoseconds function to let us build against 0.6.0 Ben Moran 2017-06-08 12:01:11 +01:00
  • 98b5ed837b Bump version to v0.5.12 and update CHANGELOG Jason Paryani 2017-04-18 21:44:30 -07:00
  • 341b536baf Bump bundled capnp version to v0.5.3.1 Jason Paryani 2017-04-18 21:42:50 -07:00
  • 44c2b8dfe6 Bump version to v0.5.11 and update CHANGELOG Jason Paryani 2017-04-10 20:37:16 -07:00
  • ed06d6533b Merge remote-tracking branch 'origin/forgotten-v0.5.10' into develop Jason Paryani 2017-04-09 20:57:51 -07:00
  • 51c4bb1bb6 Add tuple setting test Jason Paryani 2017-04-09 20:57:33 -07:00
  • e4db5e6d66 Add exception raising tests for traversal_limit_in_words Jason Paryani 2017-04-09 17:17:10 -07:00
  • 073a503add Merge pull request #136 from ternaris/lists-from-tuples Jason Paryani 2017-04-09 17:36:35 -07:00
  • 3f04134e72 Merge pull request #139 from tundra/develop Jason Paryani 2017-04-09 17:11:21 -07:00
  • 1acb2b8ad3 Merge pull request #135 from asilversempirical/patch-1 Jason Paryani 2017-04-09 16:56:45 -07:00
  • 5eec70231a Merge pull request #126 from asilversempirical/pass_reader_opts_clean Jason Paryani 2017-04-09 16:52:36 -07:00
  • b942b37fba Merge pull request #123 from ternaris/class-attributes Jason Paryani 2017-04-09 16:51:27 -07:00
  • 7617e49d9e Merge pull request #121 from benizl/develop Jason Paryani 2017-04-09 16:50:21 -07:00
  • 34385afbbd Pass options correctly through from_bytes to FlatArrayMessageReader Christian Plesner Hansen 2017-02-15 12:02:41 +01:00
  • 1bfc20fefb support initializing DynamicListBuilder from tuple Florian Friesdorf 2017-02-09 02:10:50 +01:00
  • f47d21d1bb Update binary package docs asilversempirical 2017-02-07 08:51:31 -05:00
  • 0382beb26a Let TwoParty Clients and Servers take ReaderOptions Alex Silverstein 2017-01-22 01:57:01 +00:00
  • f2c7f61b7d include class attributes in __dir__ Florian Friesdorf 2017-01-19 19:07:12 +01:00
  • 2ee80532a0 Rework logic to determine whether to use bundled or system libcapnp. Ben Nizette 2017-01-09 13:07:08 +11:00
  • 455ffdf4ab Merge pull request #120 from madeleine-empirical/hashable-enums Jason Paryani 2016-12-06 11:51:51 -08:00
  • 93ea35e558 make enums hashable Madeleine Thompson 2016-12-05 22:27:40 -05:00
  • 7ad51120e6 Bump to v0.5.10 and update changelog Jason Paryani 2016-11-28 13:38:50 -08:00
  • 468375d566 Fix benchamrks Jason Paryani 2016-08-31 12:48:05 -07:00
  • 0a941a9e06 Switch to using setuptools Jason Paryani 2016-08-31 12:47:40 -07:00
  • fef4747b6f Merge pull request #113 from mokomull/fix_compiler Jason Paryani 2016-08-22 11:30:29 -07:00
  • 82a53013bd customize_compiler is recommended by distutils doc Matt Mullins 2016-08-20 15:00:05 -07:00
  • 97824b957b Add clear_write_flag method to builders Jason Paryani 2016-08-09 12:26:18 -07:00
  • d85200cee3 Remove recursive loop in KjException.type Jason Paryani 2016-07-29 11:59:02 -07:00
  • 4488194f59 Make event loop be lazy initialized for real Jason Paryani 2016-07-29 11:57:05 -07:00
  • 3efb3f41f0 Bump version to v0.5.9 and update CHANGELOG Jason Paryani 2016-07-07 12:15:14 -07:00
  • da233c46ad Make the event loop be lazy initialized Jason Paryani 2016-07-07 12:11:42 -07:00
  • 50a6b745f7 Merge pull request #104 from gcv/segment-serialization Jason Paryani 2016-06-24 17:20:56 -07:00
  • 41c418aa1c Use PyObject_AsReadBuffer instead of bytes(). Constantine Vetoshev 2016-06-24 16:43:57 -07:00
  • e8a8d26260 Fix memory leak. Constantine Vetoshev 2016-06-24 14:03:20 -07:00
  • f703a7f099 Update segment (de)serialization documentation. Constantine Vetoshev 2016-06-24 13:27:54 -07:00
  • 5a63dacf14 Disable segment serialization test on PyPy (for now). Constantine Vetoshev 2016-06-24 13:27:39 -07:00
  • fb8a3d8ac2 Add docstrings to (de)serialization functions. Constantine Vetoshev 2016-06-24 13:27:21 -07:00
  • 70e4e2d930 Add ReaderOptions support to segment (de)serialization. Constantine Vetoshev 2016-06-24 13:25:27 -07:00
  • 42ed1e819f Update documentation to cover segments. Constantine Vetoshev 2016-06-23 14:15:46 -07:00
  • 73d6c5dc10 Add segment (de)serialization round-trip test. Constantine Vetoshev 2016-06-23 14:15:39 -07:00
  • 09705b6d1f Add support for segment (de)serialization. Constantine Vetoshev 2016-06-23 14:15:31 -07:00
  • 032713f8b9 Add asserts to test_response.py Jason Paryani 2016-06-17 13:53:48 -07:00
  • 5ffe7eb2f6 Fix response objects not referencing parents correctly Jason Paryani 2016-06-17 13:50:42 -07:00
  • e4c128de61 Test large reads Jason Paryani 2016-06-17 13:50:26 -07:00
  • 239286d4ac Bump version to v0.5.8 and update CHANGELOG Jason Paryani 2016-05-27 17:21:24 -07:00
  • 589400f53a Fix build problem with Cython v0.24 Jason Paryani 2016-05-27 13:52:46 -07:00
  • b45152dba2 Skip failing PyPy test due to travis's outdated version Jason Paryani 2016-03-08 11:29:38 -08:00
  • 31ecf0a95e Include the changelog in the manifest Jason Paryani 2016-03-04 13:13:22 -08:00
  • b1f44fbc2a Merge pull request #94 from novas0x2a/unicode-input Jason Paryani 2016-03-04 16:15:44 -08:00
  • 7164f04a7c Eliminate outdated function Mike Lundy 2016-03-03 15:03:33 -08:00
  • 302fc64041 Include the traceback in exceptions Mike Lundy 2016-03-03 16:32:01 -08:00
  • 8c3c57aa32 Make sure to encode to utf-8, not the default encoding Mike Lundy 2016-03-03 14:29:32 -08:00
  • c625981eb6 Check version info the old way because of python 2.6 Jason Paryani 2016-03-04 13:12:01 -08:00
  • 2be308db27 Throw an exception on invalid BufferView instantiation Jason Paryani 2016-03-04 12:42:45 -08:00
  • aabd61301c Fix travis builds Jason Paryani 2016-03-04 11:04:58 -08:00
  • 5d69eda752 Add --libcapnp-url to allow installing arbitrary libcapnp versions Jason Paryani 2016-02-17 17:23:04 -08:00
  • f78ca108f6 Merge pull request #89 from bpiwowar/develop Jason Paryani 2016-02-08 12:11:46 -08:00
  • b7a9d05e5e Support mmap objects for reading with from_bytes Benjamin Piwowarski 2016-02-05 17:15:26 +01:00
  • 2516e3e4f1 Change read_multiple and read_multiple_packed to copy by default Jason Paryani 2015-12-04 16:31:26 -08:00
  • b863e9b9d6 Fix mistakenly discarding the file parameter on reads Jason Paryani 2015-12-04 16:01:28 -08:00
  • 1bef2bc044 Merge pull request #86 from kdienes/develop Jason Paryani 2015-11-15 15:46:40 -08:00
  • 8436a1908d Add reraise_kj_exception to the prettyPrint functions. Klee Dienes 2015-11-14 18:49:08 -05:00
  • a179cfc480 Merge pull request #84 from E8-Storage/develop Jason Paryani 2015-10-21 11:05:57 -07:00
  • 4e6f381855 Fix KjException init (missing wrapper). Sergei Dyshel 2015-10-21 15:02:06 +03:00
  • 3357771b39 Fixes for changes in cython v0.22.1 Jason Paryani 2015-07-13 10:57:55 -07:00
  • b57f0f0df8 Add result_type to InterfaceMethodSchema Jason Paryani 2015-07-12 12:21:29 -07:00
  • cf7a50f1d5 Merge branch 'feature/v0.5.7' into develop Jason Paryani 2015-06-16 12:08:28 -07:00
  • e67e3ce04c Update changelog for v0.5.7 Jason Paryani 2015-06-16 12:08:11 -07:00
  • 4b76211b78 Bump version to v0.5.7 Jason Paryani 2015-06-16 11:57:33 -07:00
  • 338b587413 Update bundled libcapnp to v0.5.2 Jason Paryani 2015-06-16 11:49:40 -07:00
  • bd0576b68a Add warnings for using old restorer methods Jason Paryani 2015-06-16 11:47:13 -07:00
  • 819f21938e Fix warning from PyEventPort Jason Paryani 2015-06-16 11:28:18 -07:00
  • a4990f0868 Handle AnyPointers better as arguments to RPC functions Jason Paryani 2015-06-08 14:59:21 -07:00
  • 6f1ce8bcc5 Add support for using keyword arguments with a named struct in an RPC Jason Paryani 2015-06-08 13:39:10 -07:00
  • 7ff67ebf4a Add bootstrap method to TwoPartyServer Jason Paryani 2015-06-04 16:49:46 -07:00
  • 606a325cfa Change sleep timer to be longer for test_rpc_calculator Jason Paryani 2015-06-03 15:29:33 -07:00
  • 8f78a7c80b Add null capability test Jason Paryani 2015-06-03 14:35:39 -07:00
  • 58667c17c3 Merge pull request #69 from kamalmarhubi/_from_list-tidy Jason Paryani 2015-06-01 12:28:25 -07:00
  • 211192f235 Tidy up _from_list Kamal Marhubi 2015-05-30 19:42:27 -04:00
  • b31b53b6a7 Add test for setting a field from a list Kamal Marhubi 2015-05-30 19:38:40 -04:00
  • fbefc3cd3b Merge pull request #68 from kamalmarhubi/tox-add-py34 Jason Paryani 2015-05-28 18:05:42 -07:00
  • 18531adf38 Merge pull request #67 from kamalmarhubi/travis-force-legacy-infra Jason Paryani 2015-05-28 18:05:24 -07:00
  • fc031d3611 Add python 3.4 to the tox envlist Kamal Marhubi 2015-05-06 19:43:24 -04:00
  • 790bdce72a Force use of virtualized Travic CI infrastructure to allow sudo Kamal Marhubi 2015-05-28 14:25:40 -04:00
  • a5bf532d53 Add init method to lists Jason Paryani 2015-05-04 11:00:25 -07:00
  • 3d77722e88 Add support for unix sockets and improve rpc testing Jason Paryani 2015-04-13 16:51:38 -07:00