SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-eric6-17.07-9.2.noarch.rpm :
Sun Jul 2 14:00:00 2017 termimAATTgmail.com
- Update to 17.07
- Background Services
- - added functionality to limit the number of processes used for
background services
- Bug Reporting / Feature Request (Email)
- - added the capability to send these emails via Google Mail using
OAuth2 authentication
- Diff Dialogs
- - made the colors of the diff dialogs configurable
- Third Party packages
- - updated chardet to 3.0.4

Sat Jun 3 14:00:00 2017 termimAATTgmail.com
- Update to 17.06
- bug fixes
- Checkers
- - extended the source documentation checker to check for raised/documented
exceptions and defined/documented signals
- Editor
- - reintroduced the highlighting of current instruction line and the error
line using colored background. It is configurable whether to use these
backgrounds or the arrows.
- - added capability to perform the various replace methods via keyboard
shortcuts
- Plugin Manager
- - added an option to cleanup the plug-ins download area during startup
- Qt Tools
- - added code to auto-discover the presence of the new \'pyqt5-tools\' wheel
(Windows only) (thanks to Kyle Altendorf for providing this wheel)
- Web Browser (NG)
- - united the stop and reload buttons of the navigation bar
- - added a super menu to modernize the look & feel
- - added Ctrl-Click and middle click actions to the navigation buttons
to perform the action in a new tab

Tue May 16 14:00:00 2017 hpjAATTurpla.net
- add python3-sip as dependency

Sat May 6 14:00:00 2017 termimAATTgmail.com
- Update to 17.05
- bug fixes
- Editor
- - changed the indication of the current instruction line and the error line
to use a green or red arrow instead of a colored background
- PyQt Tools
- - added a configuration option for the path of the PyQt tools
- Shell
- - added a standalone shell window
- Web Browser (NG)
- - added the last visited time and date to the bookmark properties dialog
- - added a visit count to the history entries (shown in the history dialog)
- - made full screen mode really full screen
- Third Party packages
- - updated Pygments to 2.2.0
- - updated chardet to 3.0.2

Mon Apr 10 14:00:00 2017 hpjAATTurpla.net
- Version 17.04.1:
-  bug fixes

Sat Apr 8 14:00:00 2017 hpjAATTurpla.net
- Version 17.04:
- bug fixes
- General
- - increased minimum required Python versions to prevent usage
with very old versions (i.e. eric was never tested with)
min. versions: Python 2 - 2.7.10; Python 3 - 3.4.0
- Checkers
- - added checks for shadowed Python builtins and unneccessary comprehensions
and generators to the code style checker
- - added a checker to check for lines of code of too high complexity
- - added capability to place line flags (e.g. __IGNORE...) on the line
following the one to be ignored
- Debugger
- - shell autocompleter takes the right global variables into account now
- - move the instruction pointer within the current function (Hotkey: F12)
- - report syntax and indentation errors raised by an application or module
in the correct manner
- - avoid crashes on using greenlets
- Mercurial Interface
- - extended the user configuration dialog
- - added support for the \'zstd\' compression for bundles (as of 4.1.0)
- add fetch script fetch-eric.sh

Sat Mar 11 13:00:00 2017 termimAATTgmail.com
- Update to 17.03.1
- bug fixes

Fri Mar 3 13:00:00 2017 termimAATTgmail.com
- Update to 17.03
- Checkers
- - upgraded pycodestyle to version 2.3.1
- - upgraded pyflakes to version 1.5.0
- Debugger
- - prevent stepping into print statements if checkbox for debugging into
interpreter libraries is checked
- - catch unhandled exceptions again
- - support for PySide2 added
- - atexit handling works as specified in any condition
- - prevent ordinary breakpoints to steal the focus from an exception
- Mercurial Interface
- - improved the log browser in several ways
- - improved the status dialog
- Project
- - added capability to remember previously used entries in the project
debugger properties dialog
- Web Browser (NG)
- - added support for new options provided by Qt 5.8.0
- - added support for spell checking as of Qt 5.8.0

Sun Feb 5 13:00:00 2017 termimAATTgmail.com
- Update to 17.02.1
- fixes a regression related to using eric with Qt 4.8.

