Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create list with capacity.rust-serialization | Omer Katz | 2019-03-08 | 3 | -16/+15 |
| | |||||
* | Added a benchmark for long longs. | Omer Katz | 2019-03-04 | 1 | -0/+31 |
| | |||||
* | Added a benchmark for parsing 128 bits. | Omer Katz | 2019-03-04 | 1 | -0/+4 |
| | |||||
* | Avoid the conditional import to benchmark actual speed of the implementation. | Omer Katz | 2019-03-04 | 1 | -14/+16 |
| | |||||
* | Bump tox-pyo3 to 0.1.5 | Omer Katz | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Require tox-pyo3 0.1.4 and above. | Omer Katz | 2019-03-04 | 1 | -1/+6 |
| | |||||
* | Fix test. | Omer Katz | 2019-03-04 | 1 | -2/+5 |
| | |||||
* | Fixed decimal bug, fixed string bug. | Omer Katz | 2019-03-04 | 4 | -26/+39 |
| | |||||
* | Bump tox-pyo3 to 0.1.3. | Omer Katz | 2019-03-03 | 2 | -2/+2 |
| | |||||
* | Happfiy lint. | Omer Katz | 2019-03-03 | 1 | -3/+6 |
| | |||||
* | Raise exception from Rust. | Omer Katz | 2019-03-03 | 3 | -16/+17 |
| | |||||
* | Add rustup to shell env. | Omer Katz | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | Autoaccept rustup. | Omer Katz | 2019-03-03 | 1 | -2/+4 |
| | |||||
* | Bump tox-pyo3 to 0.1.2. | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Effing YAML... | Omer Katz | 2019-03-03 | 1 | -9/+9 |
| | |||||
* | Fix syntax errors. | Omer Katz | 2019-03-03 | 1 | -10/+10 |
| | |||||
* | Fix syntax error. | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Exlcude building extnesion in PyPy. | Omer Katz | 2019-03-03 | 1 | -0/+9 |
| | |||||
* | Install rust, compile optionally. Bump tox-pyo3 to 0.1.1. | Omer Katz | 2019-03-03 | 3 | -7/+47 |
| | |||||
* | Bump tox-pyo3. | Omer Katz | 2019-03-03 | 2 | -3/+12 |
| | |||||
* | Build Rust extension in CI. | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | isort + make flake8plus happy. | Omer Katz | 2019-03-03 | 1 | -2/+4 |
| | |||||
* | autopep8. | Omer Katz | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | Remove arrays from comments. | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | cargo fmt. | Omer Katz | 2019-03-03 | 1 | -17/+4 |
| | |||||
* | Natually, trying to import Decimal from the datetime module isn't a good idea. | Omer Katz | 2019-03-03 | 1 | -22/+20 |
| | |||||
* | Everything is done but two things. | Omer Katz | 2019-03-03 | 1 | -55/+129 |
| | | | | | | | | 1) Decimal parsing segfauls. 2) Strings in arrays or frames are parsed as tuples in the following form: ("foo", ). This is the time for a debugging session. | ||||
* | Begin reimplementing array. | Omer Katz | 2019-03-03 | 1 | -10/+28 |
| | |||||
* | Refactor everything. | Omer Katz | 2019-03-03 | 4 | -322/+266 |
| | |||||
* | Complete array support except dictionaries and decimals. | Omer Katz | 2019-03-03 | 2 | -65/+239 |
| | |||||
* | Handle unicode surrogates. | Omer Katz | 2019-03-03 | 1 | -6/+4 |
| | |||||
* | Speed up date parsing a bit and add TODO. | Omer Katz | 2019-03-03 | 1 | -5/+8 |
| | |||||
* | Shorten benchmark. | Omer Katz | 2019-03-03 | 1 | -4/+4 |
| | |||||
* | Adjust rust code to match #187. | Omer Katz | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Added mock code for dictionaries. | Omer Katz | 2019-03-03 | 1 | -0/+12 |
| | |||||
* | Fix condition. | Omer Katz | 2019-03-03 | 2 | -2/+14 |
| | |||||
* | Added benchmarks and used an environment variable to allow skipping speedups. | Omer Katz | 2019-03-03 | 4 | -7/+37 |
| | |||||
* | Added datetime support. | Omer Katz | 2019-03-03 | 1 | -1/+20 |
| | |||||
* | Explictly convert to PyBytes. | Omer Katz | 2019-03-03 | 1 | -2/+2 |
| | |||||
* | An incomplete implementation of loads() in rust. | Omer Katz | 2019-03-03 | 5 | -1/+404 |
| | |||||
* | Bump version: 2.4.1 → 2.4.2v2.4.2 | Omer Katz | 2019-03-03 | 4 | -4/+4 |
| | |||||
* | Updated the changelog. | Omer Katz | 2019-03-03 | 1 | -0/+36 |
| | |||||
* | Added pytest-travis-fold. | Omer Katz | 2019-03-02 | 1 | -0/+1 |
| | |||||
* | Speed up CI a bit by disabling pip version check. | Omer Katz | 2019-03-02 | 2 | -2/+3 |
| | |||||
* | isort. | Omer Katz | 2019-03-02 | 12 | -23/+25 |
| | |||||
* | The bitcount will reset only when we move to the next byte. (#260) | Omer Katz | 2019-03-02 | 2 | -2/+8 |
| | | | Add a test to verify that parsing two consecutive bitmaps does not fail. | ||||
* | Adds Python 3.7 to the list of supported languages in setup.py and adds ↵ | Jeremiah Cooper | 2019-03-02 | 2 | -0/+10 |
| | | | | Python 3.7 to Appveyor configuration. (#261) | ||||
* | Test array inside table. | Omer Katz | 2019-02-28 | 1 | -1/+8 |
| | |||||
* | for deserialisation, correct offset for bits (#187) | Allan Simon | 2019-02-27 | 2 | -1/+9 |
| | | | | | | | | | | | | * for deserialisation, correct offset for bits it needs to be increased only at the beginning and once every 8 bits * Added a test. * Autopep8. * Verify result. | ||||
* | Added RabbitMQ integration tests (#257) | Matus Valo | 2019-02-18 | 4 | -31/+142 |
| |