index
:
delta/python-packages/paste-git.git
2.0.3
BB-4
benjaminp-fixture-unicode-paths
blueyed-coverage
bug/21
cd/travis-ci
cdent/git-actions
cdent/use-importlib
double_slash_at_start_of_path_fix
eliminate_cgi_parse_qsl
eliminate_cgi_parse_qsl_2
fix-19
fix-docs
fix-has_key
gzip_work_with_generator
mainline-refactor
master
py37
py3k
pytest
python3_wsgilib_add_close_next
require_six
stringio
test_wsgirequest_charset_use_UTF-8_instead_of_iso-8859-1
tox_add_py35
tox_add_pypy
tox_coverage
github.com: cdent/paste.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paste
/
exceptions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added __traceback_decorator__
Ian Bicking
2006-11-27
1
-2
/
+22
*
Fixed error message when no message is provided; noted by Alex Ross
Ian Bicking
2006-10-21
1
-1
/
+1
*
A big commit, primarily aesthetic/whitespace in nature. This is the result o...
Ian Bicking
2006-10-20
2
-2
/
+2
*
Moved entry point for error_catcher to a separate function; reformatted docst...
Ian Bicking
2006-10-20
1
-33
/
+43
*
Quote the frame name aka function name, which contains <> in Genshi
Ian Bicking
2006-10-20
1
-2
/
+3
*
Fixed a couple problems with error reports that might go over size
Ian Bicking
2006-10-13
2
-6
/
+8
*
Don't reclose the app_iter if it was closed because of an exception
Ian Bicking
2006-10-06
1
-1
/
+2
*
Fixed problem where the errorcatching middleware doesn't expose the close met...
Ian Bicking
2006-10-03
1
-24
/
+67
*
Removed PasteDeploy/Script requirement from tests
Ian Bicking
2006-09-21
1
-1
/
+1
*
Some objects in Pylons 0.9.2dev error handling are getting to this stage with...
thejimmyg
2006-08-30
1
-1
/
+1
*
Fixed a bug in the registry test (not code), since str(registered_object) nev...
Ian Bicking
2006-08-23
2
-3
/
+6
*
Fixed problem with exception formatter word wrapping routine
Ian Bicking
2006-08-21
1
-9
/
+24
*
Removed Paste Deploy dependencies in many places
Ian Bicking
2006-08-19
1
-1
/
+3
*
Added copyright header to a bunch of files
Ian Bicking
2006-06-13
2
-0
/
+4
*
Small stylesheet updates
Ian Bicking
2006-05-07
1
-2
/
+2
*
Improve formatting of the text version, so things don't get crammed together ...
Ian Bicking
2006-02-22
1
-2
/
+2
*
Hopefully handle string exceptions (at least handle a little better)
Ian Bicking
2006-02-14
1
-1
/
+1
*
Added a bunch of module docstrings so the module index looks nicer; also mark...
Ian Bicking
2005-12-30
1
-1
/
+4
*
A bunch of little import cleanups noted from pyflakes
Ian Bicking
2005-12-18
1
-1
/
+2
*
Using new paste.request lib
bbangert
2005-12-13
1
-1
/
+2
*
Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...
Ian Bicking
2005-12-13
1
-34
/
+42
*
Put in reduced-content exceptions for XMLHttpRequest responses, marked by the...
Ian Bicking
2005-12-05
1
-3
/
+26
*
Added text version of traceback to standard exception report
Ian Bicking
2005-12-02
1
-1
/
+9
*
Fixed error message when traceback turned off
Ian Bicking
2005-11-28
1
-3
/
+3
*
Added a tbid attribute to frame objects; simplify signature of format_source_...
Ian Bicking
2005-11-17
2
-9
/
+11
*
Improved UI of the error catcher in several ways
Ian Bicking
2005-11-06
1
-6
/
+10
*
Further refactoring and expansion of the eval exception middleware; functions...
Ian Bicking
2005-11-06
1
-22
/
+38
*
Added new (in progress) middleware for interactive debugging
Ian Bicking
2005-11-06
1
-1
/
+1
*
Don't show extra data in the expandable full traceback (since it's already sh...
Ian Bicking
2005-11-05
1
-8
/
+12
*
Add a hook to the error middleware to ignore (re-raise) exceptions in env[pas...
Ian Bicking
2005-11-05
1
-0
/
+10
*
Fixed case when the code could not be highlighted because it is too invalid; ...
Ian Bicking
2005-11-05
1
-5
/
+21
*
Add source highlighting to tracebacks
Ian Bicking
2005-11-04
1
-15
/
+29
*
Improve the error output, a little more compact with expandable source
Ian Bicking
2005-11-04
3
-24
/
+119
*
msg not converted properly using as_string
bbangert
2005-10-24
1
-1
/
+1
*
Fix doc strings
Ian Bicking
2005-10-07
2
-11
/
+52
*
Don't require paste.config
Ian Bicking
2005-10-03
1
-1
/
+2
*
Made objects bold in traceback
Ian Bicking
2005-09-25
1
-1
/
+1
*
Fixes suggested by pyflakes
Ian Bicking
2005-09-21
3
-4
/
+1
*
Added license comment to all substantive files
Ian Bicking
2005-08-31
4
-0
/
+12
*
Removed defunct dir
Ian Bicking
2005-08-22
1
-1
/
+0
*
Got exception tests working; error_catcher filter now paste-deploy-ified
Ian Bicking
2005-08-22
1
-16
/
+7
*
More moving around of stuff
Ian Bicking
2005-08-22
3
-288
/
+0
*
Move around tests and exceptions; more moving to come, hence this intermediat...
Ian Bicking
2005-08-22
2
-0
/
+372
*
Added note
Ian Bicking
2005-07-28
1
-0
/
+2
*
Catch errors in the other case where repr() is used
Ian Bicking
2005-07-26
1
-1
/
+5
*
Ignore errors when printing extraData
Ian Bicking
2005-07-25
1
-1
/
+5
*
Format supplemental info more like Zope does
Ian Bicking
2005-05-30
1
-4
/
+4
*
Include both trimmed and full tracebacks in exception reports
Ian Bicking
2005-05-23
1
-12
/
+30
*
Added better consolidated __traceback_hide__ support
Ian Bicking
2005-05-23
3
-36
/
+162
*
Made HTML backward compatible with non-JS browsers (which describes most emai...
Ian Bicking
2005-05-17
1
-10
/
+55
[next]