summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.2.31.2.3Kenn Knowles2013-12-182-2/+2
|
* Merge branch 'master' of github.com:kennknowles/python-jsonpath-rwKenn Knowles2013-12-181-1/+5
|\
| * Update README.rstKenn Knowles2013-12-111-0/+4
| |
| * Update README.rstKenn Knowles2013-12-111-1/+1
| |
* | Remove automatic versioningKenn Knowles2013-12-183-50/+3
|/
* Add pypy to test matrixKenn Knowles2013-12-111-0/+1
|
* Add tests for escaped string delimiters1.2.2Kenn Knowles2013-12-112-13/+57
|
* Switch to RST to be more pythonyKenn Knowles2013-09-243-198/+218
|
* Ignore some files1.2.1Kenn Knowles2013-09-241-1/+5
|
* Add auto version based on git tagsKenn Knowles2013-09-243-1/+49
|
* Merge pull request #9 from jfardello/masterKenn Knowles2013-08-282-1/+12
|\ | | | | * Allows the hyphen to be part of the field.
| * * Fix TestJsonPath.test_hyphen_key on Python 2.6José Manuel Fardello2013-08-251-2/+2
| | | | | | | | | | - Changed assertRaises in TestJsonPath.test_hyphen_key to 2.6 unittest syntax.
| * * Allows the hyphen to be part of the field.José Manuel Fardello2013-08-242-1/+12
|/ | | | Allows IDs to contain a hyphen (but not to begin with one).
* Merge pull request #6 from gregglind/negativearray-bug6Kenn Knowles2013-07-233-8/+12
|\ | | | | Negative array slicing?
| * Fix #6 add negative indexing and slicingGregg Lind2013-07-233-8/+12
|/
* Merge pull request #5 from iley/masterKenn Knowles2013-06-212-6/+18
|\ | | | | Add test for lexer errors
| * Add test for basic lexer errorsIlya Strukov2013-06-212-6/+18
| |
* | Merge pull request #4 from iley/masterKenn Knowles2013-06-211-4/+4
|\ \ | |/ | | Fix a bug in error handling functions in lexer.py
| * lexer: fix a bug in error handling codeIlya Strukov2013-06-211-4/+4
|/
* Version 1.2.01.2.0Kenn Knowles2013-06-141-1/+1
|
* Add quick example of `parent`Kenn Knowles2013-06-141-0/+4
|
* Add support for `parent` named operatorKenn Knowles2013-06-141-0/+21
|
* Add one-off parsing rule for `parent` named operatorKenn Knowles2013-06-141-0/+2
|
* Add tests for `parent` named operatorKenn Knowles2013-06-141-0/+4
|
* Fix error reporting for unknown named operatorsKenn Knowles2013-06-141-1/+1
|
* Version 1.1.41.1.4Kenn Knowles2013-06-041-1/+1
|
* Do not use smartquotes, since unicode breaks WindowsKenn Knowles2013-06-041-1/+1
|
* Version 1.1.31.1.3Kenn Knowles2013-05-291-1/+1
|
* Raise an informative error when docstrings have been strippedKenn Knowles2013-05-293-0/+10
|
* Update README.mdKenn Knowles2013-05-291-1/+6
|
* Merge pull request #2 from kennknowles/coverallsKenn Knowles2013-05-224-2/+13
|\ | | | | Coveralls
| * README badgesKenn Knowles2013-05-221-1/+4
| |
| * Add coverage and coverallsKenn Knowles2013-05-223-1/+9
|/
* Update README.mdKenn Knowles2013-05-221-1/+1
|
* Remove reference to "write"Kenn Knowles2013-05-221-2/+2
|
* Add quick start to README (fixes #1)Kenn Knowles2013-05-221-0/+37
|
* Version 1.1.21.1.2Kenn Knowles2013-05-011-1/+1
|
* Just survive any errors reading the long descriptionKenn Knowles2013-05-011-3/+8
|
* Explicitly specify README.txt encoding and bump to semver 1.1.11.1.1Kenn Knowles2013-05-011-2/+3
|
* Version to 1.11.1Kenn Knowles2013-03-271-1/+1
|
* Update the README.md to explain new backquote operatorsKenn Knowles2013-03-271-3/+8
|
* Switch @ for `this` since it is so common in field names (for example when ↵Kenn Knowles2013-03-275-18/+44
| | | | JSON is generated from XML)
* Version to 1.01.0Kenn Knowles2013-03-271-1/+1
|
* Support auto id and paths well for `$` operatorKenn Knowles2013-03-272-4/+54
|
* Add more specific Python version classifiersKenn Knowles2013-03-261-0/+4
|
* Add trove classifiers (bump version to 0.9 to publish them)0.9Kenn Knowles2013-03-261-1/+8
|
* Remove set literals0.8Kenn Knowles2013-03-262-8/+8
|
* Python 2 & 3 supportKenn Knowles2013-03-268-16/+30
|
* Bump version to 0.70.7Kenn Knowles2013-03-221-1/+1
|
* Minor simplification to ThisKenn Knowles2013-03-221-5/+2
|