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
/
test_wsgi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ProxyMiddleware with query string
patch-proxy
Hsiaoming Yang
2018-02-13
1
-4
/
+8
*
Added ProxyMiddleware (#1224)
Armin Ronacher
2017-12-30
1
-0
/
+49
*
Make SharedDataMiddleware respect order of exports
Sebastian Noack
2017-12-04
1
-21
/
+22
*
test loading json like Flask from LimitedStream
David Lord
2017-06-29
1
-8
/
+17
*
RFC 7233 - Range Requests (#977)
Joël Charles
2016-09-08
1
-0
/
+55
*
Added and fixed tests related to changes to chunk/line iter buffer capping.
bugfix/multipart-parse
Armin Ronacher
2016-05-24
1
-0
/
+15
*
Flake8 fixes
Markus Unterwaditzer
2015-03-29
1
-4
/
+27
*
Fix Python 3 compat issues
Markus Unterwaditzer
2014-08-25
1
-4
/
+5
*
Implemented test_dispatchermiddleware
fahernandez
2014-08-25
1
-0
/
+28
*
Manually replace all remaining assert_equal calls
Markus Unterwaditzer
2014-08-22
1
-30
/
+23
*
Remove assert_equal function
Markus Unterwaditzer
2014-08-21
1
-1
/
+1
*
Replace assert_equal calls with assert statements
Markus Unterwaditzer
2014-08-21
1
-6
/
+6
*
Remove unnecessary import of baseclass
Markus Unterwaditzer
2014-08-15
1
-1
/
+1
*
Remove class from test_wsgi
Markus Unterwaditzer
2014-08-15
1
-320
/
+318
*
Rename assert_strict_equal to strict_eq
Markus Unterwaditzer
2014-08-15
1
-27
/
+27
*
assertion methods => functions
Markus Unterwaditzer
2014-08-15
1
-47
/
+47
*
Replace simple cases of assertion methods
Markus Unterwaditzer
2014-08-15
1
-28
/
+28
*
Use fixtures for tmpdirs
Markus Unterwaditzer
2014-08-15
1
-3
/
+3
*
Remove most traces of unittest
Markus Unterwaditzer
2014-08-15
1
-7
/
+8
*
Remove suite functions
Markus Unterwaditzer
2014-08-15
1
-6
/
+0
*
Port testsuite to py.test
Markus Unterwaditzer
2014-08-15
1
-0
/
+352
*
Switched testsuite runner
Armin Ronacher
2011-09-20
1
-207
/
+0
*
oh hai 2011.
awsum
2011-06-30
1
-1
/
+1
*
Fixed a broken testcase
Armin Ronacher
2011-01-22
1
-2
/
+2
*
Switched everything to long imports
Armin Ronacher
2011-01-03
1
-1
/
+2
*
Fixed a multipart parser bug
Armin Ronacher
2010-10-18
1
-1
/
+12
*
Added a test for host guessing with fallback to server name and port.
Armin Ronacher
2010-02-26
1
-0
/
+14
*
It's 2010, who would have thought.
Armin Ronacher
2010-02-16
1
-1
/
+1
*
added :func:`werkzeug.extract_path_info`
Armin Ronacher
2009-09-16
1
-1
/
+32
*
deprecated non-silent usage of the :class:`werkzeug.LimitedStream`.
Armin Ronacher
2009-09-14
1
-2
/
+8
*
More refactoring. Moved a lot of stuff into a new werkzeug.wsgi module.
Armin Ronacher
2009-08-06
1
-0
/
+144