Sat Feb 4 13:00:00 2017 termimAATTgmail.com
- Update to 17.02
- Checkers
- - upgraded pycodestyle to version 2.2.0+
- Debugger
- - changed the variables filter dialog to be more user friendly
- Editor
- - added a bar with formatting options for HTML, Markdown and reStructured
Text files
- - added support for the new QScintilla JSON lexer
- - added support for the new QScintilla Markdown lexer
- Email
- - added capability to use the SSL encryption method (next to StartTLS) in
the built in Email dialog
- Mercurial Interface
- - added clickable links to the log browser details pane
- - added up and down buttons to move the current entry to the log browser
- - added the capability to configure the length of the log message shown
in the message column of the log browser list
- Subversion interface
- - added up and down buttons to move the current entry to the log browser
- Web Browser
- - added functionality to manage the plug-in provided documentation sets

Tue Jan 3 13:00:00 2017 termimAATTgmail.com
- Update to 17.01
- bug fixes
- General
- - added capability to save a global session to disk and restore it
- - added capability to save a crash session in order to restore the
current state in case of a cras
- - added option to configure the crash session startup behavior and
added the \'--no-crash\' option to suppress looking for a crash session
- - added the \'--disable-crash\' option to temporarily disable the crash
session support through the command line
- - changed some options: --noopen to --no-open, --nosplash to --no-splash
- Debugger
- - added capability to edit the history lists of the start dialogs of
the debugger
- Editor
- - added support for project type specific auto-completion and
calltips including the respective configuration (Editor->APIs page)

Sat Dec 3 13:00:00 2016 termimAATTgmail.com
- Update to 16.12
- Mercurial Interface
- - added context menu actions to the tags/branches list dialog
- - added bookmark actions to the Log Browser tools menu
- - added context menu actions to the bookmark list dialog
- - added possibility to enter a commit author and commit date/time
- - added capability to enforce a tagging operation
- Third Party packages
- - updated chardet to 2.3.0

Sun Nov 13 13:00:00 2016 termimAATTgmail.com
- Update to 16.11
- bug fixes
- General
- - added a status bar icon to show the online status to the main window
- - added an action to clear the private data of the IDE
- Checkers
- - added capaibility to ignore warnings by code (use
__IGNORE_WARNING___, e.g. __IGNORE_WARNING_M613__)
- Debugger
- - added a debugger interface registry to allow debuggers being
implemented as plug-ins
- - Python Debuggers:
- -- changed the protocol to a JSONRPC style protocol to be more robust
- -- massive speed gain of the debug client (Tobias Rzepka)
- -- unified the debugger clients for Python 2 and 3 (Tobias Rzepka)
- -- unified the standard and threaded debugger clients (Tobias Rzepka)
- -- added debug support for QThread threads (Tobias Rzepka)
- - Ruby Debugger:
- -- removed the Ruby debugger (the interface doesn\'t work with recent
Ruby versions anymore)
- - Call Trace Viewer
- -- added capability to stop recording upon exit of the client script
- - Variables Viewer
- -- added capability to refresh the view via the context menu
- Hex Editor
- - added a nice little hex editor tool (usable as a standalone tool
as well)
- Icon Editor
- - added capability to close all other icon editor windows
- Project
- - added a dialog to quickly search for files in the list of project files
(thanks to Mike C. Fletcher for contributing the majority of this)
- - added an option to rescan the project for tasks upon open
- Project Browser
- - added capability to search the file tree via the keyboard (directories and
files only)
- Tools
- - Tray Starter
- -- added an entry to show the version information
- Version Control System Interfaces
- - Mercurial
- -- added support for pulling and pushing the current bookmark
- -- added support for the strip extension
- -- added support for the histedit extension
- -- added support for the strip and fetch extensions to the log browser
- -- added an action to the administration menu to clean out the backup
bundles
- Web Browser
- - added capability to remember the zoom values for each site (incl. a
dialog to manage these)
- - added a status bar icon to show the online status
- Web Browser (NG)
- - ported the web browser to QtWebEngine as of Qt 5.6.0 because starting
with this version QtWebKit is no longer (officially) supported
- Third Party packages
- - updated Pygments to 2.1.3
- - updated pep8 to 2.1.0dev0 and renamed it to pycodestyle
- - updated coverage.py to 4.1.0
- - updated pyflakes to 1.2.3+

Sun Nov 6 13:00:00 2016 termimAATTgmail.com
- Update to 6.1.11

* bug fixes

Sun Oct 9 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.10

* bug fixes

Sun Sep 4 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.9

* bug fixes

Sun Jul 31 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.8

* bug fixes

* improves compatibility with PyQt5 5.7.0 and above

