index
:
delta/python-packages/paste-git.git
2.0.3
BB-4
benjaminp-fixture-unicode-paths
blueyed-coverage
bug/21
cd/travis-ci
cdent/git-actions
cdent/use-importlib
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-19
fix-docs
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
github.com: cdent/paste.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
Commit message (
Expand
)
Author
Age
Files
Lines
*
Augment use of imp with importlib.util (#76)
Chris Dent
2023-04-30
1
-10
/
+25
*
Fix py3 compatibility in paste.wsgilib.catch_errors (#70)
Colin Watson
2022-08-18
1
-1
/
+1
*
Replace deprecated threading aliases (#69)
Hugo van Kemenade
2022-06-22
3
-19
/
+19
*
Wsgi.errors is text (#62)
Dave Brondsema
2020-10-12
6
-11
/
+4
*
Fix AuthBasicAuthenticator base64 decoding to work on py3 (#61)
Dave Brondsema
2020-10-12
1
-1
/
+3
*
Remove deprecated imports (#59)
jhance
2020-09-24
1
-10
/
+1
*
Patching auth ticket to be python3 compatible (#56)
TilmanSchaefer
2020-07-22
1
-7
/
+7
*
Py3-compat middleware.py's make_table's item sort (#55)
Amit Markel
2020-07-14
1
-2
/
+1
*
Make next handling in wsgilib more py3-compatible (#53)
jhance
2020-06-03
1
-4
/
+4
*
add ipv6 support by setting address family (#50)
Lekinho
2020-02-12
1
-1
/
+27
*
add six to check for python 2 or 3 specific implementation (#48)
Thomas Cross
2020-01-28
1
-2
/
+4
*
StringIO imports differently in python 3 - use six for compatibility (#46)
Thomas Cross
2020-01-26
1
-1
/
+1
*
Update auth_tkt.py for python3 compatibility (#45)
marzetas
2020-01-26
1
-20
/
+30
*
Make gzip middleware stop producing a spurious response body on HEAD requests...
Jason Madden
2020-01-13
2
-2
/
+17
*
python3 compatibility issues: list + keys concatenation, bool check (#42)
Vitaly Haritonsky
2020-01-09
1
-1
/
+4
*
Fix deprecation warnings (#41)
Xtreak
2020-01-05
2
-7
/
+14
*
socket write expect bytes instead of str (#38)
blidce
2019-11-25
1
-1
/
+1
*
Avoid some reference cycles through tracebacks. (#36)
Benjamin Peterson
2019-10-14
1
-5
/
+3
*
LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)
Benjamin Peterson
2019-09-09
1
-3
/
+6
*
Simplify parse_formvars. (#34)
Benjamin Peterson
2019-09-06
1
-40
/
+29
*
TestApp: Make unicode urls always work. (#33)
Benjamin Peterson
2019-09-04
1
-0
/
+1
*
Make LimitedLengthFile file return empty bytes rather than empty string when ...
Benjamin Peterson
2019-09-04
1
-1
/
+1
*
Avoid copying FieldStorage if possible. (#30)
Benjamin Peterson
2019-08-29
1
-5
/
+7
*
Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)
3.1.1
Benjamin Peterson
2019-08-25
1
-15
/
+7
*
Fix WSGIResponse.__call__ on Python 3. (#27)
Benjamin Peterson
2019-07-24
1
-2
/
+2
*
Get MutableMapping from collections.abc on Python 3. (#26)
Benjamin Peterson
2019-07-24
3
-3
/
+3
*
Fix quoting of bytestrings. (#23)
Jelmer Vernooij
2019-03-07
1
-1
/
+4
*
Write bytestrings when calling wsgi_write_chunk (#22)
Chris Dent
2019-02-28
1
-2
/
+2
*
Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)"
Chris Dent
2019-01-07
1
-3
/
+3
*
Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)
Stephan Richter
2018-11-29
1
-3
/
+3
*
Don't delete dict item while iterating over same dict (#14)
3.0.4
Marius van den Beek
2018-11-05
1
-1
/
+1
*
paste.fixture: fix form offset handling (#12)
Daniel Hahler
2018-10-31
1
-6
/
+2
*
py3 fixes for form handling in paste.fixture (#8)
Daniel Hahler
2018-10-30
2
-10
/
+19
*
Pytest fixes (#9)
Daniel Hahler
2018-10-30
1
-11
/
+11
*
Remove use of future
Chris Dent
2018-10-24
6
-5
/
+30
*
Make iterators Python3-compatible
Zane Bitter
2018-10-23
2
-0
/
+4
*
Don't raise StopIteration inside a generator
Zane Bitter
2018-10-23
2
-3
/
+2
*
Fix up testing after switch to pytest
Chris Dent
2018-10-23
6
-24
/
+24
*
Merged in onovy/paste (pull request #36)
Chris Dent
2018-10-23
1
-1
/
+1
|
\
|
*
Use correct variable when building message for exception
Ond?ej Nov?
2016-03-10
1
-1
/
+1
|
*
Make add_close.next() leverage add_close.__next__()
python3_wsgilib_add_close_next
Marc Abramowitz
2016-03-08
1
-1
/
+1
|
*
Uncomment/cleanup paste.wsgilib.app_close.__next__
Marc Abramowitz
2016-03-07
1
-2
/
+2
|
*
Merge default to python3_wsgilib_add_close_next
Marc Abramowitz
2016-03-07
1
-0
/
+4
|
|
\
|
|
*
paste.wsgilib.add_close: Add __next__ method
Marc Abramowitz
2016-03-07
1
-0
/
+4
|
|
*
Don't display invalid error message when socket in use
Marc Abramowitz
2015-05-11
1
-2
/
+4
|
|
*
Merged in aodag/paste-py3/fix-has_key (pull request #25)
Marc Abramowitz
2015-05-11
2
-2
/
+2
|
|
|
\
|
|
|
*
replace ``has_key`` method to ``in`` operator #9
fix-has_key
aodag
2015-05-02
2
-2
/
+2
|
|
|
*
Fix Python 3 issue in paste/fixture.py
Marc Abramowitz
2015-04-30
1
-1
/
+1
|
|
|
*
Make utility function private: _get_headers
BB-4
Marc Abramowitz
2015-04-30
1
-4
/
+9
|
|
|
*
Make get_headers default to Python 3; fallback to Python 2
Marc Abramowitz
2015-04-30
1
-4
/
+4
[next]