Commit Graph

71 Commits (7d5415c2017440c05046eb53c79f0c9e292235a6)

Author SHA1 Message Date
Mike Fährmann f7383a56f8
wrap filters/conditionals in a try-except block
2 months ago
Mike Fährmann 7614bc458e
[util] extend CustomNone with comparison operators
4 months ago
Mike Fährmann ba062712ad
[tests] '__main__' -> "__main__"
7 months ago
Mike Fährmann 72b18d701f
represent util.NONE as 'null' in JSON output
11 months ago
Mike Fährmann d788e6c60c
implement 'globals' option
2 years ago
Mike Fährmann 56039d2456
add 'hash_md5' and 'hash_sha1' functions (#3679)
2 years ago
Mike Fährmann d651d45239
implement specifying ranges in slice notation (#918, #2865)
2 years ago
Mike Fährmann 3616adfc75
implement '--range' with Python ranges
2 years ago
Mike Fährmann 1800bd7d14
allow '*-filter' options to be a list of expressions
2 years ago
Mike Fährmann 43c211f1a7
extend and rename util.CustomNone
2 years ago
Mike Fährmann c0051d7d4c
fix test
2 years ago
Mike Fährmann dd3a6a9fd1
make 'enumerate_reversed()' work with generators (#2795)
2 years ago
Mike Fährmann c4b9f7bab8
update functions working with cookies.txt files
2 years ago
Mike Fährmann ca3a364db7
fix build_duration_func() (#2533)
2 years ago
Mike Fährmann 7fe54bab2a
attempt to fix some issues with 'contains()' (#2446)
2 years ago
Mike Fährmann d78a2c7163
re.escape() arguments for 'contains()' (#2446)
2 years ago
Mike Fährmann 413b77757b
implement 'contains()' (#2446)
3 years ago
Mike Fährmann 29db716a63
implement 'datetime_to_timestamp()'
3 years ago
Mike Fährmann 8295bc6d97
fix loading/storing cookies without domain
3 years ago
Mike Fährmann 64cf26eaf4
allow specifying sleep-* options as string
3 years ago
Mike Fährmann 010d65dcec
extend blacklist/whitelist syntax (#2025)
3 years ago
Mike Fährmann c22ff97743
remove 'unit' argument from 'util.format_value()'
3 years ago
Mike Fährmann 74145467dd
move 'util.Formatter' into its own 'formatter' module
3 years ago
Mike Fährmann 292fffc83c
add 'j' format string conversion
3 years ago
Mike Fährmann 2792ed6e4b
implement 'util.format_value()'
3 years ago
Mike Fährmann 9e42cd58ea
replace ChainPredicate class with 'functools.partial'
3 years ago
Mike Fährmann 0179581340
add 'T' format string conversion (#1646)
3 years ago
Mike Fährmann 0abad8bc12
implement 'compile_expression()'
3 years ago
Mike Fährmann 8fd8126117
fix ISO 639-1 code for Japanese
3 years ago
Mike Fährmann c5ca7905ce
add 'noop()' and 'identity()' functions
3 years ago
Mike Fährmann bff71cde80
implement 'util.unique_squence()'
4 years ago
Mike Fährmann 91308140ec
make 'generate_token()' compatible with Python 3.4
4 years ago
Mike Fährmann 780b6adb91
rename 'generate_csrf_token()' to just 'generate_token()'
4 years ago
Mike Fährmann aac00a2024
add 'd' conversion for format strings
4 years ago
Mike Fährmann c3f01dc4e6
implement 'util.unique()'
4 years ago
Mike Fährmann ec61696316
add 't' format string conversion (closes #1065)
4 years ago
Mike Fährmann 65744a7a31
use alternative for all falsey values in format strings
4 years ago
Mike Fährmann 5df8f2959b
insert local directory into PYTHONPATH when running tests
4 years ago
Mike Fährmann 90e4c645ba
[formatter] allow multiple "special" format specifiers (#595)
5 years ago
Mike Fährmann 219c4cc78c
[formatter] allow for numeric list and string indices
5 years ago
Mike Fährmann 7d1da614d9
[formatter] implement field name alternatives (#525)
5 years ago
Mike Fährmann 2a9be48511
improve util.load/save_cookiestxt() and add tests
5 years ago
Mike Fährmann 3fc1e12949
[postprocessor:metadata] filter private entries
5 years ago
Mike Fährmann d5e3910270
adjust 'util.raises()'
5 years ago
Mike Fährmann 95b1e4c3c0
implement R<old>/<new>/ format option (#318)
5 years ago
Mike Fährmann a5b060765d
improve code in tests
5 years ago
Mike Fährmann a881537b91
more util.py tests
6 years ago
Mike Fährmann 148b8f15d0
update tests for util.py
6 years ago
Mike Fährmann 79c01ec7ae
implement J<separator>/ format option
6 years ago
Mike Fährmann c5d4f558c9
allow missing field access keys in format strings (#136)
6 years ago