[Python-announce] Vulture 2.10

2023-10-06 Thread Jendrik Seipp
Features * fast: uses static code analysis * tested: tests itself and has complete test coverage * complements pyflakes and has the same output syntax * sorts unused classes and functions by size with `--sort-by-size` News * Drop support for Python 3.7 (Jendrik Seipp, #323). * Add

[Python-announce] Vulture 2.7

2023-01-08 Thread Jendrik Seipp
()`, `teardown_module()`, etc. in pytest `test_*.py` files (Jendrik Seipp). * Add whitelist for `socketserver.TCPServer.allow_reuse_address` (Ben Elliston). * Clarify that `--exclude` patterns are matched against absolute paths (Jendrik Seipp, #260). * Fix example in README file (Jendrik Seipp, #272). Cheers

[Python-announce] Vulture 2.6

2022-09-19 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

[Python-announce] Vulture 2.5

2022-07-03 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

[Python-announce] Vulture 2.4

2022-05-19 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 2.2

2021-01-15 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 2.1

2020-08-19 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 2.0

2020-08-11 Thread Jendrik Seipp
if on Python 3.8+ (jingw, #220). * Bump minimum Python version to 3.6 (Jendrik Seipp, #218). The last   Vulture release that supports Python 2.7 and Python 3.5 is version 1.6. * Consider all files under `test` or `tests` directories test files   (Jendrik Seipp). * Ignore `logging.Logger.propagate

Vulture 1.6

2020-08-07 Thread Jendrik Seipp
functions and methods (Jendrik Seipp, #112, #209). * Move from Travis to GitHub actions (RJ722, #211). Cheers Jendrik ___ Python-announce-list mailing list -- python-announce-list@python.org To unsubscribe send an email to python-announce-list-le

Vulture 1.4

2020-03-30 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 1.3

2020-02-03 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

[issue13601] sys.stderr should be line-buffered when stderr is not a TTY

2019-12-17 Thread Jendrik Seipp
Jendrik Seipp added the comment: I took the liberty of increasing the target version. It would be great if someone could review my patch for this issue at https://github.com/python/cpython/pull/17646 . -- nosy: +jendrik versions: +Python 3.9 -Python 3.7

[issue13601] sys.stderr should be line-buffered when stderr is not a TTY

2019-12-17 Thread Jendrik Seipp
Change by Jendrik Seipp : -- keywords: +patch pull_requests: +17114 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17646 ___ Python tracker <https://bugs.python.org/issu

Vulture 1.1

2019-09-23 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.29

2018-07-31 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.27

2018-06-05 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.26

2017-08-28 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.25

2017-08-15 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.24

2017-08-15 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.23

2017-08-15 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.22

2017-08-07 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.21

2017-07-28 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.20

2017-07-26 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code

Vulture 0.16

2017-07-13 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions, imports and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic

Vulture 0.15

2017-07-04 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions, imports and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic

Vulture 0.13

2017-03-07 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.12

2017-01-06 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.11

2016-11-29 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.10 released

2016-07-15 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.9 released

2016-06-30 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.7 released

2015-09-27 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature, static

Vulture 0.6 released

2014-09-08 Thread Jendrik Seipp
vulture - Find dead code vulture finds unused classes, functions and variables in Python code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature it is

RedNotebook 1.7.3

2013-11-10 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

Vulture 0.4

2013-06-27 Thread Jendrik Seipp
vulture - Find dead code vulture finds unused classes, functions and variables in Python code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature it is

Pogo 0.8.1

2013-01-21 Thread Jendrik Seipp
A new Pogo version has been released. The tarball and an Ubuntu PPA are available at http://launchpad.net/pogo What is Pogo? - Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear interface uses the screen real-estate very efficiently. Other features

RedNotebook 1.6.4

2012-12-22 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

RedNotebook 1.6.1

2012-11-12 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

RedNotebook 1.5

2012-10-31 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track

RedNotebook 1.5

2012-07-20 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track

Pogo 0.7

2012-04-28 Thread Jendrik Seipp
I am proud to announce a new release of Pogo, probably the simplest and fastest audio player for Linux. The tarball and an Ubuntu PPA are available at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear

RedNotebook 1.4

2012-04-01 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track

Pogo 0.6

2012-03-27 Thread Jendrik Seipp
I am proud to announce the release of Pogo, probably the simplest and fastest audio player for Linux. The tarball and an Ubuntu PPA are available at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear

Vulture 0.3 released

2012-03-23 Thread Jendrik Seipp
vulture - Find dead code vulture finds unused classes, functions and variables in Python code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature it is

Pogo 0.5

2012-01-12 Thread Jendrik Seipp
I am proud to announce the release of Pogo, probably the simplest and fastest audio player for Linux. The tarball and an Ubuntu PPA are available at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It tries to be fast and easy-to-use. Pogo's

RedNotebook 1.1.7

2011-07-13 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep

RedNotebook 1.1.6

2011-05-11 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep

RedNotebook 1.1.5

2011-05-04 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep

RedNotebook 1.1.4

2011-03-27 Thread Jendrik Seipp
A new RedNotebook version has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep

Pogo 0.4

2011-03-14 Thread Jendrik Seipp
I am proud to announce the release of Pogo 0.4, probably the simplest and fastest audio player for Linux. You can get the tarball and an Ubuntu deb package at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It tries to be fast and

RedNotebook 1.1.3

2011-03-03 Thread Jendrik Seipp
RedNotebook 1.1.3 has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

RedNotebook 1.1.2

2010-12-27 Thread Jendrik Seipp
RedNotebook 1.1.2 has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

Pogo 0.3.1

2010-12-27 Thread Jendrik Seipp
I am proud to announce the release of Pogo 0.3.1, probably the simplest and fastest audio player for Linux. You can get the tarball and an Ubuntu deb package at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It tries to be fast and

Pogo 0.2

2010-10-26 Thread Jendrik Seipp
I am proud to announce the first release of Pogo, probably the simplest and fastest audio player for Linux. You can get the tarball and an Ubuntu deb package at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It tries to be fast and

Pogo 0.1

2010-10-12 Thread Jendrik Seipp
I am proud to announce the first release of Pogo, probably the simplest and fastest audio player for Linux. You can get the tarball and an Ubuntu deb package at http://launchpad.net/pogo What is Pogo? Pogo plays your music. Nothing else. It tries to be fast and

RedNotebook 1.1.1

2010-08-22 Thread Jendrik Seipp
RedNotebook 1.1.1 has been released. You can get the tarball, the Windows installer and links to distribution packages at http://rednotebook.sourceforge.net/downloads.html What is RedNotebook? RedNotebook is a **graphical journal** and diary helping you keep track of

[ANN] RedNotebook 1.0

2010-06-25 Thread Jendrik Seipp
RedNotebook 1.0 has been released. You can get the tarball at http://sourceforge.net/projects/rednotebook/files/ For links to distribution packages head to the RedNotebook homepage http://rednotebook.sourceforge.net What is RedNotebook? RedNotebook is a **graphical

[ANN] RedNotebook 0.9.5

2010-05-13 Thread Jendrik Seipp
RedNotebook 0.9.5 has been released. You can get the tarball at http://sourceforge.net/projects/rednotebook/files/ For links to distribution packages head to the RedNotebook homepage http://rednotebook.sourceforge.net What is RedNotebook? RedNotebook is a **graphical

[ANN] RedNotebook 0.9.4

2010-05-01 Thread Jendrik Seipp
RedNotebook 0.9.4 has been released. You can get the tarball at http://sourceforge.net/projects/rednotebook/files/ For links to distribution packages head to the RedNotebook homepage http://rednotebook.sourceforge.net What is RedNotebook? RedNotebook is a **graphical

[ANN] RedNotebook 0.9.1

2010-01-06 Thread Jendrik Seipp
Version 0.9.1 of RedNotebook has just been released. You can get it at http://rednotebook.sourceforge.net What is RedNotebook? RedNotebook is a graphical diary and journal helping you keep track of notes and thoughts. It includes a calendar navigation, customizable

[ANN] RedNotebook 0.9

2009-12-18 Thread Jendrik Seipp
Version 0.9 of RedNotebook has just been released. You can get it at http://rednotebook.sourceforge.net What is RedNotebook? RedNotebook is a graphical *diary and journal* helping you keep track of notes and thoughts. It includes a calendar navigation, customizable