index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_util.py
Age
Commit message (
Expand
)
Author
13 days
skip property no-name tests on Python 3.13
Daniel Schadt
2020-09-29
Blackify for v20.8b1
Steve Piercy
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-05-28
Revert "Fix tests that depend on the test runner"
Bert JW Regeer
2020-05-06
set() -> {}
Bert JW Regeer
2020-05-06
Fix tests that depend on the test runner
Bert JW Regeer
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2020-01-05
allow overriding synthesized properties
Michael Merickel
2019-12-27
isort
Michael Merickel
2018-11-23
always use compare_digest
Michael Merickel
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove several places supporting bytes for py2
Michael Merickel
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-12
initial work to remove py2 from the codebase
Michael Merickel
2018-10-15
fix lint on tests
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
fix the tests to import from the tests package instead of pyramid.tests
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel