summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* - upgraded docs for paste.auth.digest and paste.auth.multicce2005-12-313-103/+116
* - cleaned up documentation for paste.auth.cookiecce2005-12-318-173/+337
* Create a __pudge_all__ variable that contains classesianb2005-12-311-1/+5
* - documentation updates to make pudge output look nicercce2005-12-311-27/+41
* - fixes to make auto-documentation work nicercce2005-12-302-91/+176
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-3014-4/+52
* (no commit message)cce2005-12-301-60/+69
* - fixes for restructed textcce2005-12-301-18/+18
* - updating httpheaders so it is more reStructuredText compliantcce2005-12-301-16/+17
* Set HTTP_HOST in raw_interactiveianb2005-12-301-0/+3
* (no commit message)cce2005-12-301-1/+2
* - removing 'return self' from delete()cce2005-12-301-2/+0
* (no commit message)cce2005-12-301-1/+1
* - added option to not start the server loop to httpserver.servecce2005-12-301-6/+7
* - changed all HTTPHeader sub-classes to have a _ prefix, sincecce2005-12-302-60/+53
* (no commit message)cce2005-12-302-4/+4
* - fixing my awful spellingcce2005-12-302-21/+21
* - off by one in lint.pycce2005-12-301-1/+1
* - added concrete ContentRange headercce2005-12-302-19/+34
* Applied patch for boolean HTML attributes in test fixture form parsing, from ...ianb2005-12-291-4/+4
* Separate paste.deploy entry point for lint from its main functionianb2005-12-291-4/+8
* - made things which are intended to be private start with underscorecce2005-12-291-57/+64
* (no commit message)cce2005-12-291-1/+1
* - moved collection searching code to resolve() andcce2005-12-291-29/+38
* - simplified HTTPHeaders by removing format()cce2005-12-291-45/+51
* - removing all entity headers for 304 responsecce2005-12-292-13/+19
* oopscce2005-12-291-2/+2
* - forgot to remove debugging infocce2005-12-292-3/+4
* - added Range.parse to httpheaderscce2005-12-292-58/+96
* tighter check: exc_info must be None if not givenianb2005-12-291-1/+1
* Added check for properly-formatted statusianb2005-12-291-0/+5
* Added checks that HTTP_CONTENT_TYPE/LENGTH are not in the environment, and a ...ianb2005-12-291-5/+26
* - make ContentType and ContentLength pickup CGI environment variable ifcce2005-12-291-2/+25
* - upgraded fileapp.py to use httpheaderscce2005-12-282-230/+119
* - added Content-Disposition and Cache-Control headerscce2005-12-281-25/+256
* descriptive chanagescce2005-12-271-5/+6
* - overhauled description of httpheaders modulecce2005-12-271-105/+232
* major re-work of httpheaderscce2005-12-271-87/+277
* - wrappers are not the way to go, will be doing some changescce2005-12-271-113/+0
* (no commit message)cce2005-12-261-3/+3
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-263-17/+88
* - making HTTPHeader not be a string object so that it isn'tcce2005-12-262-102/+106
* - made paste.util.wrapper.EnvironWrapper stateless (and not a dict)cce2005-12-261-13/+28
* - adding environ wrapper to paste.utilcce2005-12-261-0/+77
* Adding httpheaders, which is similar to httpexceptions only that itcce2005-12-251-0/+180
* fixed ticket #40 - thanks tsidwickcce2005-12-251-1/+1
* (no commit message)cce2005-12-251-7/+4
* - added Range: functionality to FileAppcce2005-12-254-52/+149
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-234-86/+169
* Copied over scgiserver from an old tag, so Titus can do some work on itianb2005-12-231-0/+148