Andrew Murray
|
950d0ad1d3
|
Fixed behaviour change from #5901 endian fix
|
2022-04-12 23:12:54 +10:00 |
|
Andrew Murray
|
a04d6919e1
|
Merge pull request #6204 from hugovk/stale
Stale action: skip PRs without the special label and never close PRs
|
2022-04-12 22:38:29 +10:00 |
|
Hugo van Kemenade
|
d144fe325d
|
Never close PRs
|
2022-04-12 14:54:29 +03:00 |
|
Hugo van Kemenade
|
4160d9145e
|
Skip all PRs without the special label
|
2022-04-12 14:53:50 +03:00 |
|
Hugo van Kemenade
|
40a8cd3470
|
Merge pull request #6203 from hugovk/stale
|
2022-04-12 13:58:22 +03:00 |
|
Hugo van Kemenade
|
df51c357eb
|
Bump to v5
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-12 13:41:13 +03:00 |
|
Hugo van Kemenade
|
c45a29d5fe
|
TEMP testing
|
2022-04-12 13:25:31 +03:00 |
|
Hugo van Kemenade
|
4258246ed5
|
Use actions/stale to close 'Awaiting OP Action' that have had no response in 7 days
|
2022-04-12 13:25:31 +03:00 |
|
Hugo van Kemenade
|
9951de08c0
|
[Test] argument name should be snake_case
|
2022-04-11 15:29:01 +03:00 |
|
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 |
|
Hugo van Kemenade
|
e2c73f7f5f
|
Merge pull request #283 from radarhere/cflags
Fixed restoring original CFLAGS
|
2022-04-10 11:32:17 +03:00 |
|
Hugo van Kemenade
|
e9bb5dd131
|
Merge pull request #287 from radarhere/clean
Cleanup code
|
2022-04-10 11:29:35 +03:00 |
|
Andrew Murray
|
d006407c66
|
Removed unnecessary arguments to multibuild functions
|
2022-04-10 15:59:15 +10:00 |
|
Andrew Murray
|
00f6624338
|
UNICODE_WIDTH is 32 by default
|
2022-04-10 15:59:10 +10:00 |
|
Andrew Murray
|
cf7fff47bf
|
BUILD_DEPENDS is empty by default
|
2022-04-10 15:58:48 +10:00 |
|
Andrew Murray
|
0afce316c0
|
DOCKER_TEST_IMAGE is always multibuild/focal_{PLAT}
|
2022-04-10 15:58:14 +10:00 |
|
Andrew Murray
|
c387e2ec33
|
Travis PLAT is always aarch64
|
2022-04-10 15:57:37 +10:00 |
|
Andrew Murray
|
0b3e0124ab
|
LATEST is never set
|
2022-04-10 15:57:02 +10:00 |
|
Hugo van Kemenade
|
7ad1f4a57f
|
Merge pull request #286 from radarhere/test_focal
|
2022-04-09 21:19:04 +03:00 |
|
Andrew Murray
|
3ec765d2a4
|
Install fribidi on manylinux
|
2022-04-09 22:47:09 +10:00 |
|