summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
* woops, cleanuppjenvey2008-10-211-3/+0
* only expose JythonMonitor if on Jython and _systemrestart is supportedpjenvey2008-10-211-22/+23
* woops, sleep inside the looppjenvey2008-10-111-1/+1
* added JythonMonitor for use for an experimental, optimized reloader for Jythonpjenvey2008-10-111-4/+31
* fix auth cookie generating bad headerspjenvey2008-10-101-1/+2
* Added paste.reloader.add_file_callbackianb2008-09-251-5/+37
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-175-17/+39
* Add support for HttpOnly to Pasteianb2008-09-151-2/+2
* Re-raise KeyboardInterruptianb2008-09-081-0/+3
* Add QUERY_STRING to Proxy requests (#232)ianb2008-08-291-0/+2
* use consistent string quotingpjenvey2008-08-271-2/+2
* make seek method conditionalianb2008-08-111-1/+3
* Make paste.debug.prints work with appengine, which replaces stdout on every r...ianb2008-07-312-4/+12
* In proxy, set content-length and filter more bad headersianb2008-07-301-1/+9
* fix docstring exampleianb2008-07-301-5/+4
* Adding request_queue_size option to increase socket queue for Paste#http server.bbangert2008-06-201-11/+26
* handle .class as well as .pycpjenvey2008-06-172-1/+4
* missing importpjenvey2008-06-121-0/+1
* deprecate setup_moduleianb2008-06-121-0/+4
* fix docstring import typo (#272)ianb2008-06-111-1/+1
* disable killthread if ctypes lacks pythonapipjenvey2008-06-101-0/+3
* compatibility with lazy imports (Importing on cheeseshop)maluke2008-06-071-1/+1
* added DirectoryApp.make_fileapp to allow some customizationmaluke2008-05-301-1/+4
* normalize/make-absolute the paths passed into StaticURLParserianb2008-05-291-1/+1
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...maluke2008-05-283-6/+7
* make sure DirectoryApp.path ends with os.path.sepmaluke2008-05-231-1/+3
* fixed __all__maluke2008-05-231-1/+1
* implemented DirectoryAppmaluke2008-05-231-5/+32
* Fix threaded stdin readianb2008-05-161-2/+2
* Fix wsgiwrappers delete_cookieianb2008-05-071-1/+1
* typoianb2008-05-071-1/+1
* Change the value of no-value checkboxes to 'on' instead of 'checked'ianb2008-05-021-2/+1
* with TestApp forms, don't submit forms with unnamed fieldsianb2008-05-011-0/+2
* small docstring formatting fixesianb2008-04-278-21/+30
* Add some more methods to the threaded replacement for stdout (for appengine)ianb2008-04-271-0/+18
* typo in last commitianb2008-04-181-1/+1
* Fix case normalization on Windowsianb2008-04-181-2/+4
* avoid modules with None __file__s, for Jythonpjenvey2008-04-181-1/+4
* Fix ticket #249maluke2008-04-131-7/+7
* safer compare of ints with == instead of ispjenvey2008-04-131-1/+1
* Use wsgi.file_wrapper when availableianb2008-04-111-1/+5
* Make modulefinder import conditionalianb2008-04-091-3/+7
* Adding streaming iter option to Registrybbangert2008-04-061-1/+35
* have StackedObjectProxies utilize 2.6's __dir__pjenvey2008-03-311-0/+12
* Accept relative paths in StaticURLParser (#244). From Eric Larsonianb2008-03-301-0/+2
* typo in reprianb2008-03-261-1/+1
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...ianb2008-03-261-2/+2
* Unicode TestApp Response __contains__ test works (#235)ianb2008-03-261-0/+3
* Requests can send more than one cookie (#238)ianb2008-03-261-1/+2
* Apply patch for start response from #239, from inducerianb2008-03-261-6/+24