~ubuntu-branches/ubuntu/quantal/pylint/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2011-08-02 20:05:50 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110802200550-5efk0cfszfzjpjdn
Tags: 0.24.0-1
* New upstream release
* debian/copyright
  - bump upstream and packaging copyright years
* debian/rules
  - add build-arch build-indep targets, as suggested by lintian
* debian/control
  - bump Standards-Version to 3.9.2 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog for PyLint
2
2
====================
3
3
 
 
4
2011-07-18  --  0.24.0
 
5
    * #69738: add regular expressions support for "generated-members"
 
6
 
 
7
    * ids of logging and string_format checkers have been changed:
 
8
      logging: 65 -> 12, string_format: 99 -> 13
 
9
      Also add documentation to say that ids of range 1-50 shall be reserved
 
10
      to pylint internal checkers
 
11
 
 
12
    * #69993: Additional string format checks for logging module:
 
13
      check for missing arguments, too many arguments, or invalid string
 
14
      formats in the logging checker module. Contributed by Daniel Arena
 
15
 
 
16
    * #69220: add column offset to the reports. If you've a custom reporter,
 
17
      this change may break it has now location gain a new item giving the
 
18
      column offset.
 
19
 
 
20
    * #60828: Fix false positive in reimport check
 
21
 
 
22
    * #70495: absolute imports fail depending on module path (patch by Jacek Konieczny)
 
23
 
 
24
    * #22273: Fix --ignore option documentation to match reality
 
25
 
 
26
 
 
27
 
4
28
2011-01-11  --  0.23.0
5
29
    * documentation update, add manpages
6
30