| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | News for 0.4.10.4.1 | ianb | 2006-01-18 | 1 | -2/+9 |
| | | |||||
| * | Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO) | ianb | 2006-01-12 | 2 | -2/+2 |
| | | |||||
| * | (no commit message) | cce | 2006-01-11 | 1 | -0/+1 |
| | | |||||
| * | - added paste.progress : a request upload progress monitor, partially ↵ | cce | 2006-01-11 | 2 | -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 ;( | cce | 2006-01-11 | 1 | -3/+3 |
| | | |||||
| * | - default server_version was in wrong spot ;) | cce | 2006-01-11 | 1 | -2/+1 |
| | | |||||
| * | - updated httpserver to have better documentation for serve() | cce | 2006-01-11 | 3 | -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) | cce | 2006-01-11 | 1 | -0/+1 |
| | | |||||
| * | always send response even if there isn't a body (dumb mistake) | cce | 2006-01-11 | 1 | -0/+2 |
| | | |||||
| * | - add support for 'dd-mon-yyyy' date format | cce | 2006-01-09 | 2 | -3/+7 |
| | | |||||
| * | - fixed links in news so that they point to actual modules | cce | 2006-01-09 | 1 | -54/+44 |
| | | | | | | - made things a bit more informative and consistent (dropped my dumb requirement not to capitalize sentance-fragments) | ||||
| * | - forgot reference in setup.py | cce | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | moving httpserver from util sub-package up a level | cce | 2006-01-09 | 8 | -7/+7 |
| | | |||||
| * | Updated desc, added news | ianb | 2006-01-09 | 2 | -2/+2 |
| | | |||||
| * | Auto-update of version strings | ianb | 2006-01-09 | 1 | -1/+1 |
| | | |||||
| * | Updated setup.py description | ianb | 2006-01-09 | 1 | -0/+7 |
| | | |||||
| * | Updated to #pythonpaste channel | ianb | 2006-01-09 | 2 | -2/+2 |
| | | |||||
| * | - spelling errors fixed in news.txt | cce | 2006-01-09 | 1 | -3/+3 |
| | | |||||
| * | Added wsgilib.intercept_output to __all__; updated news.txt | ianb | 2006-01-09 | 2 | -2047/+67 |
| | | |||||
| * | - added log messes to doc/news.txt for Ian's scanning | cce | 2006-01-09 | 1 | -5/+2100 |
| | | | | | - removed my (and Ben's regarding open_id) log messages that are handled | ||||
| * | - first pass at doc/news.txt for 0.4 release | cce | 2006-01-08 | 1 | -0/+113 |
| | | |||||
| * | - better error checking in parse_datetime | cce | 2006-01-08 | 2 | -78/+64 |
| | | | | | - remove unnecessary intermediaries | ||||
| * | - making timedate parser throw more exceptions on errors | cce | 2006-01-08 | 2 | -53/+39 |
| | | | | | - cleaning up unnecessary code (that is duplicated in datetime built-in) | ||||
| * | - converted timedelta normalization to be fractions of hours | cce | 2006-01-08 | 2 | -66/+88 |
| | | | | | - updated docstrings | ||||
| * | - added some nicer datetime parsing code | cce | 2006-01-08 | 2 | -0/+488 |
| | | |||||
| * | Added a little argument to profile.profile_decorator, to allow conditional ↵ | ianb | 2006-01-07 | 6 | -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 Bangert | cce | 2006-01-06 | 1 | -2/+2 |
| | | |||||
| * | - removing unnecessary trailing spaces, that's all | cce | 2006-01-05 | 2 | -17/+17 |
| | | |||||
| * | Thread safe patching | bbangert | 2006-01-05 | 1 | -47/+46 |
| | | |||||
| * | printing out debug information on 5xx messages for raw_interactive | cce | 2006-01-05 | 1 | -4/+3 |
| | | |||||
| * | - its not important if pkg_resources is installed for paste; | cce | 2006-01-05 | 1 | -2/+6 |
| | | | | | it disables some features, but it doesn't depend upon this tool | ||||
| * | Added docstrings to some modules | ianb | 2006-01-04 | 4 | -3/+15 |
| | | |||||
| * | Remove a bunch of cruft that was never fully developed for testing | ianb | 2006-01-04 | 1 | -148/+233 |
| | | |||||
| * | Allow the httpexceptions to be 'themeable' | cce | 2006-01-03 | 1 | -9/+14 |
| | | |||||
| * | Fixed stack level for warnings | ianb | 2006-01-03 | 1 | -3/+3 |
| | | |||||
| * | - made the example program simpler for paste.auth.cookie, no | cce | 2006-01-03 | 1 | -8/+3 |
| | | | | | | point in adding in so many features when trying to introduce a new person to this module | ||||
| * | (no commit message) | cce | 2006-01-03 | 1 | -10/+12 |
| | | |||||
| * | (no commit message) | cce | 2006-01-02 | 2 | -3/+3 |
| | | |||||
| * | - added REMOTE_SESSION as a default environment variable to save | cce | 2006-01-02 | 1 | -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; | cce | 2006-01-01 | 7 | -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) | cce | 2005-12-31 | 1 | -4/+3 |
| | | |||||
| * | (no commit message) | cce | 2005-12-31 | 1 | -5/+5 |
| | | |||||
| * | - upgraded docs for paste.auth.digest and paste.auth.multi | cce | 2005-12-31 | 3 | -103/+116 |
| | | |||||
| * | - cleaned up documentation for paste.auth.cookie | cce | 2005-12-31 | 8 | -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 classes | ianb | 2005-12-31 | 1 | -1/+5 |
| | | |||||
| * | - documentation updates to make pudge output look nicer | cce | 2005-12-31 | 1 | -27/+41 |
| | | |||||
| * | - fixes to make auto-documentation work nicer | cce | 2005-12-30 | 2 | -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 ↵ | ianb | 2005-12-30 | 15 | -5/+53 |
| | | | | | marked deprecated modules so they don't show up in the module index that Pudge creates | ||||
| * | (no commit message) | cce | 2005-12-30 | 1 | -60/+69 |
| | | |||||
| * | - fixes for restructed text | cce | 2005-12-30 | 1 | -18/+18 |
| | | |||||
