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
Commit message (
Expand
)
Author
Age
Files
Lines
*
woops, cleanup
pjenvey
2008-10-21
1
-3
/
+0
*
only expose JythonMonitor if on Jython and _systemrestart is supported
pjenvey
2008-10-21
1
-22
/
+23
*
woops, sleep inside the loop
pjenvey
2008-10-11
1
-1
/
+1
*
added JythonMonitor for use for an experimental, optimized reloader for Jython
pjenvey
2008-10-11
1
-4
/
+31
*
fix auth cookie generating bad headers
pjenvey
2008-10-10
1
-1
/
+2
*
Added paste.reloader.add_file_callback
ianb
2008-09-25
1
-5
/
+37
*
prefer hashlib over the md5/sha modules which are deprecated in Python 2.6
pjenvey
2008-09-17
5
-17
/
+39
*
Add support for HttpOnly to Paste
ianb
2008-09-15
1
-2
/
+2
*
Re-raise KeyboardInterrupt
ianb
2008-09-08
1
-0
/
+3
*
Add QUERY_STRING to Proxy requests (#232)
ianb
2008-08-29
1
-0
/
+2
*
use consistent string quoting
pjenvey
2008-08-27
1
-2
/
+2
*
make seek method conditional
ianb
2008-08-11
1
-1
/
+3
*
Make paste.debug.prints work with appengine, which replaces stdout on every r...
ianb
2008-07-31
2
-4
/
+12
*
In proxy, set content-length and filter more bad headers
ianb
2008-07-30
1
-1
/
+9
*
fix docstring example
ianb
2008-07-30
1
-5
/
+4
*
Adding request_queue_size option to increase socket queue for Paste#http server.
bbangert
2008-06-20
1
-11
/
+26
*
handle .class as well as .pyc
pjenvey
2008-06-17
2
-1
/
+4
*
missing import
pjenvey
2008-06-12
1
-0
/
+1
*
deprecate setup_module
ianb
2008-06-12
1
-0
/
+4
*
fix docstring import typo (#272)
ianb
2008-06-11
1
-1
/
+1
*
disable killthread if ctypes lacks pythonapi
pjenvey
2008-06-10
1
-0
/
+3
*
compatibility with lazy imports (Importing on cheeseshop)
maluke
2008-06-07
1
-1
/
+1
*
added DirectoryApp.make_fileapp to allow some customization
maluke
2008-05-30
1
-1
/
+4
*
normalize/make-absolute the paths passed into StaticURLParser
ianb
2008-05-29
1
-1
/
+1
*
Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...
maluke
2008-05-28
3
-6
/
+7
*
make sure DirectoryApp.path ends with os.path.sep
maluke
2008-05-23
1
-1
/
+3
*
fixed __all__
maluke
2008-05-23
1
-1
/
+1
*
implemented DirectoryApp
maluke
2008-05-23
1
-5
/
+32
*
Fix threaded stdin read
ianb
2008-05-16
1
-2
/
+2
*
Fix wsgiwrappers delete_cookie
ianb
2008-05-07
1
-1
/
+1
*
typo
ianb
2008-05-07
1
-1
/
+1
*
Change the value of no-value checkboxes to 'on' instead of 'checked'
ianb
2008-05-02
1
-2
/
+1
*
with TestApp forms, don't submit forms with unnamed fields
ianb
2008-05-01
1
-0
/
+2
*
small docstring formatting fixes
ianb
2008-04-27
8
-21
/
+30
*
Add some more methods to the threaded replacement for stdout (for appengine)
ianb
2008-04-27
1
-0
/
+18
*
typo in last commit
ianb
2008-04-18
1
-1
/
+1
*
Fix case normalization on Windows
ianb
2008-04-18
1
-2
/
+4
*
avoid modules with None __file__s, for Jython
pjenvey
2008-04-18
1
-1
/
+4
*
Fix ticket #249
maluke
2008-04-13
1
-7
/
+7
*
safer compare of ints with == instead of is
pjenvey
2008-04-13
1
-1
/
+1
*
Use wsgi.file_wrapper when available
ianb
2008-04-11
1
-1
/
+5
*
Make modulefinder import conditional
ianb
2008-04-09
1
-3
/
+7
*
Adding streaming iter option to Registry
bbangert
2008-04-06
1
-1
/
+35
*
have StackedObjectProxies utilize 2.6's __dir__
pjenvey
2008-03-31
1
-0
/
+12
*
Accept relative paths in StaticURLParser (#244). From Eric Larson
ianb
2008-03-30
1
-0
/
+2
*
typo in repr
ianb
2008-03-26
1
-1
/
+1
*
Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...
ianb
2008-03-26
1
-2
/
+2
*
Unicode TestApp Response __contains__ test works (#235)
ianb
2008-03-26
1
-0
/
+3
*
Requests can send more than one cookie (#238)
ianb
2008-03-26
1
-1
/
+2
*
Apply patch for start response from #239, from inducer
ianb
2008-03-26
1
-6
/
+24
[next]