index
:
delta/python-packages/werkzeug.git
0.10-maintenance
0.11-maintenance
0.12-maintenance
0.14-maintenance
0.14.x
0.15.x
0.16.x
0.7-maintenance
0.8-maintenance
0.9-maintenance
1.0.x
1807-remove-jquery
2.0.x
2.1.x
2.2.x
2.3.x
RonnyPfannschmidt-patch-1
auto
azure
bugfix/412
bugfix/multipart-parse
cache-test-revert
client-path-encoding
code-style
debugger-test
dependabot/add-v2-config-file
dependabot/pip/cryptography-3.1.1
dependabot/pip/cryptography-3.4.8
dependabot/pip/cryptography-35.0.0
dependabot/pip/cryptography-36.0.0
dependabot/pip/greenlet-0.4.16
dependabot/pip/greenlet-1.1.2
dependabot/pip/mypy-0.790
dependabot/pip/mypy-0.800
dependabot/pip/pallets-sphinx-themes-2.0.2
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-5.4.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pre-commit-2.9.2
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.1.0
dependabot/pip/pytest-6.2.1
dependabot/pip/pytest-6.2.5
dependabot/pip/pytest-timeout-2.0.1
dependabot/pip/pytest-xprocess-0.17.0
dependabot/pip/requirements/2.0.x/sphinx-issues-2.0.0
dependabot/pip/requirements/2.0.x/tox-3.24.5
dependabot/pip/requirements/2.0.x/types-dataclasses-0.6.2
dependabot/pip/requirements/2.0.x/types-setuptools-57.4.5
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-3.2.1
dependabot/pip/sphinx-3.3.1
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/tox-3.15.1
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.20.0
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
dependabot/pip/types-contextvars-2.4.0
dependabot/pip/types-dataclasses-0.1.7
dependabot/pip/types-dataclasses-0.6.1
dependabot/pip/types-setuptools-57.0.2
dependabot/pip/types-setuptools-57.4.0
dependabot/pip/types-setuptools-57.4.2
dependabot/pip/types-setuptools-57.4.4
dependabot/pip/watchdog-0.10.4
dependabot/pip/watchdog-2.1.5
deploy-docs
deprecate-contrib
deprecate-ident_func
docker-docker-docker
double-slash-path
feature/etag
feature/no-spool
feature/proxy
feature/slim-debugger
feature/wrapper-exceptions
fix-imports
fix-pypyp
fix-readme-table
fix-request-redirect
fix-tests
header_merging
issue-1356
issue-4
issue965
jab-rm-none
jab-rm-use_memchache
jab-rv-none
jab-with
lock
lol_filesystem
main
master
missing-env
no-irc-build-notices
parse_date-timezone
patch-changelog
patch-proxy
pr-1320
pre-commit-ci-update-config
profiler-typo
proxy-special
proxyfix
range-empty-200
release-0.15.3
remove-26-33
remove-deprecated-code
remove-import-magic
revert-1126-issue-1094
revert-938-master
sans-io
send_file-TypeError
send_file-download_name
server-name
shared-data-charset
skip-watchdog
split-wrappers
test-dev-server
test-environ-copy
test-multi-value-header
tests
towncrier
travis
travis-no-sudo
typing-imports
unsplit-wrappers
url-build-list
video-range
website
github.com: mitsuhiko/werkzeug.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
apply code style
code-style
David Lord
2019-03-08
39
-4032
/
+4776
*
standardize copyright and license
David Lord
2019-02-12
23
-46
/
+46
*
fix tests for nightly and osx
travis
David Lord
2019-02-12
1
-6
/
+6
*
fix tests after wrappers split
David Lord
2019-02-11
1
-5
/
+8
*
test_serving: Use sys.executable, not 'python'
Petr Viktorin
2019-02-05
1
-1
/
+1
*
all deprecations warnings show removal version
David Lord
2019-01-27
2
-7
/
+1
*
Revert "move dynamic charset wrapper out of contrib"
David Lord
2019-01-27
2
-59
/
+55
*
Revert "Merge pull request #1446 from pallets/charset-mixin"
David Lord
2019-01-27
1
-48
/
+51
*
move wsgi middleware
David Lord
2019-01-27
5
-128
/
+151
*
update dynamic charset tests
David Lord
2019-01-26
1
-51
/
+48
*
port Flask's JSONMixin implementation
David Lord
2019-01-26
1
-7
/
+45
*
move dynamic charset wrapper out of contrib
David Lord
2019-01-25
2
-55
/
+59
*
move json wrapper out of contrib
David Lord
2019-01-24
2
-10
/
+11
*
move ProxyFix out of contrib
David Lord
2019-01-21
2
-137
/
+190
*
fix quoting in iri_to_uri
David Lord
2019-01-12
1
-1
/
+5
*
fix unquoting in uri_to_iri
David Lord
2019-01-12
2
-3
/
+14
*
Remove future with_statement imports
pgjones
2018-12-31
6
-11
/
+1
*
mutable CombinedMultiDict.copy()
David Lord
2018-12-10
1
-3
/
+2
*
add REQUEST_URI and RAW_REQUEST to environ
David Lord
2018-12-09
1
-0
/
+13
*
support RFC 2231 parameter continuations
David Lord
2018-12-09
1
-18
/
+15
*
Address 'filename*N*=' continuation parameters according to RFC 2231.
Taizo Ito
2018-12-09
1
-0
/
+22
*
use regular DeprecationWarning with default filter
David Lord
2018-12-09
1
-18
/
+12
*
Add failing test for #1414 (x_for/x_prefix mixup in ProxyFix)
Benjamin Beasley
2018-12-08
1
-1
/
+7
*
group frames by exception
David Lord
2018-12-06
1
-6
/
+9
*
add support for Python 3 nested exceptions
eltonlaw
2018-12-06
1
-1
/
+19
*
warn that SecureCookie will switch to json
David Lord
2018-12-04
1
-0
/
+25
*
refactor FileStorage tests
David Lord
2018-12-03
2
-47
/
+42
*
FileStorage looks up attributes on stream and stream._file
Johnny Cochrane
2018-12-03
2
-7
/
+49
*
validate ranges passed to Range datastructure
David Lord
2018-12-01
2
-5
/
+23
*
support negative values in int and float converters
Skuldur
2018-12-01
1
-0
/
+21
*
add json argument for test client
David Lord
2018-11-25
1
-0
/
+15
*
exhaust body of test client redirects
Jakub Stasiak
2018-11-25
1
-0
/
+25
*
rewrite test client redirect handling
David Lord
2018-11-24
1
-30
/
+55
*
Redirect with a 308 rather than 301
pgjones
2018-11-22
1
-1
/
+5
*
remove Lighttpd PATH_INFO behavior from CGIRootFix
saltcandy123
2018-11-22
1
-5
/
+4
*
Merge pull request #735 from dset0x/import_stacktrace
David Lord
2018-11-22
1
-0
/
+20
|
\
|
*
Better traceback for bad imports in custom path
Dimitrios Semitsoglou-Tsiapos
2015-05-22
1
-0
/
+20
*
|
pytest-xprocess is optional
David Lord
2018-11-22
1
-1
/
+2
*
|
Unicodify the header name (key) as well as value
pgjones
2018-11-21
2
-11
/
+13
*
|
Revert "debug slow reloader test on appveyor"
David Lord
2018-11-20
2
-6
/
+0
*
|
Merge pull request #1399 from pallets/tests
David Lord
2018-11-20
2
-7
/
+34
|
\
\
|
*
|
debug slow reloader test on appveyor
tests
David Lord
2018-11-20
2
-0
/
+6
|
*
|
escape slashes in windows paths
David Lord
2018-11-20
2
-3
/
+4
|
*
|
kill process group on windows
David Lord
2018-11-17
1
-1
/
+8
|
*
|
update pytest-xprocess starter
David Lord
2018-11-17
1
-3
/
+16
*
|
|
move get_description into wrap class
David Lord
2018-11-17
1
-11
/
+11
*
|
|
Give ability for easier exceptions in BadRequestKeyError
Daniel Mouris
2018-11-17
1
-1
/
+16
|
/
/
*
|
shorten repr instead of str obj
David Lord
2018-11-16
1
-4
/
+21
*
|
auth is unicode
David Lord
2018-11-13
2
-4
/
+19
*
|
The default charset for the basic http authentication is utf-8.
Pavel
2018-11-13
1
-0
/
+5
[next]