summaryrefslogtreecommitdiff
path: root/paste/reloader.py
Commit message (Collapse)AuthorAgeFilesLines
* replace ``has_key`` method to ``in`` operator #9fix-has_keyaodag2015-05-021-1/+1
|
* Fix pyflakes warningsVictor Stinner2015-04-221-1/+1
| | | | | | * Remove unused variables * Remove unused imports * Remove dead code
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
|
* Python 3: fix more submodulesVictor Stinner2014-03-191-4/+5
| | | | | * print syntax * replace "except Exception, exc:" with "except Exception as exc:"
* 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
|
* Added paste.reloader.add_file_callbackianb2008-09-251-5/+37
|
* handle .class as well as .pycpjenvey2008-06-171-0/+3
|
* compatibility with lazy imports (Importing on cheeseshop)maluke2008-06-071-1/+1
|
* avoid modules with None __file__s, for Jythonpjenvey2008-04-181-1/+4
|
* 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 filesianb2006-06-131-0/+2
|
* Docstring addition from Alexey Shamrinianb2006-03-151-3/+11
|
* Handle case when os.stat returns nothing (not sure why this would happen, ↵ianb2006-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 pyflakesianb2005-12-181-0/+3
|
* Updates to documentationianb2005-10-011-0/+2
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-20/+1
|
* Ignore some errors when polling filesianb2005-05-081-1/+4
|
* typoianb2005-05-031-1/+1
|
* Keep track of all explicit watched files even when no Monitor is installedianb2005-05-011-1/+3
|
* Renamed package itselfianb2005-04-221-0/+111