summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update versions for release1.7.1Ian Bicking2008-06-132-3/+3
* missing importpjenvey2008-06-121-0/+1
* deprecate setup_moduleIan Bicking2008-06-123-25/+6
* fix docstring import typo (#272)Ian Bicking2008-06-111-1/+1
* fix import typo (#272)Ian Bicking2008-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 a future-of-Paste documentIan Bicking2008-06-063-4/+114
* Added some custom links to the templateIan Bicking2008-06-042-0/+34
* added DirectoryApp.make_fileapp to allow some customizationmaluke2008-05-301-1/+4
* normalize/make-absolute the paths passed into StaticURLParserIan Bicking2008-05-292-1/+8
* tests for fileapp.DirectoryAppmaluke2008-05-281-1/+24
* Fixed test suite on Windows (also disabled CGI tests as they shouldn't even w...maluke2008-05-285-34/+36
* make sure DirectoryApp.path ends with os.path.sepmaluke2008-05-231-1/+3
* slug for DirectoryAppmaluke2008-05-231-0/+1
* fixed __all__maluke2008-05-231-1/+1
* implemented DirectoryAppmaluke2008-05-231-5/+32
* update version in conf.py, add generation/upload scriptIan Bicking2008-05-202-2/+11
* Auto-update of version stringsIan Bicking2008-05-201-1/+1
* update news for 1.7 release1.7Ian Bicking2008-05-201-2/+2
* Fix threaded stdin readIan Bicking2008-05-161-2/+2
* Fix wsgiwrappers delete_cookieIan Bicking2008-05-072-1/+4
* typoIan Bicking2008-05-071-1/+1
* Change the value of no-value checkboxes to 'on' instead of 'checked'Ian Bicking2008-05-022-3/+4
* with TestApp forms, don't submit forms with unnamed fieldsIan Bicking2008-05-012-0/+5
* Added some more linkingIan Bicking2008-04-272-49/+64
* link up the news for sphinxIan Bicking2008-04-271-13/+14
* Add basic Sphinx documentation supportIan Bicking2008-04-2747-106/+784
* small docstring formatting fixesIan Bicking2008-04-278-21/+30
* Add some more methods to the threaded replacement for stdout (for appengine)Ian Bicking2008-04-272-0/+20
* remove defunct docsIan Bicking2008-04-235-213/+0
* typo in last commitIan Bicking2008-04-181-1/+1
* Fix case normalization on WindowsIan Bicking2008-04-183-3/+13
* 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 availableIan Bicking2008-04-112-1/+8
* Make modulefinder import conditionalIan Bicking2008-04-091-3/+7
* Adding streaming iter option to Registrybbangert2008-04-061-1/+35
* have StackedObjectProxies utilize 2.6's __dir__pjenvey2008-03-312-0/+15
* Accept relative paths in StaticURLParser (#244). From Eric LarsonIan Bicking2008-03-303-6/+22
* typo in reprIan Bicking2008-03-261-1/+1
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...Ian Bicking2008-03-262-2/+5
* Unicode TestApp Response __contains__ test works (#235)Ian Bicking2008-03-262-0/+7
* Requests can send more than one cookie (#238)Ian Bicking2008-03-263-2/+16
* Apply patch for start response from #239, from inducerIan Bicking2008-03-262-6/+27
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...Ian Bicking2008-03-263-4/+23
* Add a note about httpexceptions and generator applications (#242)Ian Bicking2008-03-261-0/+4
* Add news for r7267Ian Bicking2008-03-251-0/+4
* Fix a couple tests that had some fragilityIan Bicking2008-03-253-3/+3