summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...ianb2008-03-261-1/+13
* Add a note about httpexceptions and generator applications (#242)ianb2008-03-261-0/+4
* Fix a couple tests that had some fragilityianb2008-03-251-1/+1
* Save the REQUEST_METHOD when logging, in case it gets rewritten later (#241)ianb2008-03-251-3/+4
* Use the already-available html_unquote functionianb2008-03-251-2/+1
* Set same cookies with same domains on logout as you do on login, in auth_tktianb2008-03-081-1/+8
* allow binding to port 0pjenvey2008-03-071-1/+1
* avoid os.times if it's not availablepjenvey2008-03-061-1/+3
* only import webbrowser when necessarypjenvey2008-03-051-1/+1
* only import webbrowser when it's neededpjenvey2008-02-261-1/+1
* Typoianb2008-02-191-1/+1
* Look for params values that have an .items methodianb2008-02-171-0/+3
* Avoid infinite loop of reading no data from a socket in cascadeianb2008-02-131-0/+2
* Do not ignore wsgi.input readline size argument (which can lead to lots of me...ianb2008-02-121-1/+4
* * Fixed bug in paste lint where PATH_INFO would become unicode.bbangert2008-01-131-0/+2
* fix intercept_output docstring exampleianb2008-01-111-0/+2
* use basecookie instead of simplecookieianb2007-12-171-3/+3
* Use base64.encode|decodestring, for python 2.3 compatibilityianb2007-12-171-2/+2
* Fix issue with paste.cgiapp and mod_wsgi (#210)ianb2007-12-171-1/+5
* Use threadsafe connection class, to avoid some https errors (#211)ianb2007-12-171-2/+9