summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* News for 0.4.10.4.1ianb2006-01-181-2/+9
|
* Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)ianb2006-01-122-2/+2
|
* (no commit message)cce2006-01-111-0/+1
|
* - added paste.progress : a request upload progress monitor, partially ↵cce2006-01-112-0/+283
| | | | | | complete (needs more testing, and a way to expire old uploaded requests) - added paste.debug.debugapp which bootstraps with a simple HTML applicatoin, and a slow consumer (paste.wsgilib.dumpenviron needs to move there)
* - misspelled daemon ;(cce2006-01-111-3/+3
|
* - default server_version was in wrong spot ;)cce2006-01-111-2/+1
|
* - updated httpserver to have better documentation for serve()cce2006-01-113-56/+128
| | | | | | | | | | | | - added socket_timeout option - added deamon_threads option - the port option to serve() can now be a string - now catching and re-routing most socket errors (which are routine) - converted reload.py to use a deamon thread - added comment why os._exit is used - removed raise_keyboard_interrupt option (this might need to be re-added later, just not sure what it does)
* - put where deamon_threads option should be (but commented out)cce2006-01-111-0/+1
|
* always send response even if there isn't a body (dumb mistake)cce2006-01-111-0/+2
|
* - add support for 'dd-mon-yyyy' date formatcce2006-01-092-3/+7
|
* - fixed links in news so that they point to actual modulescce2006-01-091-54/+44
| | | | | - made things a bit more informative and consistent (dropped my dumb requirement not to capitalize sentance-fragments)
* - forgot reference in setup.pycce2006-01-091-1/+1
|
* moving httpserver from util sub-package up a levelcce2006-01-098-7/+7
|
* Updated desc, added newsianb2006-01-092-2/+2
|
* Auto-update of version stringsianb2006-01-091-1/+1
|
* Updated setup.py descriptionianb2006-01-091-0/+7
|
* Updated to #pythonpaste channelianb2006-01-092-2/+2
|
* - spelling errors fixed in news.txtcce2006-01-091-3/+3
|
* Added wsgilib.intercept_output to __all__; updated news.txtianb2006-01-092-2047/+67
|
* - added log messes to doc/news.txt for Ian's scanningcce2006-01-091-5/+2100
| | | | - removed my (and Ben's regarding open_id) log messages that are handled
* - first pass at doc/news.txt for 0.4 releasecce2006-01-081-0/+113
|
* - better error checking in parse_datetimecce2006-01-082-78/+64
| | | | - remove unnecessary intermediaries
* - making timedate parser throw more exceptions on errorscce2006-01-082-53/+39
| | | | - cleaning up unnecessary code (that is duplicated in datetime built-in)
* - converted timedelta normalization to be fractions of hourscce2006-01-082-66/+88
| | | | - updated docstrings
* - added some nicer datetime parsing codecce2006-01-082-0/+488
|
* Added a little argument to profile.profile_decorator, to allow conditional ↵ianb2006-01-076-9/+32
| | | | profiling; added an entry point for the built-in http server, so you can use egg:Paste#http in paste.deploy files; small doc update; got rid of MANIFEST.in, which I don't believe is actually needed to make a proper package (and might actually hurt, since setuptools handles things itself when MANIFEST.in doesn't exist).
* - py2.3 compatibility fix as reported by Ben Bangertcce2006-01-061-2/+2
|
* - removing unnecessary trailing spaces, that's allcce2006-01-052-17/+17
|
* Thread safe patchingbbangert2006-01-051-47/+46
|
* printing out debug information on 5xx messages for raw_interactivecce2006-01-051-4/+3
|
* - its not important if pkg_resources is installed for paste;cce2006-01-051-2/+6
| | | | it disables some features, but it doesn't depend upon this tool
* Added docstrings to some modulesianb2006-01-044-3/+15
|
* Remove a bunch of cruft that was never fully developed for testingianb2006-01-041-148/+233
|
* Allow the httpexceptions to be 'themeable'cce2006-01-031-9/+14
|
* Fixed stack level for warningsianb2006-01-031-3/+3
|
* - made the example program simpler for paste.auth.cookie, nocce2006-01-031-8/+3
| | | | | point in adding in so many features when trying to introduce a new person to this module
* (no commit message)cce2006-01-031-10/+12
|
* (no commit message)cce2006-01-022-3/+3
|
* - added REMOTE_SESSION as a default environment variable to savecce2006-01-021-5/+7
| | | | to help solve requirements mentioned atassist http://groups.google.com/group/turbogears/browse_frm/thread/9c38012ddb4128ef/9fc9e2524433f239#9fc9e2524433f239
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-017-86/+133
| | | | | | | | | | | | | | __call__ now always returns a string value - renamed resolve to values in HTTPHeader to better reflect the public-interface for this (esp for multi-entry headers) - a few bugs in mult-entry headers - added common CGI headers to httpheaders; I know they don't really belong here, but error checking is nice - updated auth.digest and auth.basic to use httpheaders (this is what prompted the above changes) - added WWW_AUTHENTICATe header which will build a response to a digest challenge - fixed capitalization error in fileapp and added corresponding test
* (no commit message)cce2005-12-311-4/+3
|
* (no commit message)cce2005-12-311-5/+5
|
* - 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
| | | | | | | | - cleaned up documentation for paste.auth.form - cleaned up documentation for paste.auth.basic - converted InternalServerError into its own class (httpexceptions) - converted BadRequest into its own class (httpexceptions) - a few minor cleanups
* 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
| | | | question: how do I get pudge to document a 'private' class?
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-3015-5/+53
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* (no commit message)cce2005-12-301-60/+69
|
* - fixes for restructed textcce2005-12-301-18/+18
|