summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update versions for release1.7.1ianb2008-06-132-3/+3
* missing importpjenvey2008-06-121-0/+1
* deprecate setup_moduleianb2008-06-123-25/+6
* fix docstring import typo (#272)ianb2008-06-111-1/+1
* fix 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 a future-of-Paste documentianb2008-06-063-4/+114
* Added some custom links to the templateianb2008-06-042-0/+34
* added DirectoryApp.make_fileapp to allow some customizationmaluke2008-05-301-1/+4
* normalize/make-absolute the paths passed into StaticURLParserianb2008-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 scriptianb2008-05-202-2/+11
* Auto-update of version stringsianb2008-05-201-1/+1
* update news for 1.7 release1.7ianb2008-05-201-2/+2
* Fix threaded stdin readianb2008-05-161-2/+2
* Fix wsgiwrappers delete_cookieianb2008-05-072-1/+4
* typoianb2008-05-071-1/+1
* Change the value of no-value checkboxes to 'on' instead of 'checked'ianb2008-05-022-3/+4
* with TestApp forms, don't submit forms with unnamed fieldsianb2008-05-012-0/+5
* Added some more linkingianb2008-04-272-49/+64
* link up the news for sphinxianb2008-04-271-13/+14
* Add basic Sphinx documentation supportianb2008-04-2747-106/+784
* small docstring formatting fixesianb2008-04-278-21/+30
* Add some more methods to the threaded replacement for stdout (for appengine)ianb2008-04-272-0/+20
* remove defunct docsianb2008-04-235-213/+0
* typo in last commitianb2008-04-181-1/+1
* Fix case normalization on Windowsianb2008-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 availableianb2008-04-112-1/+8
* 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-312-0/+15
* Accept relative paths in StaticURLParser (#244). From Eric Larsonianb2008-03-303-6/+22
* typo in reprianb2008-03-261-1/+1
* Keep paste.debug.profile from breaking when there is no Content-Type, from Ku...ianb2008-03-262-2/+5
* Unicode TestApp Response __contains__ test works (#235)ianb2008-03-262-0/+7
* Requests can send more than one cookie (#238)ianb2008-03-263-2/+16
* Apply patch for start response from #239, from inducerianb2008-03-262-6/+27
* Fix #240, unicode exceptions cause collector to fail. Also make tests somewh...ianb2008-03-263-4/+23
* Add a note about httpexceptions and generator applications (#242)ianb2008-03-261-0/+4
* Add news for r7267ianb2008-03-251-0/+4
* Fix a couple tests that had some fragilityianb2008-03-253-3/+3