Commit Graph

5 Commits

Author SHA1 Message Date
Neil Schemenauer 660d72d1f2 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
Neil Schemenauer f1765e0dd4 Safer behavior for Directory meta-class.
Only mess with the _q_exports attribute if the export()
and subdir() decorators have been used.  This will hopefull
avoid any backwards compatibility surprises.
2012-11-17 13:46:25 -06:00
Neil Schemenauer b5db7adfaf Add export() and subdir() decorators for managing _q_exports. 2012-01-02 13:04:20 -06:00
Neil Schemenauer 9949692385 Don't use callable(). 2009-09-07 01:34:27 -06:00
C. Titus Brown a73c2957be Reorganize source
Added some simple WSGI documentation; cleaned up test code a bit.
Added test server status check.  Moved the quixote package into the
quixote/ subdirectory.  Added nose+twill tests under tests/.
2008-04-05 20:09:39 -06:00