Will McGugan
084412d854
questions
2022-11-30 12:16:50 +07:00
Will McGugan
5f4e93efb1
Remove ko-fi
2022-11-12 16:55:18 +00:00
Will McGugan
4001aa9179
Merge pull request #2601 from davep/2559/console
...
Docs review of Console
2022-10-20 14:42:55 +01:00
Will McGugan
3caf97e4de
Merge pull request #2600 from davep/2559/introduction
...
Docs review of Introduction
2022-10-20 14:42:16 +01:00
Dave Pearson
e27258dd10
stop -> stops
2022-10-20 10:26:42 +01:00
Dave Pearson
74c5d2d6d0
Swap to "an out method" rather than "a out method"
2022-10-20 10:23:30 +01:00
Dave Pearson
293b32ce20
methods -> method
2022-10-20 10:21:44 +01:00
Dave Pearson
13a3af4498
Merge branch 'master' into 2559/introduction
2022-10-20 09:54:22 +01:00
Dave Pearson
62de8e4caf
Merge pull request #2598 from davep/homepage-update
...
Update the homepage in pyproject.toml
2022-10-20 09:53:12 +01:00
Dave Pearson
b25c4d6d94
Update the minimum-supported Python mentioned in the intro
2022-10-20 09:42:58 +01:00
Dave Pearson
d856be8e1c
OSX -> macOS
2022-10-20 09:41:44 +01:00
Dave Pearson
c90c8e1c2f
Ignore *.ai files in GitHib actions
2022-10-20 09:03:19 +01:00
Dave Pearson
1a0885888a
Update the homepage in pyproject.toml
...
It was still pointing to the older location within Will's GitHub, but now it
lives under the Textualize organisation.
2022-10-12 08:47:42 +01:00
Dave Pearson
594c06e5fc
Merge pull request #2575 from hugovk/rm-36
...
Remove redundant Python 3.6 code
2022-10-11 20:26:50 +01:00
Dave Pearson
b3bc0bad30
Merge pull request #2565 from davep/bug/2468/eager-pprint
...
Make repr tag highlighting greedy
2022-10-11 16:43:31 +01:00
Hugo van Kemenade
d96c6069d9
Update CONTRIBUTORS.md
2022-10-11 17:32:44 +02:00
Hugo van Kemenade
48d22353a2
Remove redundant Python 3.6 code
2022-10-11 17:30:10 +02:00
Dave Pearson
4df597e560
Reformat with black
...
And also run freshly-installed pre-commit hooks (hence ISO8601Highlighter
moving in the import list).
2022-10-11 16:25:22 +01:00
Dave Pearson
59a60f830d
Add a test for __repr__ tag matching with inner tag
2022-10-11 15:50:52 +01:00
Dave Pearson
86ef7d5298
Add a test for __repr__ tag matching with simple content
2022-10-11 15:48:37 +01:00
Dave Pearson
022c02722d
Update the ChangeLog to mention `__repr__` tag-matching change
2022-10-11 15:33:56 +01:00
Dave Pearson
dbb2ec6627
Merge branch 'master' into bug/2468/eager-pprint
2022-10-11 15:30:28 +01:00
Dave Pearson
234d1eaa2a
Merge pull request #2567 from davep/drop-python36
...
Drop Python 3.6 as the minimum-supported Python version
2022-10-11 15:25:42 +01:00
Dave Pearson
4d084d5d1c
Drop mention of dropped dataclasses from the ChangeLog
...
In discussion with Will it seemed clear that documenting this doesn't really
help anyone, and anyone it could possibly affect would be more affected by
the dropping of Python 3.6 as a supported Python version.
2022-10-11 15:15:55 +01:00
Dave Pearson
4a5121616f
Change questioning release date to "Unreleased"
2022-10-11 15:15:24 +01:00
Dave Pearson
974fb53959
Update the ChangeLog to include dropping Python 3.6 as a supported version
2022-10-11 13:18:46 +01:00
Dave Pearson
0e9545390b
Merge branch 'master' into bug/2468/eager-pprint
2022-10-11 11:39:59 +01:00
Dave Pearson
c9d3f4a0f3
Allow any version of Python 3.7 or later
2022-10-11 11:18:50 +01:00
Dave Pearson
4d68bb4882
Re-black _null_file.py
2022-10-11 11:06:39 +01:00
Dave Pearson
d0764ee103
Merge branch 'master' into drop-python36
2022-10-11 11:00:49 +01:00
Dave Pearson
42988b834f
Merge pull request #2571 from davep/pin-install-poetry-action
...
Clean version of the temporary pin of snok/install-poetry
2022-10-11 10:41:39 +01:00
Dave Pearson
17d9369e75
Pin snok/install-poetry for now
...
There is an issue with the latest version of this action, that's specific to
Python 3.8 on Windows. Pinning to the (as of the time of writing)
last-but-one version lets out tests work again.
See #2568 .
2022-10-11 10:08:09 +01:00
Dave Pearson
cb2f77dc5e
Drop types-dataclasses as a development dependency
...
Now that we've dropped dataclasses as a dependency, this can be dropped too.
See #2566 .
2022-10-10 17:16:37 +01:00
Dave Pearson
a490f09074
Bump the major version of Rich
...
The minimum-supported Python has changed from 3.6.x to 3.7. See #2566 .
2022-10-10 16:41:09 +01:00
Dave Pearson
43a20cc484
Update README.md to say Python 3.7 is the minimum Python
...
See #2566 .
2022-10-10 16:38:50 +01:00
Dave Pearson
873cb79705
Drop extra IO type properties only needed by Python 3.6
...
Python 3.7 is now our minimum-supported Python, and so we don't need to add
these properties any more.
See #2566 .
2022-10-10 16:32:50 +01:00
Dave Pearson
419265ba3f
Don't special-case an isascii implementation for Python 3.6
...
Python 3.7 is now our minimum-supported Python, and so we don't need to add
our own version of isascii any more.
See #2566 .
2022-10-10 16:21:19 +01:00
Dave Pearson
df76397390
Remove dataclasses as a dependency
...
Python 3.7 is now our minimum-supported Python, and so we don't need to pull
in dataclasses any more.
See #2566 .
2022-10-10 16:17:23 +01:00
Dave Pearson
db7fc1a67f
Bump the minimum Python dependency to 3.7
...
See #2566 .
2022-10-10 15:52:05 +01:00
Dave Pearson
d5fe471ae0
Remove Python 3.6 from the classifiers in pyproject.toml
...
See #2566 .
2022-10-10 15:51:21 +01:00
Dave Pearson
05707d5eb8
Drop Python 3.6 from testing in GitHub actions
...
See #2566 .
2022-10-10 15:47:23 +01:00
Dave Pearson
ce55112d2a
Make repr tag highlighting greedy
...
Addressing #2468 ; before this change the tag-matching code was non-greedy,
resulting in an unbalanced match if there were tags within tags. This
change makes this greedy to ensure that there's a better chance of the match
being balanced.
2022-10-10 10:43:57 +01:00
Will McGugan
84e628655a
edit
2022-10-04 10:57:25 +01:00
Will McGugan
3006b2788a
italics
2022-10-04 10:54:55 +01:00
Will McGugan
07e3793784
env var docs
2022-10-04 10:33:00 +01:00
Will McGugan
cc0107017f
Merge pull request #2560 from Textualize/bump-12.6.0
...
version bump
2022-10-02 17:25:54 +01:00
Will McGugan
6e953c6dae
version bump
2022-10-02 17:14:11 +01:00
Will McGugan
e23ca4d1fd
Merge pull request #2558 from Textualize/syntax-measure
...
fix for syntax measure
2022-10-01 15:29:56 +01:00
Will McGugan
fe1ed5399e
fix for syntax measure
2022-10-01 15:21:45 +01:00
Will McGugan
13dd9c2c2e
version bump
2022-09-23 16:13:07 +01:00