summaryrefslogtreecommitdiff
path: root/paste/reloader.py
Commit message (Collapse)AuthorAgeFilesLines
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
|
* Adding code-block directive to Python code samples.bbangert2006-09-021-1/+3
|
* Added copyright header to a bunch of filesIan Bicking2006-06-131-0/+2
|
* Docstring addition from Alexey ShamrinIan Bicking2006-03-151-3/+11
|
* Handle case when os.stat returns nothing (not sure why this would happen, ↵Ian Bicking2006-01-201-1/+5
| | | | but it did at one point)
* - updated httpserver to have better documentation for serve()cce2006-01-111-18/+15
| | | | | | | | | | | | - 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)
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-0/+3
|
* Updates to documentationIan Bicking2005-10-011-0/+2
|
* A bunch of pylint-inspired changes; all minor code cleanupIan Bicking2005-05-171-20/+1
|
* Ignore some errors when polling filesIan Bicking2005-05-081-1/+4
|
* typoIan Bicking2005-05-031-1/+1
|
* Keep track of all explicit watched files even when no Monitor is installedIan Bicking2005-05-011-1/+3
|
* Renamed package itselfIan Bicking2005-04-221-0/+111