| Age | Commit message (Collapse) | Author |
|
Refs #32316.
Backport of 7248afe12f40361870388ecdd7e0038eb0d58e47 from main
|
|
tracebacks.
|
|
|
|
This allows replacement of the debugging templates without having to
copy-paste the `get_traceback_html` and `get_traceback_text` functions
into a subclass.
Thanks to Nick Pope for review.
|
|
Previously, the technical 500 debug page didn't contain a traceback
when the exception chain contained an exception without traceback.
Thanks Chris Jerdonek for the report.
|
|
for Http404.
|
|
non-string keys.
|
|
|
|
a cycle.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
|
|
|
|
Unused since 8f8c54f70bfa3aa8e311514297f1eeded2c32593.
|
|
Co-authored-by: Ryan Castner <castner.rr@gmail.com>
|
|
filtering.
Thanks to Tim Graham for the original implementation idea.
Co-authored-by: Daniel Maxson <dmaxson@ccpgames.com>
|
|
|
|
|
|
|
|
Http404.
|
|
technical 404 debug and congrats page.
|
|
technical 500 debug page.
Regression in 50b8493.
Related to ea542a9.
|
|
|
|
ExceptionReporter.get_traceback_frames().
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
technical 500 debug page.
This is a security fix.
|
|
without source code.
|
|
projects.
Developed by Timothy Allen and Chad Whitman of The Wharton School with
shepherding from Aymeric Augustin and Collin Anderson.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
debug page.
Regression in 7b6dccc82fa5b03cf431742c0655e5ac954e228e
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
The test from refs #20368 only runs this block on Python 2.
|
|
Thanks Tim Graham for the review.
|
|
Unused since its introduction in e7e4b8b0f774b119bc1c46a62a97e51d7c8a35e3.
|
|
Reverted refs #6423 since raising string exceptions is prohibited
since Python 2.5.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|