Commit graph

3376 commits

Author SHA1 Message Date
Will McGugan
e03c7a4efe missing quote 2020-09-26 15:58:16 +01:00
Will McGugan
6faa216656 traceback improvements 2020-09-26 15:56:27 +01:00
Will McGugan
55a97280ad
Merge pull request #303 from taliraj/handler-with-tracebacks
handle exceptions with rich's logging handler
2020-09-25 13:10:12 +01:00
landi
db13ae6fdc using record.exc_info to build traceback 2020-09-25 13:02:44 +02:00
Will McGugan
65da5adf52 typing, docstrings 2020-09-24 21:44:05 +01:00
landi
79b4d1de5c fix test 2020-09-24 21:05:42 +02:00
landi
f0d74ace14 using _log_render for traceback printing 2020-09-24 20:17:59 +02:00
Will McGugan
a16a234c29
Merge pull request #302 from ptmcg/master
Add title_justify and caption_justify options to Table to support lef…
2020-09-23 16:23:39 +01:00
Will McGugan
a1373bf54c
Merge pull request #305 from willmcgugan/capture
Capture
2020-09-23 16:16:50 +01:00
Will McGugan
a86ece7b21 correct example 2020-09-23 15:55:57 +01:00
Will McGugan
0651310a89 capture 2020-09-23 15:53:41 +01:00
landi
d388b83954 skip test on windows 2020-09-23 01:22:27 +02:00
landi
e037e587e3 skip test on python 3.7 beacuse rendered differently 2020-09-23 01:12:07 +02:00
landi
0fac8d5eab handle exceptions with rich's logging handler 2020-09-23 00:49:49 +02:00
ptmcg
909a7bde57 Put tests in the right test file 2020-09-22 15:18:12 -05:00
ptmcg
ae531daad1 The blackening 2020-09-22 14:05:26 -05:00
ptmcg
62716095e0 Add coverage for new code (do permutations of JustifyMethods for title_justify and caption_justify) 2020-09-22 13:57:36 -05:00
ptmcg
05596c09bf Must put JustifyMethod in quotes 2020-09-22 13:46:04 -05:00
ptmcg
fdac216130 Update types for typechecks 2020-09-22 13:40:08 -05:00
ptmcg
a7b1518c6a Add title_justify and caption_justify options to Table to support left/center/right justification of title and caption 2020-09-22 11:55:47 -05:00
Will McGugan
e651e85016
Merge pull request #300 from BIGBALLON/patch-1
fix spelling typo
2020-09-22 16:49:17 +01:00
Wei Li
46bf9cbc95
fixed typo 2020-09-22 16:00:59 +08:00
Will McGugan
4e24f2ef1a
Merge pull request #297 from taliraj/tests
Added tests and fixed documentation
2020-09-21 21:55:39 +01:00
landi
b37b6937e2 changed test to use builtin str 2020-09-21 19:00:01 +02:00
landi
af5b5e1088 skip two test on py37 because rendered differently 2020-09-21 02:14:49 +02:00
landi
e04f92ace0 fix test for python 3.6 2020-09-21 01:15:17 +02:00
landi
7f6acd5c51 added tests for inspect 2020-09-21 01:02:49 +02:00
landi
cbd5b669b0 fix docs for print_exception 2020-09-21 01:02:27 +02:00
Will McGugan
f092b1d042
Merge pull request #294 from ssbarnea/master
Fix broken HTML encoding
2020-09-19 18:58:24 +01:00
Sorin Sbarnea
60fde2a274 Fix broken HTML encoding
Missing to specify encoding can mess some clients which may break
the file encoding or render it incorrectly.

Example: file that loads ok locally, after upload to S3 gets broken
if the encoding is not mentioned in file.

Use of UTF-8 is a very good practice, but we still need to mention
it.
2020-09-19 14:11:43 +01:00
Will McGugan
86ee6a1de9 link to es readme 2020-09-18 16:59:47 +01:00
Will McGugan
25a1bf06b4
Merge pull request #287 from willmcgugan/ansi-syntax-theme
Syntax theme to use standard colors
2020-09-18 16:30:06 +01:00
Will McGugan
d354d17783 rename method 2020-09-18 16:23:44 +01:00
Will McGugan
643c0e4abe
Merge pull request #289 from dtrodrigues/poetry-core
use poetry-core to build
2020-09-18 16:15:22 +01:00
Will McGugan
0f87f7707f
Merge pull request #292 from willmcgugan/dependabot/pip/pygments-2.7.1
Bump pygments from 2.6.1 to 2.7.1
2020-09-18 16:14:19 +01:00
Will McGugan
0c24c695fe
Merge pull request #290 from oleksis/master
Add README.es.md in Spanish/Español
2020-09-18 16:13:46 +01:00
Will McGugan
7e9bd93615 docs 2020-09-18 16:02:02 +01:00
Will McGugan
2a31a31469 version bump 2020-09-18 15:30:18 +01:00
Will McGugan
eb7737590d column index 2020-09-18 15:27:07 +01:00
Will McGugan
e389c05ec3 test fixes 2020-09-18 11:56:28 +01:00
Will McGugan
22bdafdd3e optimizations 2020-09-18 11:37:37 +01:00
dependabot[bot]
96e23bdb7c
Bump pygments from 2.6.1 to 2.7.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.6.1...2.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 05:33:34 +00:00
Will McGugan
a81c724dc2 optimizations fix text to tabs 2020-09-17 22:31:45 +01:00
oleksis
9df0f3aabd Add README.es.md in Spanish/Español 2020-09-17 15:55:22 -04:00
Will McGugan
c6a220795e syntax improvements 2020-09-17 20:43:09 +01:00
Dustin Rodrigues
a1a827540d use poetry-core to build 2020-09-17 07:46:51 -04:00
Will McGugan
f01fa9cb6b docs 2020-09-16 18:36:12 +01:00
Will McGugan
90763266c6 Syntax theme to use standard colors 2020-09-16 18:26:53 +01:00
Will McGugan
45ea1414a5
Merge pull request #286 from tomchristie/patch-1
Bump up the total number of `ProgressSample` items.
2020-09-16 16:27:13 +01:00
Will McGugan
51b74300cd
Merge pull request #285 from hedythedev/master
fix more spelling typos
2020-09-16 16:23:35 +01:00