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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 3.5.3
3.5.3
Chris Dent
2023-04-30
2
-1
/
+7
*
Augment use of imp with importlib.util (#76)
Chris Dent
2023-04-30
1
-10
/
+25
*
Add github actions tests (#77)
Chris Dent
2023-04-30
5
-32
/
+52
*
Add project URLs to PyPI listing (#71)
Tomo
2022-08-24
1
-0
/
+5
*
release 3.5.2
3.5.2
Chris Dent
2022-08-18
2
-1
/
+8
*
Fix py3 compatibility in paste.wsgilib.catch_errors (#70)
Colin Watson
2022-08-18
1
-1
/
+1
*
Release 3.5.1
3.5.1
Chris Dent
2022-06-22
3
-2
/
+10
*
Replace deprecated threading aliases (#69)
Hugo van Kemenade
2022-06-22
3
-19
/
+19
*
release 3.5.0
3.5.0
Chris Dent
2020-10-12
2
-1
/
+9
*
Add testing support for Python 3.8
Chris Dent
2020-10-12
2
-3
/
+3
*
Wsgi.errors is text (#62)
Dave Brondsema
2020-10-12
7
-13
/
+5
*
Fix AuthBasicAuthenticator base64 decoding to work on py3 (#61)
Dave Brondsema
2020-10-12
1
-1
/
+3
*
release 3.4.6
3.4.6
Chris Dent
2020-09-25
2
-1
/
+8
*
Add an explicit dependency on setuptools for pkg_resources (#60)
Michał Górny
2020-09-25
1
-1
/
+4
*
release 3.4.5
3.4.5
Chris Dent
2020-09-24
2
-1
/
+8
*
Remove deprecated imports (#59)
jhance
2020-09-24
1
-10
/
+1
*
Release 3.4.4
3.4.4
Chris Dent
2020-09-09
2
-1
/
+8
*
New version of setuptools uses `html` module from standart library (#58)
Tomáš Hrnčiar
2020-09-09
1
-1
/
+1
*
release 3.4.3
3.4.3
Chris Dent
2020-07-22
2
-1
/
+8
*
Patching auth ticket to be python3 compatible (#56)
TilmanSchaefer
2020-07-22
1
-7
/
+7
*
release 3.4.2
3.4.2
Chris Dent
2020-07-14
2
-1
/
+8
*
Py3-compat middleware.py's make_table's item sort (#55)
Amit Markel
2020-07-14
1
-2
/
+1
*
release 3.4.1
3.4.1
Chris Dent
2020-06-04
2
-1
/
+6
*
Make next handling in wsgilib more py3-compatible (#53)
jhance
2020-06-03
1
-4
/
+4
*
update PEP333 link in README (#52)
TinUnkai
2020-03-16
1
-1
/
+1
*
release 3.4.0
3.4.0
Chris Dent
2020-02-12
2
-1
/
+8
*
add ipv6 support by setting address family (#50)
Lekinho
2020-02-12
2
-2
/
+87
*
release 3.3.0
3.3.0
Chris Dent
2020-01-28
2
-1
/
+7
*
add six to check for python 2 or 3 specific implementation (#48)
Thomas Cross
2020-01-28
1
-2
/
+4
*
Remove pytest-runner integration (#47)
Colin Watson
2020-01-27
2
-3
/
+0
*
relese 3.2.7
3.2.7
Chris Dent
2020-01-26
2
-1
/
+6
*
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
2
-20
/
+150
*
Release 3.2.6
3.2.6
Chris Dent
2020-01-13
2
-1
/
+7
*
Make gzip middleware stop producing a spurious response body on HEAD requests...
Jason Madden
2020-01-13
3
-4
/
+27
*
release 3.2.5
3.2.5
Chris Dent
2020-01-09
1
-1
/
+1
*
python3 compatibility issues: list + keys concatenation, bool check (#42)
Vitaly Haritonsky
2020-01-09
1
-1
/
+4
*
release 3.2.4
3.2.4
Chris Dent
2020-01-05
2
-1
/
+10
*
Fix deprecation warnings (#41)
Xtreak
2020-01-05
2
-7
/
+14
*
release 3.2.3
3.2.3
Chris Dent
2019-11-25
2
-1
/
+6
*
socket write expect bytes instead of str (#38)
blidce
2019-11-25
1
-1
/
+1
*
release 3.2.2
3.2.2
Chris Dent
2019-10-14
2
-1
/
+6
*
Avoid some reference cycles through tracebacks. (#36)
Benjamin Peterson
2019-10-14
1
-5
/
+3
*
Release 3.2.1
Chris Dent
2019-10-14
2
-1
/
+6
*
LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)
Benjamin Peterson
2019-09-09
2
-3
/
+27
*
Simplify parse_formvars. (#34)
Benjamin Peterson
2019-09-06
1
-40
/
+29
*
release 3.2.0
3.2.0
Chris Dent
2019-09-05
2
-1
/
+11
*
TestApp: Make unicode urls always work. (#33)
Benjamin Peterson
2019-09-04
2
-0
/
+8
*
Make LimitedLengthFile file return empty bytes rather than empty string when ...
Benjamin Peterson
2019-09-04
2
-2
/
+10
*
Avoid copying FieldStorage if possible. (#30)
Benjamin Peterson
2019-08-29
2
-10
/
+15
[next]