1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 17 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib.web.dispatchers: If form.file, set request.body to file.form otherwise update params. More... about 15 years ago
lib.web.dispatchers: Just update params with dictform(form) in all cases. More... about 15 years ago
lib.web.dispatchers: Renamed _getParams t _parseBody and modified to pass in params dict from _parseQueryString and update it, return if an error response was returned (return is False). More... about 15 years ago
lib.web.core: Added tools serve_file, serve_download and expires to Controller More... about 15 years ago
lib.web.tools: Removed unused imports. More... about 15 years ago
lib.web.tools: Import hashlib and use hashlib.md5 instead of importing the md5 function. More... about 15 years ago
tools.bench: Only import hotshot if we can and only try to profile if hotshot is available, otherwise print a warning More... about 15 years ago
version: Possible fix, fixing bug when creating version information the first time More... about 15 years ago
examples/simpleweb.py: Fixed typo in try/except More... about 15 years ago
examples/simpleweb.py: Removed Debugger, Sessions and Admin More... about 15 years ago
examples/simpleweb.py: Reverted back to it's simplest form. Try to import psyco, if this fails, do nothing. More... about 15 years ago
lib.log: Removed redundant @listener defs and simplified More... about 15 years ago
workers: Python 2.5.x compatibility with the backported processing package More... about 15 years ago
docs/ChangeLog: Ordered entries for 1.0b1 More... about 15 years ago
circuits: Updated CopyRight year to include 2009. More... about 15 years ago
docs/ChangeLog: Updated ChnageLog for 1.0b1 More... about 15 years ago
docs/ChangeLog: Fixed 1.0b1 release and release date More... about 15 years ago
Added tag 1.0b1 for changeset eabf5dd3bdf8 More... about 15 years ago
tests.tests_core: This test no longer applies - removed. More... about 15 years ago
tests.test_debugger: enabled attribute changed to events. Fixed tests. More... about 15 years ago
tests.test_sockets: Fixed Manager by not calling isConnected on client which may be a Server component that doesn't have isConnected More... about 15 years ago
lib.web.http: Raise errors, but don't log More... about 15 years ago
lib.web.dispatcher: Raise errors, but don't log More... about 15 years ago
core: If errors is not True, clear exception. More... about 15 years ago
core: Only log errors if log=True (Default: True). Use sys.exc_info() to get the exception's type, value and traceback. More... about 15 years ago
lib.web.sessions: New sessions module adding very basic (optional) session handling More... about 15 years ago
lib.web: Import loggers, sessions and dispatchers but just the modules. Import all errors. More... about 15 years ago
lib.web.http: BaseError deprecated. Use HTTPError. Changed channel back to 'httperror' and update HTTP Erorr Event Handler More... about 15 years ago
lib.web.core: Moved setting attributes into try/finally. Tidied up. Added session support if available. More... about 15 years ago
lib.web.errors: BaseError deprecated. HTTPError is now an Event. Tidied up constructor More... about 15 years ago