summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
...
* Bug fixesianb2005-08-221-1/+1
* Moved testianb2005-08-2221-158/+0
* Moved testianb2005-08-221-16/+0
* paste.deployify urlmapianb2005-08-221-7/+14
* Moved testianb2005-08-221-43/+0
* Converted cgiapp to paste.deployianb2005-08-221-5/+9
* Moved cgiapp testsianb2005-08-225-64/+0
* Removed thirdparty stuffianb2005-08-226-65/+12
* Removed 3rd-party; moved backported modules to paste.utilianb2005-08-225-15/+0
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-222-34/+7
* More moving around of stuffianb2005-08-224-288/+4
* Move around tests and exceptions; more moving to come, hence this intermediat...ianb2005-08-223-119/+87
* Be more careful about where HTML documents endianb2005-08-221-1/+1
* Fixed problem with scripts that don't output any headers, and chop query stri...ianb2005-08-181-6/+10
* Added parameter to force printing even when content-type isn't htmlianb2005-08-181-2/+5
* Fix capture_output's write() callableianb2005-08-181-1/+1
* Removed debugging cruftianb2005-08-151-5/+0
* Dispatcher to try multiple applications until 404 not givenianb2005-08-151-0/+50
* Added (non-Windows-compatible!) function to communicate with subprocesses, an...ianb2005-08-151-23/+165
* Added static file serverianb2005-08-151-1/+73
* Added CGI proxy applicationianb2005-08-156-0/+152
* Added form variables to tracebackianb2005-08-151-2/+12
* Added expect_errors argument; fixed typoianb2005-08-151-9/+11
* Allow apps set to None, to mean a delete, and make the 404 app more informati...ianb2005-08-081-3/+24
* Allow a urlmap-using-only configurationianb2005-08-081-0/+2
* Added noteianb2005-07-281-0/+2
* Changed default for show_exceptions_in_error_log; fixed the setting of extra_...ianb2005-07-261-5/+8
* Catch errors in the other case where repr() is usedianb2005-07-261-1/+5
* Convert URLs to stringsianb2005-07-261-1/+1
* Make sure header names and values are stringsianb2005-07-261-0/+4
* Be more careful about whether headers were really sent, if an error occurs in...ianb2005-07-261-5/+10
* Add supplemental information about the servlet to tracebacksianb2005-07-251-0/+23
* Ignore errors when printing extraDataianb2005-07-251-1/+5
* Use relative pathsianb2005-07-251-2/+6
* Avoid empty pathsianb2005-07-251-1/+1
* Handy module for quoting and unquotingianb2005-07-251-0/+64
* Oops, it's confirm() not prompt()ianb2005-07-211-4/+4
* Fixed some js_repr usage; added class for buttonsianb2005-07-211-5/+59
* Added new module for constructing URLsianb2005-07-211-0/+279
* Allow word wrapping; try to keep exceptions out of printed outputianb2005-07-211-2/+6
* Go up to higher-level directories to find server.confianb2005-07-211-3/+8
* load defaults and get output directory from confianb2005-07-211-2/+4
* More suggestive errorianb2005-07-211-1/+1
* Added error if you misuse MethodDispatchianb2005-07-211-0/+4
* Added docstringsianb2005-07-211-0/+35
* Renamed cookie module to cookiewriter (cookie broke windows) and reordered im...ianb2005-07-212-6/+7
* Made urlmap work with domain matching as wellianb2005-07-211-25/+53
* Fixed regex to better match reST outputianb2005-07-201-2/+3
* Added some missing dict methods, make sure __getattr__ doesn't get too muchianb2005-07-201-0/+8
* Strify incoming urls to redirectianb2005-07-181-0/+1