-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog
More file actions
297 lines (215 loc) · 9.17 KB
/
changelog
File metadata and controls
297 lines (215 loc) · 9.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
pydiatra (0.12.9) UNRELEASED; urgency=low
*
-- Jakub Wilk <jwilk@jwilk.net> Mon, 13 Oct 2025 22:54:07 +0200
pydiatra (0.12.8) unstable; urgency=low
* Fix compatibility with Python 3.14.
* Fix compatibility with distutils hijacked by setuptools.
* Drop support for Python 2.6.
* Make “-j auto” take CPU affinity into account.
* Improve the test suite.
* Add BaseExceptionGroup, ExceptionGroup (added in Python 3.11),
and ProcessLookupError (added in Python 3.14) to the list of known
exceptions.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 13 Oct 2025 22:03:38 +0200
pydiatra (0.12.7) unstable; urgency=low
* Fix compatibility with Python 3.11.
* In --version, print Python version with micro details.
* Improve the setup script:
+ Use underscore in requires_dist.
+ Use HTTPS for jwilk.net.
* Improve the test suite:
+ Fix test output for Python ≥ 3.10.
+ Fix PYTHONPATH mangling.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 16 May 2022 13:32:51 +0200
pydiatra (0.12.6.1) unstable; urgency=low
* Fix compatibility with Python 3.9.
* Improve documentation:
+ Use HTTPS for opengroup.org URL.
* Fix test failures with Python 3.10.
* Add EncodingWarning (added in Python 3.10) to the list of known
exceptions.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 23 Oct 2021 20:06:50 +0200
pydiatra (0.12.5) unstable; urgency=low
* Fix compatibility with Python 3.8.
https://bugs.python.org/issue32892
* Rephrase help messages for --help, --version.
* Improve typography in the manual page.
* Improve error handling.
* Improve the test suite.
* Generate py2diatra.1 and py3diatra.1 man pages at install time.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 22 Feb 2019 15:58:40 +0100
pydiatra (0.12.4) unstable; urgency=low
* Fix compatibility with Python ≥ 3.8.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 19 Sep 2018 19:00:56 +0200
pydiatra (0.12.3) unstable; urgency=low
* Fix Windows multiprocessing.
As a result of bugs in Python interpreters that are difficult to work
around, Windows multiprocessing is now disabled:
- for Python 2.X;
- for Python 3.0-3.3 (except when using the -m option).
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 29 May 2018 23:47:17 +0200
pydiatra (0.12.2) unstable; urgency=low
* Update PyPI URLs in documentation.
* Enable building wheels.
* Fix Windows support:
+ Don't rely on existence of symlinks.
+ Don't install signal handler on Windows.
+ Never re-exec the interpreter on Windows.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 16 May 2018 15:59:52 +0200
pydiatra (0.12.1) unstable; urgency=low
* Don't disable parallelism when there's only one file to check.
Now that recursive traversal is implemented, this optimization is no
longer sound.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 27 Feb 2018 22:33:18 +0100
pydiatra (0.12) unstable; urgency=low
* Add support for checking directories recursively.
* Add the -v/--verbose option.
* Fix test failure with Python ≥ 3.7.0a2.
* Use uppercase for metavars in the help output.
* Disable bad regexp escape check only for Python ≥ 2.7.14.
(Previously it was enabled also in Python 2.7.13 if it behaved the same
way as later versions.)
* Reset the SIGPIPE signal disposition.
* Document Python version and third-party library requirements.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 16 Feb 2018 13:13:27 +0100
pydiatra (0.11.2) unstable; urgency=low
* Fix compatibility with Python > 2.7.13.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 26 Aug 2017 19:32:31 +0200
pydiatra (0.11.1) unstable; urgency=low
* Fix false positive regexp-overlapping-ranges.
* Update check descriptions in README.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 02 Jun 2017 22:28:22 +0200
pydiatra (0.11) unstable; urgency=low
* Summary of tag changes:
+ Added:
- sys.hexversion-comparison
- sys.version-comparison
* Warn against comparisons with sys.version and sys.hexversion.
* Don't warn against redundant re.UNICODE, re.LOCALE or re.ASCII when
re.IGNORECASE is in effect.
* Fix compatibility with Python 3.7.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Tue, 16 May 2017 23:36:40 +0200
pydiatra (0.10) unstable; urgency=low
* Check for flags arguments in regexp methods.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 27 Apr 2017 12:59:01 +0200
pydiatra (0.9) unstable; urgency=low
* Summary of tag changes:
+ Added:
- regexp-misplaced-inline-flags
* Add separate tag for misplaced inline flags in regular expressions.
* Check for misplaced flags arguments in re.split(), re.sub(), re.subn()
calls more thoroughly.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 20 Apr 2017 11:33:54 +0200
pydiatra (0.8) unstable; urgency=low
* Summary of tag changes:
+ Added:
- regexp-misplaced-flags-argument
* Add check for misplaced flags arguments in re.split(), re.sub(), re.subn()
calls.
* Make “python2.6 -m pydiatra” work.
* Make “--version” print also version of Python.
* Improve the setup script:
+ Add long description.
+ Use distutils644 to normalize tarball permissions etc.
-- Jakub Wilk <jwilk@jwilk.net> Thu, 13 Apr 2017 13:23:37 +0200
pydiatra (0.7) unstable; urgency=low
* Summary of tag changes:
+ Added:
- async-await-used-as-name
+ Renamed:
- inconsistent-indentation (from inconsistent-use-of-tabs-and-spaces-in-indentation)
* Rename inconsistent-use-of-tabs-and-spaces-in-indentation as
inconsistent-indentation.
* Check for “async” and “await” used as names also in Pythons older than
3.6.
* Broaden regular expression checks:
+ Catch overlaps between lowercase and uppercase letter ranges when
re.IGNORECASE is in effect.
* Fix “python -m pydiatra --version” output.
* Improve error handling.
* Improve the test suite.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 27 Mar 2017 14:00:14 +0200
pydiatra (0.6) unstable; urgency=low
* Summary of tag changes:
+ Added:
- regexp-redundant-flag
* Add check for redundant regexp flags.
* Fix and extend examples for hardcoded-errno-value.
* Fix compatibility with Python 3.7.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 25 Feb 2017 15:18:18 +0100
pydiatra (0.5) unstable; urgency=low
* Summary of tag changes:
+ Added:
- regexp-bad-escape
- regexp-incompatible-flags
* Broaden regular expression checks:
+ Check regexps that were compiled with the “flags” argument.
+ Check for bad escape sequences.
+ Check for incompatible flags.
+ Check replacement patterns in re.sub() and re.subn() calls.
* Update the list of built-in exception names.
ModuleNotFoundError was added in Python 3.6.
* In tag descriptions, point to Python 3 documentation where it makes sense.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 20 Feb 2017 09:45:51 +0100
pydiatra (0.4) unstable; urgency=low
* Improve the test suite.
* Improve check descriptions in README.
* Automatically re-exec the interpreter if it wasn't run without the
required flags (-3tt for Python 2.X).
* Exit with status 2 if any issues in the checked code were found.
* Add security warning for the “python -m” calls in the manual page.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 04 Feb 2017 17:28:34 +0100
pydiatra (0.3) unstable; urgency=low
* Summary of tag changes:
+ Added:
- regexp-syntax-warning
* Enable warnings when parsing the code.
With Python 3.6+, this catches invalid escape sequences in strings, which
have been deprecated.
* Enable warnings when compiling regular expressions.
With Python 3.6+, this catches inline flags in the middle of a regexp,
which have been deprecated.
-- Jakub Wilk <jwilk@jwilk.net> Mon, 26 Dec 2016 13:55:42 +0100
pydiatra (0.2.2) unstable; urgency=low
* Add docstring to the main module.
* Fix tests to be compatible with Python 3.6.
-- Jakub Wilk <jwilk@jwilk.net> Sat, 10 Dec 2016 17:31:54 +0100
pydiatra (0.2.1) unstable; urgency=low
* Fix typos in tag descriptions.
* Include tests in the source tarball.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 22 Jul 2016 17:10:07 +0200
pydiatra (0.2) unstable; urgency=low
* Improve the -j/--jobs option:
+ Clarify the description.
+ Reject negative numbers and 0 as arguments.
+ Accept “auto” as the argument.
* Fix encoding error handling.
* Fix attribute error when compile() fails.
* Fix false positive string-formatting-error for tuples with starargs.
* Improve wording in README.
-- Jakub Wilk <jwilk@jwilk.net> Fri, 17 Jun 2016 22:24:33 +0200
pydiatra (0.1) unstable; urgency=low
* Initial release.
* Summary of tag changes:
+ Added:
- assertion-always-true
- embedded-code-copy
- except-shadows-builtin
- bare-except
- hardcoded-errno-value
- inconsistent-use-of-tabs-and-spaces-in-indentation
- mkstemp-file-descriptor-leak
- obsolete-pil-import
- py3k-compat-warning
- regexp-duplicate-range
- regexp-overlapping-ranges
- regexp-syntax-error
- string-exception
- string-formatting-error
- syntax-error
- syntax-warning
-- Jakub Wilk <jwilk@jwilk.net> Mon, 23 May 2016 19:18:49 +0200