index
:
delta/python-packages/jsonpath-rw.git
master
github.com: kennknowles/python-jsonpath-rw.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonpath_rw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for `parent` named operator
Kenn Knowles
2013-06-14
1
-0
/
+21
*
Add one-off parsing rule for `parent` named operator
Kenn Knowles
2013-06-14
1
-0
/
+2
*
Fix error reporting for unknown named operators
Kenn Knowles
2013-06-14
1
-1
/
+1
*
Raise an informative error when docstrings have been stripped
Kenn Knowles
2013-05-29
2
-0
/
+9
*
Switch @ for `this` since it is so common in field names (for example when JS...
Kenn Knowles
2013-03-27
3
-8
/
+31
*
Support auto id and paths well for `$` operator
Kenn Knowles
2013-03-27
1
-4
/
+6
*
Python 2 & 3 support
Kenn Knowles
2013-03-26
4
-7
/
+11
*
Minor simplification to This
Kenn Knowles
2013-03-22
1
-5
/
+2
*
More tests and fixes for Slice
Kenn Knowles
2013-03-22
1
-7
/
+10
*
Fixes to Index
Kenn Knowles
2013-03-22
1
-3
/
+5
*
Fix error in descendant match for list
Kenn Knowles
2013-03-22
1
-2
/
+2
*
Make auto ids work take present ids into account in useful ways
Kenn Knowles
2013-03-22
1
-72
/
+166
*
Add auto ids
Kenn Knowles
2013-03-15
1
-8
/
+58
*
Get datum paths all checking out
Kenn Knowles
2013-03-14
1
-3
/
+6
*
Add path followed info and restore previous test passing
Kenn Knowles
2013-03-14
1
-13
/
+57
*
Enable iterators to be usable in places where lists are expected
Kenn Knowles
2013-02-15
1
-3
/
+12
*
Add AST and parser tests
Kenn Knowles
2013-02-09
3
-0
/
+459
*
Add lexer, with tests
Kenn Knowles
2013-02-09
1
-0
/
+110