Commit Graph

13517 Commits

Author SHA1 Message Date
Hugo van Kemenade
a715bf2d6f [Test] function name should be snake_case 2022-04-11 15:29:01 +03:00
Hugo van Kemenade
fca64bc0d3 [Test] class names should be CamelCase 2022-04-11 15:29:01 +03:00
Max Base
a82ab509df
Fix errors, complete table 2022-04-11 12:30:51 +04:30
Max Base
e03120a474
errors 2022-04-11 12:26:08 +04:30
Max Base
d8a69ebf75
Fix errors 2022-04-11 12:17:44 +04:30
Max Base
261a24752c
Fix rst error: <string>:3150: (WARNING/2) Inline emphasis start-string without end-string. 2022-04-11 12:13:59 +04:30
Max Base
39e689c090
CHANGES: remove unreleased from end of subtitles 2022-04-11 12:07:12 +04:30
Max Base
63b33aab39
Change + to - 2022-04-11 12:01:49 +04:30
Max Base
5e1c7d7914
Update CHANGES.rst 2022-04-11 12:00:05 +04:30
Max Base
386c64bb43
Next update: complete CHANGES 2022-04-11 11:58:16 +04:30
Max Base
edfed60183
Next: working on CHANGES 2022-04-11 11:56:34 +04:30
Max Base
ee59485683
Change pre/code to head and items 2022-04-11 11:53:03 +04:30
Hugo van Kemenade
fe4c859fc1 [Private] argument name should be snake_case 2022-04-10 23:55:16 +03:00
Hugo van Kemenade
7fa92c67b1 [Private] class names should be CamelCase 2022-04-10 23:55:16 +03:00
Hugo van Kemenade
d241e38120 [Private] function names should be snake_case 2022-04-10 23:55:16 +03:00
Hugo van Kemenade
d3c9a6504e Variable in function should be snake_case 2022-04-10 23:55:16 +03:00
Hugo van Kemenade
965df6df6f Add missing paramters to docstrings 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
1997c814ab Move useful comment into docstring 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
855c1a12da Use self for first method parameter 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
73cf0cb3d9 Use cls for classmethods 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
830da5c41e Rewrite dict creation as dict literal for better performance 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
9d87b26a67 Don't redeclare loop variable 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
b863da6deb Don't redeclare (unused) loop variable 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
ee85e387ba Remove redundant parentheses 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
6a648c9ce7 Add comma to make a tuple 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
a9707e0a6f Remove redundant regex escapes 2022-04-10 23:39:54 +03:00
Hugo van Kemenade
c9acb9b387
Update docstring
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-10 19:27:57 +03:00
Hugo van Kemenade
13994d4b36 More f-strings 2022-04-10 17:56:42 +03:00
Hugo van Kemenade
74ccda3aff Simplify chained comparison 2022-04-10 17:50:17 +03:00
Hugo van Kemenade
935bdfa516 Use triple-quoted docstrings 2022-04-10 17:47:32 +03:00
Hugo van Kemenade
d32d96fab1 Remove redundant property already defined in another section 2022-04-10 17:39:56 +03:00
Andrew Murray
98e8e6df33 Update CHANGES.rst [ci skip] 2022-04-09 07:57:15 +10:00
Hugo van Kemenade
331595926c
Merge pull request #84 from radarhere/deprecations-helper 2022-04-08 22:32:59 +03:00
Hugo van Kemenade
63f64de8b5
Merge pull request #6188 from radarhere/point 2022-04-08 20:05:30 +03:00
Hugo van Kemenade
ec9b0aba8f
Merge pull request #6190 from radarhere/load 2022-04-08 20:03:55 +03:00
Andrew Murray
e824558076 If removal version has arrived, raise an error 2022-04-08 21:22:31 +10:00
Andrew Murray
0b5cdba431 Load before getting size in resize() 2022-04-08 19:11:27 +10:00
Andrew Murray
42f67d184a Round lut values where necessary 2022-04-07 08:58:57 +10:00
Hugo van Kemenade
4996f84fb3
Merge pull request #6182 from radarhere/fribidi 2022-04-06 16:59:58 +03:00
Hugo van Kemenade
aae38c55b2
Update raw strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-06 13:37:17 +03:00
Hugo van Kemenade
4cb8e4b3fa Add deprecations helper 2022-04-06 13:19:52 +03:00
Andrew Murray
0413c3429b Update CHANGES.rst [ci skip] 2022-04-06 19:22:05 +10:00
Hugo van Kemenade
98abd62cc2
Merge pull request #6186 from radarhere/thumbnail_load 2022-04-06 11:11:10 +03:00
Andrew Murray
910a29fb92 Load image before performing size calculations in thumbnail() 2022-04-06 11:19:39 +10:00
Hugo van Kemenade
f1aeb5ea7a
Merge pull request #6180 from radarhere/ghostscript
Updated Ghostscript to 9.56.1
2022-04-05 08:27:59 +03:00
Andrew Murray
b2081a60eb Search for libfribidi.dylib in /usr/local/lib 2022-04-05 09:28:41 +10:00
Andrew Murray
c3c5b31ef1 Updated Ghostscript to 9.56.1 2022-04-05 07:51:51 +10:00
Andrew Murray
986ae73562
Merge pull request #6158 from hugovk/furo
Replace Read the Docs Sphinx Theme with Furo
2022-04-04 23:23:57 +10:00
pre-commit-ci[bot]
553bfc4a6c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-04-04 12:26:39 +00:00
Hugo van Kemenade
dfbe9f01e9
Merge pull request #83 from radarhere/furo 2022-04-04 15:25:51 +03:00