Wed, 14 Apr 2021 19:59:16 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1).
|
file |
diff |
annotate
|
Sat, 10 Apr 2021 18:38:27 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()).
|
file |
diff |
annotate
|
Thu, 04 Mar 2021 19:39:54 +0100 |
Detlev Offenbach |
Pip Interface
|
file |
diff |
annotate
|
Tue, 02 Mar 2021 17:17:09 +0100 |
Detlev Offenbach |
Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff.
|
file |
diff |
annotate
|
Tue, 09 Feb 2021 17:51:16 +0100 |
Detlev Offenbach |
pip Interface
|
file |
diff |
annotate
|
Mon, 08 Feb 2021 18:01:02 +0100 |
Detlev Offenbach |
pip Interface
|
file |
diff |
annotate
|
Tue, 02 Feb 2021 16:26:58 +0100 |
Detlev Offenbach |
PipInterface: added a TODO marker to not use the XML-RPC interface anymore as it has been disabled by PyPI.
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Mon, 21 Dec 2020 12:15:47 +0100 |
Detlev Offenbach |
PipPackagesWidget: fixed an issue when a PyPI search returned with an error.
|
file |
diff |
annotate
|
Sun, 22 Nov 2020 16:04:59 +0100 |
Detlev Offenbach |
Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore.
|
file |
diff |
annotate
|
Sun, 08 Nov 2020 11:42:46 +0100 |
Detlev Offenbach |
PipInterface: some little enhancements.
|
file |
diff |
annotate
|
Wed, 14 Oct 2020 17:50:39 +0200 |
Detlev Offenbach |
Changed code to use context manager 'open()' for file operations.
|
file |
diff |
annotate
|
Sun, 11 Oct 2020 17:54:52 +0200 |
Detlev Offenbach |
Changed code to not use deprecated 'QRegExp' anymore.
|
file |
diff |
annotate
|
Sat, 10 Oct 2020 12:20:51 +0200 |
Detlev Offenbach |
Optimized the use of Waiting Cursors by using a specialized context manager class.
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 17:52:44 +0200 |
Detlev Offenbach |
Changed calls to exec_() into exec() (remainder of Python2 elimination).
|
file |
diff |
annotate
|
Wed, 30 Sep 2020 19:34:11 +0200 |
Detlev Offenbach |
Pip Interface: added an option to not show 'conda' managed environments in the selector.
|
file |
diff |
annotate
|
Sat, 04 Jul 2020 11:34:37 +0200 |
Detlev Offenbach |
PipPackagesWidget: made the cache actions dependent on pip version of selected environment.
|
file |
diff |
annotate
|
Wed, 17 Jun 2020 17:12:21 +0200 |
Detlev Offenbach |
pip Interface: added menu action for pip cache management.
|
file |
diff |
annotate
|
Sat, 28 Mar 2020 16:28:25 +0100 |
Detlev Offenbach |
PipPackagesWidget: fixed a bug related to searching PyPI.
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:57:23 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Sat, 21 Sep 2019 18:30:02 +0200 |
Detlev Offenbach |
Continued to resolve code style issue M841.
|
file |
diff |
annotate
|
Tue, 17 Sep 2019 19:20:18 +0200 |
Detlev Offenbach |
PipPackagesWidget: corrected a copy & paste issue in a source docu string.
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 19:30:07 +0200 |
Detlev Offenbach |
Removed obsolete "from __future__ import ..." statements.
|
file |
diff |
annotate
|
Wed, 31 Jul 2019 19:11:39 +0200 |
Detlev Offenbach |
CondaPackagesWidget, PipPackagesWidget: fixed a little issue related to naming some Qt objects.
|
file |
diff |
annotate
|
Fri, 12 Jul 2019 18:10:12 +0200 |
Detlev Offenbach |
PipPackagesWidget: fixed an issue caused by a wrong method call.
|
file |
diff |
annotate
|
Sat, 27 Apr 2019 19:27:50 +0200 |
Detlev Offenbach |
Pip, PipPackagesWidget, VirtualenvManager: fixed an issue causing environments for remote debugging being shown in the selection list.
|
file |
diff |
annotate
|
Sun, 14 Apr 2019 15:09:21 +0200 |
Detlev Offenbach |
Major restructuring of the source tree to get prepared for a setup.py based installation.
|
file |
diff |
annotate
| base
|