Mon Jul 4 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.7

* bug fixes

Sun Jun 5 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.6

* bug fixes

Mon May 9 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.5

* bug fixes

* improved Py2/3 compatibility thanks to Parsifal Herzog

Wed Apr 13 14:00:00 2016 termimAATTgmail.com
- Update to 6.1.4

* bug fixes

Wed Mar 9 13:00:00 2016 termimAATTgmail.com
- Update to 6.1.3

* bug fixes

Mon Feb 8 13:00:00 2016 termimAATTgmail.com
- Update to 6.1.2

* bug fixes

Thu Jan 7 13:00:00 2016 termimAATTgmail.com
- Update to 6.1.1

* bug fixes

Sat Dec 5 13:00:00 2015 termimAATTgmail.com
- Update to 6.1.0
- General

* added a configuration page to edit the list of mime types to
be opened in an eric editor

* added the \'--settings=\' command line switch to store the
settings files in a non-standard directory
- Checkers

* added a batch mode to the code style checker to make use of
multiple CPUs/CPU-Cores

* added a batch mode to the syntax checker to make use of
multiple CPUs/CPU-Cores

* added a batch mode to the indentation checker to make use of
multiple CPUs/CPU-Cores

* added a code complexity checker iaw. McCabe to the code style
checker

* added miscellaneous checks to the code style checker (coding
comment, copyright, blind except, print statements, one element
tuples, __future__ imports, old style string formats, string
format strings)
- Debugger

* added signal handlers for the Python debug clients
- Editor

* added capability to configure the indentation guides colors

* added capability to ask multiple completion list and call-tip
providers

* added support for mouse click handlers to be provided by plug-ins

* added the search markers to the marker map

* added capability to save a copy of the editor contents

* Lexers
- added support for the new C++ lexer properties (as of
QScintilla V. 2.9.0)
- File Browser

* added capability to show imports of a Python script
- Log Viewer

* added a message filter including a configuration page
- Mini Editor

* added capability to save a copy of the editor contents
- Preferences Dialog

* changed the \'filter\' function to a \'search\' function disabling
all entries, that don\'t contain the entered string

* changed the handling of the configuration page list entries
to be collapsed on first show and remember the expanded ones
while eric is running (but not between invocations)
- Previewers

* added capability to use \'Sphinx\' to preview ReST files
- Project

* added functionality to reorganize the files automatically,
when the project type or file type associations are changed
- Project Browser

* added capability to show imports of a Python script
- Source Code Documentor

* added tags to describe the type of parameters (AATTtype, AATTptype)
and return values (AATTrtype)
- Task Viewer

* added capability to add sub-tasks (i.e. a task hierarchy) for
manually generated tasks
- Tools

* Diff Dialog
- added capability to search in the output
- Version Control System Interfaces

* All
- added capability to search in the output of Diff dialogs

* Mercurial
- enhanced the log browser functionality by a search mode
- enhanced the log browser functionality by pull and push actions
- enhanced the status dialog functionality by a diff view
- Web Browser

* added support for HTML5 feature permissions

* improved parsing of the content disposition header analog to
the way it is done in qutebrowser

* modified and extended the VirusTotal interface for the v2 API

* added our own web inspector window to overcome a Qt weekness

* added a manager for Flash Cookies
- Third Party packages

* updated coverage to 4.0

* updated Pygments to 2.0.2

Tue Nov 10 13:00:00 2015 termimAATTgmail.com
- Update to 6.0.11

* bug fixes

Wed Oct 21 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.10

* bug fixes

Wed Sep 9 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.9

* bug fixes

Fri Aug 14 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.8

* bug fixes

* compatibility to PyQt 5.5

Mon Jul 6 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.7

* bug fixes

Thu Jun 11 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.6

* bug fixes

Tue May 12 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.5

* bug fixes

Mon Apr 13 14:00:00 2015 termimAATTgmail.com
- Update to 6.0.4

* bug fixes

Mon Mar 2 13:00:00 2015 termimAATTgmail.com
- Update to 6.0.3

* bug fixes

Fri Feb 20 13:00:00 2015 termimAATTgmail.com
- Update to 6.0.2

* bug fixes

Sun Jan 18 13:00:00 2015 termimAATTgmail.com
- Update to 6.0.1

* bug fixes

Mon Dec 29 13:00:00 2014 termimAATTgmail.com
- Initial checkin


 
ICM