summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* update versions for release1.7.1Ian Bicking2008-06-132-3/+3
* deprecate setup_moduleIan Bicking2008-06-122-25/+2
* fix import typo (#272)Ian Bicking2008-06-111-1/+1
* Added a future-of-Paste documentIan Bicking2008-06-063-4/+114
* Added some custom links to the templateIan Bicking2008-06-042-0/+34
* normalize/make-absolute the paths passed into StaticURLParserIan Bicking2008-05-291-0/+7
* slug for DirectoryAppmaluke2008-05-231-0/+1
* update version in conf.py, add generation/upload scriptIan Bicking2008-05-201-2/+2
* update news for 1.7 release1.7Ian Bicking2008-05-201-2/+2
* Fix wsgiwrappers delete_cookieIan Bicking2008-05-071-0/+3
* Change the value of no-value checkboxes to 'on' instead of 'checked'Ian Bicking2008-05-021-1/+3
* with TestApp forms, don't submit forms with unnamed fieldsIan Bicking2008-05-011-0/+3
* Added some more linkingIan Bicking2008-04-272-49/+64
* link up the news for sphinxIan Bicking2008-04-271-13/+14
* Add basic Sphinx documentation supportIan Bicking2008-04-2747-106/+784
* Add some more methods to the threaded replacement for stdout (for appengine)Ian Bicking2008-04-271-0/+2
* remove defunct docsIan Bicking2008-04-235-213/+0
* Fix case normalization on WindowsIan Bicking2008-04-182-1/+9
* Use wsgi.file_wrapper when availableIan Bicking2008-04-111-0/+3
* have StackedObjectProxies utilize 2.6's __dir__pjenvey2008-03-311-0/+3
* Accept relative paths in StaticURLParser (#244). From Eric LarsonIan Bicking2008-03-301-0/+3
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...Ian Bicking2008-03-261-0/+3
* Unicode TestApp Response __contains__ test works (#235)Ian Bicking2008-03-261-0/+4
* Requests can send more than one cookie (#238)Ian Bicking2008-03-261-1/+4
* Apply patch for start response from #239, from inducerIan Bicking2008-03-261-0/+3
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...Ian Bicking2008-03-261-0/+2
* Add news for r7267Ian Bicking2008-03-251-0/+4
* Set same cookies with same domains on logout as you do on login, in auth_tktIan Bicking2008-03-081-0/+3
* allow binding to port 0pjenvey2008-03-071-0/+2
* Look for params values that have an .items methodIan Bicking2008-02-171-0/+4
* Avoid infinite loop of reading no data from a socket in cascadeIan Bicking2008-02-131-0/+3
* Do not ignore wsgi.input readline size argument (which can lead to lots of me...Ian Bicking2008-02-121-0/+7
* * Fixed bug in paste lint where PATH_INFO would become unicode.bbangert2008-01-131-0/+5
* little bug noted by Humberto DiogenesIan Bicking2008-01-081-1/+1
* update news for release1.6Ian Bicking2008-01-041-2/+2
* use basecookie instead of simplecookieIan Bicking2007-12-171-0/+3
* Fix issue with paste.cgiapp and mod_wsgi (#210)Ian Bicking2007-12-171-0/+2
* Use threadsafe connection class, to avoid some https errors (#211)Ian Bicking2007-12-171-0/+4
* Treat image button like submit button (#216)Ian Bicking2007-12-171-0/+3
* Add 226 IM Used response status (#217)Ian Bicking2007-12-171-0/+2
* Don't overwrite X-Forwarded-ForIan Bicking2007-10-301-0/+3
* make sslerror import optionalIan Bicking2007-10-251-0/+7
* doc fixesIan Bicking2007-10-231-2/+2
* be more tolerant of bad CONTENT_LENGTH1.5.1Ian Bicking2007-10-221-0/+6
* news header for 1.51.5Ian Bicking2007-10-171-2/+2
* Applied #181, allow smtp authentication for errorsIan Bicking2007-10-101-0/+4
* Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ...Ian Bicking2007-10-101-0/+4
* r6823 forgot _CHARSET_RE from WebOb and broke WSGIResponse'spjenvey2007-10-041-0/+2
* * Fixed memory leak with ``paste.registry`` not properly removingbbangert2007-10-031-0/+4
* Simplify the way HTTPExceptionHandler catches HTTPExceptions. You can no lon...Ian Bicking2007-09-211-0/+3