Toshio Kuratomi
|
c75b5ba85f
|
Use to_bytes and to_str instead of str as str is unsafe.
|
2016-04-04 12:57:32 -07:00 |
|
Dag Wieers
|
055aae55f7
|
Implement own CSVRecoder and CSVReader from documentation
As detailed in the python manual:
https://docs.python.org/2/library/csv.html
|
2016-04-04 20:32:08 +02:00 |
|
Dag Wieers
|
ac75069ee0
|
Support different encoding types in csvfile lookup plugin
This fixes #15266.
|
2016-04-04 14:11:44 -04:00 |
|
Toshio Kuratomi
|
7aa9f6754a
|
Cleanup more pyflakes warnings (2 real problems)
|
2015-10-19 12:01:01 -07:00 |
|
Brian Coca
|
b2bfe3502b
|
make sure delimiter is basestring for cvsfile
fixes #12062
|
2015-08-26 18:38:39 -04:00 |
|
Toshio Kuratomi
|
d35b956900
|
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
Before this, they were not listified there but they were listified when
specified like this:
with_lookup: terms
|
2015-08-10 09:07:37 -07:00 |
|
James Cammarata
|
ee835ff7ad
|
Add a base-level get_basedir method for lookup plugins and fix relative lookups
Fixes #11746
|
2015-07-27 10:41:28 -04:00 |
|
Abhijit Menon-Sen
|
8737061a8f
|
lookupfile should lookup the given file=xxx
(Earlier it used to lookup the pre-split term.)
|
2015-07-25 15:38:26 +05:30 |
|
Brian Coca
|
b678b9828c
|
simplified and normalized lookup search path behaviour
|
2015-07-22 22:32:37 -04:00 |
|
James Cammarata
|
ce3ef7f4c1
|
Making the switch to v2
|
2015-05-03 21:47:26 -05:00 |
|