forked from PyCQA/pycodestyle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
57 lines (32 loc) · 1.1 KB
/
CHANGES.txt
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
Changelog
=========
0.5 (unreleased)
----------------
- Nothing changed yet.
0.4.2 (2009-10-22)
------------------
* Decorators on classes and class methods are OK now.
0.4 (2009-10-20)
----------------
* Support for all versions of Python from 2.3 to 3.1.
* New and greatly expanded self tests.
* Added --count option to print the total number of errors and warnings.
* Further improvements to the handling of comments and blank lines.
(Issue #1 and others changes.)
* check all py files in directory when passed a directory (Issue
#2). This also prevents an exception when traversing directories
with non ``*.py`` files.
* E231 should allow commas to be followed by ``)`` (Issue #3)
* Spaces are not longer required around the equals sign for keyword
arguments or default parameter values.
0.3.1 (2009-09-14)
------------------
* Fixes for comments: do not count them when checking for blank lines between
items.
* Added setup.py for pypi upload and easy_installability.
0.2 (2007-10-16)
----------------
* Loads of fixes and improvements.
0.1 (2006-10-01)
----------------
* First release.