summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create list with capacity.rust-serializationOmer Katz2019-03-083-16/+15
|
* Added a benchmark for long longs.Omer Katz2019-03-041-0/+31
|
* Added a benchmark for parsing 128 bits.Omer Katz2019-03-041-0/+4
|
* Avoid the conditional import to benchmark actual speed of the implementation.Omer Katz2019-03-041-14/+16
|
* Bump tox-pyo3 to 0.1.5Omer Katz2019-03-041-1/+1
|
* Require tox-pyo3 0.1.4 and above.Omer Katz2019-03-041-1/+6
|
* Fix test.Omer Katz2019-03-041-2/+5
|
* Fixed decimal bug, fixed string bug.Omer Katz2019-03-044-26/+39
|
* Bump tox-pyo3 to 0.1.3.Omer Katz2019-03-032-2/+2
|
* Happfiy lint.Omer Katz2019-03-031-3/+6
|
* Raise exception from Rust.Omer Katz2019-03-033-16/+17
|
* Add rustup to shell env.Omer Katz2019-03-031-0/+1
|
* Autoaccept rustup.Omer Katz2019-03-031-2/+4
|
* Bump tox-pyo3 to 0.1.2.Omer Katz2019-03-031-1/+1
|
* Effing YAML...Omer Katz2019-03-031-9/+9
|
* Fix syntax errors.Omer Katz2019-03-031-10/+10
|
* Fix syntax error.Omer Katz2019-03-031-1/+1
|
* Exlcude building extnesion in PyPy.Omer Katz2019-03-031-0/+9
|
* Install rust, compile optionally. Bump tox-pyo3 to 0.1.1.Omer Katz2019-03-033-7/+47
|
* Bump tox-pyo3.Omer Katz2019-03-032-3/+12
|
* Build Rust extension in CI.Omer Katz2019-03-031-1/+1
|
* isort + make flake8plus happy.Omer Katz2019-03-031-2/+4
|
* autopep8.Omer Katz2019-03-031-0/+1
|
* Remove arrays from comments.Omer Katz2019-03-031-1/+1
|
* cargo fmt.Omer Katz2019-03-031-17/+4
|
* Natually, trying to import Decimal from the datetime module isn't a good idea.Omer Katz2019-03-031-22/+20
|
* Everything is done but two things.Omer Katz2019-03-031-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 Katz2019-03-031-10/+28
|
* Refactor everything.Omer Katz2019-03-034-322/+266
|
* Complete array support except dictionaries and decimals.Omer Katz2019-03-032-65/+239
|
* Handle unicode surrogates.Omer Katz2019-03-031-6/+4
|
* Speed up date parsing a bit and add TODO.Omer Katz2019-03-031-5/+8
|
* Shorten benchmark.Omer Katz2019-03-031-4/+4
|
* Adjust rust code to match #187.Omer Katz2019-03-031-1/+1
|
* Added mock code for dictionaries.Omer Katz2019-03-031-0/+12
|
* Fix condition.Omer Katz2019-03-032-2/+14
|
* Added benchmarks and used an environment variable to allow skipping speedups.Omer Katz2019-03-034-7/+37
|
* Added datetime support.Omer Katz2019-03-031-1/+20
|
* Explictly convert to PyBytes.Omer Katz2019-03-031-2/+2
|
* An incomplete implementation of loads() in rust.Omer Katz2019-03-035-1/+404
|
* Bump version: 2.4.1 → 2.4.2v2.4.2Omer Katz2019-03-034-4/+4
|
* Updated the changelog.Omer Katz2019-03-031-0/+36
|
* Added pytest-travis-fold.Omer Katz2019-03-021-0/+1
|
* Speed up CI a bit by disabling pip version check.Omer Katz2019-03-022-2/+3
|
* isort.Omer Katz2019-03-0212-23/+25
|
* The bitcount will reset only when we move to the next byte. (#260)Omer Katz2019-03-022-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 Cooper2019-03-022-0/+10
| | | | Python 3.7 to Appveyor configuration. (#261)
* Test array inside table.Omer Katz2019-02-281-1/+8
|
* for deserialisation, correct offset for bits (#187)Allan Simon2019-02-272-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 Valo2019-02-184-31/+142
|