summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* fix auth cookie generating bad headerspjenvey2008-10-101-0/+4
| | | | thanks Alberto Valverde, jnelson, Jorge Vargas, Graham Dumpleton
* Added paste.reloader.add_file_callbackianb2008-09-251-0/+3
|
* Add support for HttpOnly to Pasteianb2008-09-151-0/+3
|
* Re-raise KeyboardInterruptianb2008-09-081-0/+3
|
* Add QUERY_STRING to Proxy requests (#232)ianb2008-08-291-1/+3
|
* make seek method conditionalianb2008-08-111-0/+4
|
* Make paste.debug.prints work with appengine, which replaces stdout on every ↵ianb2008-07-311-0/+2
| | | | request, so our patching isn't persistent
* In proxy, set content-length and filter more bad headersianb2008-07-301-0/+6
|
* reference to StatusCodeRedirectianb2008-06-201-1/+1
|
* rename linksianb2008-06-131-2/+3
|
* update versions for release1.7.1ianb2008-06-132-3/+3
|
* deprecate setup_moduleianb2008-06-122-25/+2
|
* fix import typo (#272)ianb2008-06-111-1/+1
|
* Added a future-of-Paste documentianb2008-06-063-4/+114
|
* Added some custom links to the templateianb2008-06-042-0/+34
|
* normalize/make-absolute the paths passed into StaticURLParserianb2008-05-291-0/+7
|
* slug for DirectoryAppmaluke2008-05-231-0/+1
|
* update version in conf.py, add generation/upload scriptianb2008-05-201-2/+2
|
* update news for 1.7 release1.7ianb2008-05-201-2/+2
|
* Fix wsgiwrappers delete_cookieianb2008-05-071-0/+3
|
* Change the value of no-value checkboxes to 'on' instead of 'checked'ianb2008-05-021-1/+3
|
* with TestApp forms, don't submit forms with unnamed fieldsianb2008-05-011-0/+3
|
* Added some more linkingianb2008-04-272-49/+64
|
* link up the news for sphinxianb2008-04-271-13/+14
|
* Add basic Sphinx documentation supportianb2008-04-2747-106/+784
|
* Add some more methods to the threaded replacement for stdout (for appengine)ianb2008-04-271-0/+2
|
* remove defunct docsianb2008-04-235-213/+0
|
* Fix case normalization on Windowsianb2008-04-182-1/+9
|
* Use wsgi.file_wrapper when availableianb2008-04-111-0/+3
|
* have StackedObjectProxies utilize 2.6's __dir__pjenvey2008-03-311-0/+3
|
* Accept relative paths in StaticURLParser (#244). From Eric Larsonianb2008-03-301-0/+3
|
* Keep paste.debug.profile from breaking when there is no Content-Type, from ↵ianb2008-03-261-0/+3
| | | | Kumar McMillan (#233)
* Unicode TestApp Response __contains__ test works (#235)ianb2008-03-261-0/+4
|
* Requests can send more than one cookie (#238)ianb2008-03-261-1/+4
|
* Apply patch for start response from #239, from inducerianb2008-03-261-0/+3
|
* Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ianb2008-03-261-0/+2
| | | | somewhat less fragile
* Add news for r7267ianb2008-03-251-0/+4
|
* Set same cookies with same domains on logout as you do on login, in auth_tktianb2008-03-081-0/+3
|
* allow binding to port 0pjenvey2008-03-071-0/+2
|
* Look for params values that have an .items methodianb2008-02-171-0/+4
|
* Avoid infinite loop of reading no data from a socket in cascadeianb2008-02-131-0/+3
|
* Do not ignore wsgi.input readline size argument (which can lead to lots of ↵ianb2008-02-121-0/+7
| | | | memory used)
* * Fixed bug in paste lint where PATH_INFO would become unicode.bbangert2008-01-131-0/+5
|
* little bug noted by Humberto Diogenesianb2008-01-081-1/+1
|
* update news for release1.6ianb2008-01-041-2/+2
|
* use basecookie instead of simplecookieianb2007-12-171-0/+3
|
* Fix issue with paste.cgiapp and mod_wsgi (#210)ianb2007-12-171-0/+2
|
* Use threadsafe connection class, to avoid some https errors (#211)ianb2007-12-171-0/+4
|
* Treat image button like submit button (#216)ianb2007-12-171-0/+3
|
* Add 226 IM Used response status (#217)ianb2007-12-171-0/+2
|