index
:
delta/python-packages/paste.git
2.0.3
BB-4
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
bitbucket.org: Obsolete (use python-packages/paste-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
urlparser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
normalize/make-absolute the paths passed into StaticURLParser
ianb
2008-05-29
1
-1
/
+1
*
typo in last commit
ianb
2008-04-18
1
-1
/
+1
*
Fix case normalization on Windows
ianb
2008-04-18
1
-2
/
+4
*
Accept relative paths in StaticURLParser (#244). From Eric Larson
ianb
2008-03-30
1
-0
/
+2
*
properly hide .bak and .py~, and also hide .pyo
ianb
2007-10-10
1
-1
/
+1
*
fix docs referring to cache_max_age as max_cache_age
pjenvey
2007-06-12
1
-2
/
+2
*
typo
pjenvey
2007-01-31
1
-1
/
+1
*
don't depend on pkg_resources in urlparser
pjenvey
2007-01-23
1
-1
/
+8
*
fixed broken StaticURLParser.make_app from r6099
pjenvey
2007-01-19
1
-2
/
+1
*
Make StaticURLParser more subclassable
ianb
2007-01-17
1
-1
/
+4
*
convert old-style classes to new-style classes
pjenvey
2007-01-05
1
-1
/
+1
*
fixed typo from r6038
pjenvey
2007-01-04
1
-2
/
+2
*
always set root_resources in PkgResourcesParser
ianb
2007-01-04
1
-3
/
+3
*
Use 404 instead of 400 when there's extra path on a static file, like with /i...
ianb
2006-12-22
1
-1
/
+1
*
Reverting r6016
ianb
2006-12-22
1
-33
/
+30
*
Tweaked StaticURLParser to fix windows paths and infinite URL redirects. Curr...
thejimmyg
2006-12-22
1
-30
/
+33
*
Fixed the paths for to work with Windows
thejimmyg
2006-12-18
1
-1
/
+6
*
Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...
ianb
2006-12-18
1
-7
/
+5
*
A big commit, primarily aesthetic/whitespace in nature. This is the result o...
ianb
2006-10-20
1
-4
/
+4
*
Paste should not depend upon other paste modules, such
cce
2006-09-21
1
-2
/
+1
*
Buglet from 2 commits ago
ianb
2006-08-29
1
-1
/
+2
*
Patch for cache_max_age from Brad Clements
ianb
2006-08-29
1
-6
/
+20
*
Removed Paste Deploy dependencies in many places
ianb
2006-08-19
1
-1
/
+48
*
Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...
pjenvey
2006-06-19
1
-6
/
+24
*
Fixed urlparser classes to handle quoted (e.g. %20) URL paths.
pjenvey
2006-06-18
1
-3
/
+7
*
docstring
ianb
2006-03-30
1
-0
/
+4
*
The last two commits fixed the wrong thing; urlparser now back to how it was,...
ianb
2006-01-26
1
-2
/
+2
*
stupid syntax error in last commit
ianb
2006-01-26
1
-2
/
+2
*
Fixed mis-used redirect when adding trailing slash
ianb
2006-01-26
1
-2
/
+2
*
Using ETag's for browser-side HTTP 1.1 caching when available for static cont...
bbangert
2006-01-18
1
-0
/
+10
*
Added a bunch of module docstrings so the module index looks nicer; also mark...
ianb
2005-12-30
1
-0
/
+3
*
A bunch of little import cleanups noted from pyflakes
ianb
2005-12-18
1
-1
/
+0
*
Moved all the internal uses of wsgilib to their correct forms now
ianb
2005-12-18
1
-2
/
+2
*
Added -W option to tests, which will turn warnings into errors (warnings have...
ianb
2005-12-18
1
-1
/
+2
*
Moved a function to request that shouldn't be
ianb
2005-12-15
1
-1
/
+1
*
Move things to using request module instead of wsgilib
ianb
2005-12-14
1
-9
/
+9
*
Using new paste.request lib
bbangert
2005-12-13
1
-2
/
+3
*
Be a little less picky about 'ambiguous' filenames in URLParser, when one of ...
ianb
2005-12-13
1
-4
/
+10
*
Deprecate the wsgilib.error_response functions; stop using them internally as...
ianb
2005-12-13
1
-50
/
+37
*
Added entry point for pkg_resources file serving
ianb
2005-12-13
1
-0
/
+9
*
Improve error message on urlparser Not Founds
ianb
2005-12-02
1
-2
/
+7
*
Added wsgi_application hook to objects that URLParser finds
ianb
2005-11-14
1
-4
/
+8
*
Default type when mimetypes returns None
ianb
2005-10-04
1
-0
/
+2
*
Added parser that reads files from an egg using pkg_resources
ianb
2005-09-28
1
-1
/
+53
*
Fixes suggested by pyflakes
ianb
2005-09-21
1
-1
/
+0
*
Added static file-serving app
ianb
2005-09-21
1
-0
/
+3
*
Added more information to 404 message
rflosi
2005-09-20
1
-1
/
+4
*
Added license comment to all substantive files
ianb
2005-08-31
1
-0
/
+3
*
paste.deployified urlparser
ianb
2005-08-22
1
-65
/
+60
*
Added static file server
ianb
2005-08-15
1
-1
/
+73
[next]