Commit Graph

  • 43d6bdca46 chore!(rules): commented out line diff master kozorizki 2024-10-24 12:59:26 +0300
  • eea8b5d3a2 fix(better-exceptions.spec): unnecessary macros have been removed kozorizki 2024-10-24 12:50:59 +0300
  • 047f6bf709 fix(.spec): change Source kozorizki 2024-10-17 15:45:00 +0300
  • 2f45d72260 fix(.spec): change URL kozorizki 2024-10-17 15:36:53 +0300
  • ec9cdee98b 0.3.3-alt1 kozorizki 2024-10-17 15:22:55 +0300
  • c13ca91e53 fix(.gitignore): .spec kozorizki 2024-10-17 15:21:34 +0300
  • f6be2e1d84 gear-remotes-save kozorizki 2024-10-17 15:19:29 +0300
  • f7f1476e57
    Use stream encoding instead of locale preferred encoding (#88) Delgan 2023-01-05 01:12:47 +0100
  • 3b6c15699b
    set license in setup.py file (#125) Newman 2022-12-02 18:45:02 +0800
  • 922c24030e
    fix typos and markdowns (#123) Kian-Meng Ang 2022-08-12 19:51:31 +0800
  • f7f09a3017
    Create FUNDING.yml Qix 2021-10-19 03:43:50 +0200
  • 70e282d778
    bring Python current in Travis (#116) Gábor Lipták 2021-08-24 12:15:42 -0400
  • 4e150ba342 0.3.3 Josh Junon 2021-01-29 17:48:11 +0100
  • a8d24876f5
    update Django integration docs (#113) Sumanth Ratna 2021-01-02 07:26:40 -0500
  • c094fa5202 0.3.2 Josh Junon 2020-12-24 09:33:16 +0100
  • 97c0b200df include django integrations in setup.py package list Josh Junon 2020-12-24 09:32:49 +0100
  • cd89b86cd6 0.3.1 Josh Junon 2020-12-23 04:41:17 +0100
  • e2a0094e18 Create __init__.py in integrations module Sumanth Ratna 2020-12-22 21:31:07 -0500
  • ace4ed9cef 0.2.0 Josh Junon 2020-12-23 02:21:05 +0100
  • 194d95a5f0 remove python2 support from tests Josh Junon 2020-12-23 02:20:19 +0100
  • 76a4cc9dcf
    add Django middleware (#109) Sumanth Ratna 2020-12-22 20:12:41 -0500
  • 1523d6f7fa 0.2.3 Josh Junon 2020-12-23 01:46:14 +0100
  • 249bc245b9 Only run ps -ww -p $PID -o command= if available Sumanth Ratna 2020-12-20 17:26:32 -0500
  • 7b41752775 Add unittest patch (#77) ocavue 2019-09-28 23:41:45 +0800
  • 4dab3e218a fix closing single quote regex class for comment pattern (#89) Riley Shaw 2019-06-17 17:08:41 +0100
  • 008c17fcd7
    Merge pull request #79 from dansan/master Qix 2019-05-08 09:41:17 +0200
  • cadd8e6834 fix Python 2 import (fix #78) Daniel Troeder 2019-03-23 07:27:34 +0100
  • b455cffb53
    Merge pull request #86 from blueyed/format_value Qix 2019-05-07 21:18:41 +0200
  • 02b0b51dcf format_value: catch BaseException Daniel Hahler 2019-05-07 08:45:14 +0200
  • 1c82a8f8e5 Adds Django setup info for README, fixes #22 (#83) Matt 2019-04-28 22:51:38 -0400
  • f10e1fb154
    Align "format_traceback" output with built-in function (#64) Delgan 2019-01-10 23:51:03 +0100
  • c170bf65a6
    Surround repr() with try / except in case object is unprintable (#65) Delgan 2019-01-10 23:50:48 +0100
  • d5f56d8136 0.2.2 Josh Junon 2019-01-10 15:17:39 +0100
  • 04f7e97206
    Add support for chained exceptions (#63) Delgan 2019-01-08 22:09:32 +0100
  • 4d6a9daf6a
    Fix unit tests failing on Python 3.7 (#62) Delgan 2019-01-07 20:59:59 +0100
  • 0b13582973 0.2.1 Josh Junon 2018-01-16 16:19:52 +0100
  • e8b38aae4b remove incorrect note about not working in interactive shell Josh Junon 2018-01-16 16:19:28 +0100
  • 62a1690097 0.2.0 Josh Junon 2018-01-16 16:17:20 +0100
  • 9322966176 add note about interactive shells Josh Junon 2018-01-16 16:14:39 +0100
  • a257cbb0c1 Remove outdated module docstring Delgan 2017-10-19 12:28:24 +0200
  • 3c5870cf0d Add tests for IndentationError and SyntaxError Delgan 2017-10-19 11:53:45 +0200
  • ab227a9d96 Fix SyntaxError missing exception part paradoxxxzero 2017-10-19 11:43:13 +0200
  • f926bcccc2 Add automatic hook based on an environment variable Delgan 2017-09-15 11:47:08 +0200
  • c9c2ce9d9c Add a way to use better_exceptions functions without side effects Delgan 2017-09-12 13:33:48 +0200
  • 35eaebff0b Fix raw codes appearing with Python 3 on Windows cmd Delgan 2017-09-04 20:32:20 +0200
  • 9bd28c8b79 Add tests to check correctly truncated values Delgan 2017-09-05 11:10:19 +0200
  • 712c2dbdfc Add __version__ to top level module Delgan 2017-09-05 16:49:55 +0200
  • f9e1dddc27 Fix uncaught error on some exotic environments Delgan 2017-09-05 17:42:10 +0200
  • 821b9e4555 fix indentation and change nodes iterable TaoBeier 2017-05-09 01:14:50 +0800
  • 8b020dde69 0.1.8 Josh Junon 2017-05-12 00:12:44 -0700
  • a6b49d021f run PYTHONSTARTUP in better-exceptions REPL Josh Junon 2017-05-12 00:09:05 -0700
  • 4ab6076c3e using relative imports to support sub packaging (#30) Kevin Woldt 2017-05-03 21:52:37 +0200
  • e1cf1ff35e 0.1.7 Josh Junon 2017-04-24 15:51:36 -0700
  • d807d03afc use new PY3 variable instead of system check Josh Junon 2017-04-24 15:51:18 -0700
  • cd378ffe7d Fix Non-ASCII exceptions UnicodeDecodeError (#33) cold 2017-04-25 06:48:26 +0800
  • 74eb5373aa 0.1.6 Josh Junon 2017-03-28 14:48:13 -0700
  • 9a53e5ffa8 add isatty(2) check back in to color support detection Josh Junon 2017-03-28 14:16:31 -0700
  • c104693af9 updated test output for logging hooks Josh Junon 2017-03-28 14:13:27 -0700
  • f6f74b8ea7 add logger patching (closes #21) Josh Junon 2017-03-28 14:12:14 -0700
  • 3c51839251 allow for either dict or module __builtins__ (fixes #26) Josh Junon 2017-03-28 12:56:32 -0700
  • 096281cbae clarify usage message when default interpreter is used Josh Junon 2017-03-26 09:23:30 -0700
  • 096e70d921 Add Travis testing (#20) Josh 2017-03-24 01:56:12 -0700
  • 0d600e9c88 pull out interactive raw test (for now) Josh Junon 2017-03-24 01:30:02 -0700
  • f548b84f21 add special case to remove runcode() calls Josh Junon 2017-03-24 01:18:39 -0700
  • 6db81f32c6 omit last frame if we created it Josh Junon 2017-03-24 01:14:15 -0700
  • bcac52d39b define final_source in case there isn't a frame Josh Junon 2017-03-24 01:05:49 -0700
  • 2a9b86d8d3 ignore dummy exception frame if tb not present Josh Junon 2017-03-24 00:58:00 -0700
  • db4dc3f378 update tests Josh Junon 2017-03-24 00:47:01 -0700
  • 9024677a77 allow for non-whitespace characters to surround strings Josh Junon 2017-03-24 00:46:15 -0700
  • 64f01e0d65 update test output for -c fixes Josh Junon 2017-03-24 00:37:58 -0700
  • 7fabe8725f fix encoding issues and accidental skipping when compact -c is used Josh Junon 2017-03-24 00:35:28 -0700
  • 0d28697d31 add test case for strange -c configurations Josh Junon 2017-03-24 00:32:32 -0700
  • c7e306d309 fix -c parsing when code is the last program argument Josh Junon 2017-03-24 00:06:18 -0700
  • aa2cf4eca7 update test output Josh Junon 2017-03-23 23:58:27 -0700
  • f1ba394557 decode output from spawn() prior to shlex.split-ting it Josh Junon 2017-03-23 23:58:18 -0700
  • 525012db05 add comment to test_string Josh Junon 2017-03-23 23:46:57 -0700
  • df512de997 sort colored ast nodes based on their col_offset (fixes #18) Josh Junon 2017-03-23 23:46:46 -0700
  • 46363e1061 read command line from system if using -c Josh Junon 2017-03-23 23:31:11 -0700
  • be3b5b38f4 default to 'python' when not running test suite Josh Junon 2017-03-23 22:20:46 -0700
  • 8e1040c20a add more sophisticated tests Josh Junon 2017-03-23 22:10:14 -0700
  • e359b7dbb4 add ability to silence the banner Josh Junon 2017-03-23 22:09:56 -0700
  • 2d0978b0f1 add interactive mode Josh Junon 2017-03-23 21:04:03 -0700
  • 2d87e3e090 0.1.5 Josh Junon 2017-03-23 11:43:35 -0700
  • a53ef3c58a fix line munging (fixes #11) Josh Junon 2017-03-23 11:39:28 -0700
  • f5defff2b5 Update funciton get_frame_information (#14) JiuLi Gao 2017-03-24 02:39:51 +0800
  • e45928fb6b add more terminfo paths Josh Junon 2017-03-23 10:55:51 -0700
  • f33c858e15 Improve terminfo detection (fixes #15) (#16) P M 2017-03-23 18:53:33 +0100
  • 5df6bdef70 Update __init__.py (#13) JiuLi Gao 2017-03-23 11:48:27 +0800
  • baf35b3d33 0.1.4 Josh Junon 2017-03-22 18:43:09 -0700
  • 87413759cc use better color detection methods and add color support on windows Josh 2017-03-22 18:41:02 -0700
  • 222d871323 use system encoding and detect non-unicode encoding (#9) Josh 2017-03-22 12:30:36 -0700
  • 81a1e8a3ca use better version buildup in setup.py Josh Junon 2017-03-22 10:28:41 -0700
  • 247ee1c118 0.1.3 Josh Junon 2017-03-22 10:27:09 -0700
  • a81b768fd6 don't use bolded angle box character (fixes #6) Josh Junon 2017-03-22 10:26:45 -0700
  • 8e53f5b660 add See Also section Josh Junon 2017-03-22 09:42:12 -0700
  • 02932bdb35 remove '2.x' now that Python 3 is supported Josh Junon 2017-03-22 09:25:39 -0700
  • 0cc5dc13d8 0.1.2 Josh Junon 2017-03-22 09:15:33 -0700
  • 3801a070ec Remove useless strip parameter Florian Mounier 2017-03-22 11:47:08 +0100
  • 6c22d2b1a4 Use linecache Florian Mounier 2017-03-22 11:40:05 +0100
  • 7b8eced119 Merge pull request #1 from paradoxxxzero/master Josh 2017-03-22 09:10:24 -0700