Andrew Murray
|
e62449f94c
|
Added DeferredError to _fp
|
2022-04-17 12:14:53 +10:00 |
|
Andrew Murray
|
f18688e84e
|
Removed unused variable
|
2022-04-17 12:13:58 +10:00 |
|
Andrew Murray
|
4e075adcc5
|
Merged _close_fp into close and __exit__
|
2022-04-17 12:13:58 +10:00 |
|
Andrew Murray
|
2ae52552f7
|
Renamed __fp to _fp
|
2022-04-17 12:13:58 +10:00 |
|
Andrew Murray
|
43b423bc25
|
Merge pull request #6196 from hugovk/cleanup-names
Cleanup: adjust names
|
2022-04-17 07:30:20 +10:00 |
|
nulano
|
b4b8249c9d
|
None is also not a valid value
|
2022-04-16 17:46:43 +02:00 |
|
nulano
|
d088c804d0
|
release notes
|
2022-04-16 17:36:21 +02:00 |
|
nulano
|
a766b5b0d5
|
deprecate fill in imageFont
|
2022-04-16 17:07:32 +02:00 |
|
Hugo van Kemenade
|
967c875e6b
|
Merge pull request #86 from radarhere/cleanup-names
Cleanup: adjust names
|
2022-04-16 17:13:10 +03:00 |
|
Andrew Murray
|
e4b39d9cc7
|
Variable in function should be snake_case
|
2022-04-16 22:15:48 +10:00 |
|
Andrew Murray
|
280b4e9e1a
|
Updated variable name in comment
|
2022-04-16 22:15:21 +10:00 |
|
DWesl
|
80b8e125bf
|
Merge pull request #2 from radarhere/add-cygwin-to-ci
Only install NumPy through pip on 64-bit.
Thanks for catching that, I'd forgotten the NumPy 1.21 problems were only on 64-bit.
|
2022-04-16 07:51:56 -04:00 |
|
Andrew Murray
|
35fbf22250
|
Merge branch 'main' into cleanup-names
|
2022-04-16 19:49:40 +10:00 |
|
Andrew Murray
|
cdfe08bc5e
|
Only install NumPy through pip on 64-bit
|
2022-04-16 19:14:00 +10:00 |
|
Andrew Murray
|
535c45717f
|
Merge pull request #6184 from hugovk/deprecations-helper
Add deprecations helper
|
2022-04-16 18:58:46 +10:00 |
|
Andrew Murray
|
c8118438ae
|
Do not update frame position until local image is found
|
2022-04-16 17:07:39 +10:00 |
|
Jan-Hendrik Müller
|
f9bf1cd59d
|
Update docs/handbook/tutorial.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-16 08:12:54 +02:00 |
|
Andrew Murray
|
635f8cf327
|
Added Python 3.9
|
2022-04-16 15:42:09 +10:00 |
|
DWesl
|
1d1c22e1d4
|
CI: Update versions of actions used by Cygwin CI
As suggested by code review.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-15 20:45:19 -04:00 |
|
DWesl
|
7099ade15a
|
Merge branch 'main' into add-cygwin-to-ci
|
2022-04-15 14:47:28 -04:00 |
|
Jan-Hendrik Müller
|
12665d8db4
|
add read from URL example
|
2022-04-15 14:02:52 +02:00 |
|
Andrew Murray
|
92f96b44e1
|
Merge branch 'main' into cleanup-names
|
2022-04-15 20:45:44 +10:00 |
|
Hugo van Kemenade
|
c456aecb12
|
Merge pull request #6212 from radarhere/unused
Removed unused test function
|
2022-04-15 13:42:53 +03:00 |
|
Hugo van Kemenade
|
a0b98d805e
|
Merge pull request #85 from radarhere/cleanup-names
Variable in function should be snake_case
|
2022-04-15 12:58:09 +03:00 |
|
Hugo van Kemenade
|
136d1a89df
|
Fix deprecation warning
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-15 12:08:15 +03:00 |
|
Andrew Murray
|
72a59d298a
|
Variable in function should be snake_case
|
2022-04-15 19:00:23 +10:00 |
|
Andrew Murray
|
ae12b1d2dc
|
Removed unused function
|
2022-04-15 18:23:02 +10:00 |
|
Max Base
|
5f5e30880a
|
change aloc to *aloc
|
2022-04-14 13:35:04 +04:30 |
|
Max Base
|
ab7f6c87db
|
Merge pull request #1 from radarhere/improve-changeslog
Aligned headings
|
2022-04-14 13:27:14 +04:30 |
|
Hugo van Kemenade
|
0329b8fa1d
|
Seven days before stale
|
2022-04-13 16:07:20 +03:00 |
|
Hugo van Kemenade
|
317ea9a8bb
|
Remove debug mode so it can close stale issues
|
2022-04-13 16:04:23 +03:00 |
|
Hugo van Kemenade
|
fb361fc89e
|
Consider stale after some time, make available for closure immediately
For https://github.com/python-pillow/Pillow/pull/6203
|
2022-04-13 15:57:20 +03:00 |
|
Andrew Murray
|
3f3c16ee26
|
Aligned headings [ci skip]
|
2022-04-13 21:52:29 +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 |
|