From 1095e6e791690f974f6004dea10a408239099ea5 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 5 Jun 2020 13:35:21 +0200 Subject: doc(changelog): fix sphinx warnings --- ChangeLog | 104 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7aef086..6b67200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -59,7 +59,7 @@ unreleased -- 1.7.0 2016-10-03 -- 1.3.0 * pytest: executable deprecated and renamed as logilab-pytest to prevent - conflict with pytest provided by http://pytest.org/ + conflict with pytest provided by http://pytest.org/ 2016-03-15 -- 1.2.0 @@ -124,15 +124,15 @@ unreleased -- 1.7.0 * fix textutils.py doctests for py3k * produce a clearer exception when dot is not installed (#253516) - + * make source python3-compatible (3.3+), without using 2to3. This - introduces a dependency on six (#265740) + introduces a dependency on six (#265740) * fix umessage header decoding on python 3.3 and newer (#149345) * WARNING: the compat module no longer exports 'callable', 'izip', 'imap', - 'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max', - 'relpath', 'InheritableSet', or any subprocess-related names. + 'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max', + 'relpath', 'InheritableSet', or any subprocess-related names. 2014-07-30 -- 0.62.1 * shellutils: restore py 2.5 compat by removing usage of class decorator @@ -140,7 +140,7 @@ unreleased -- 1.7.0 * pytest: drop broken --coverage option * testlib: support for skipping whole test class and conditional skip, don't - run setUp for skipped tests + run setUp for skipped tests * configuration: load options in config file order (#185648) @@ -155,7 +155,7 @@ unreleased -- 1.7.0 * pdf_ext: removed, it had no known users (CVE-2014-1838) * shellutils: fix tempfile issue in Execute, and deprecate it - (CVE-2014-1839) + (CVE-2014-1839) * pytest: use 'env' to run the python interpreter @@ -167,16 +167,16 @@ unreleased -- 1.7.0 * modutils: * don't propagate IOError when package's __init__.py file doesn't - exist (#174606) + exist (#174606) * ensure file is closed, may cause pb depending on the interpreter, eg - pypy) (#180876) + pypy) (#180876) * fix support for `extend_path` based nested namespace packages ; - Report and patch by John Johnson (#177651) + Report and patch by John Johnson (#177651) * fix some cases of failing python3 install on windows platform / cross - compilation (#180836) + compilation (#180836) @@ -188,9 +188,9 @@ unreleased -- 1.7.0 * modutils: - fix typo causing name error in python3 / bad message in python2 - (#136037) + (#136037) - fix python3.3 crash in file_from_modpath due to implementation - change of imp.find_module wrt builtin modules (#137244) + change of imp.find_module wrt builtin modules (#137244) * testlib: use assertCountEqual instead of assertSameElements/assertItemsEqual (deprecated), fixing crash with python 3.3 (#144526) @@ -209,9 +209,9 @@ unreleased -- 1.7.0 * registry: - select_or_none should not silent ObjectNotFound exception - (closes #119819) + (closes #119819) - remove 2 accidentally introduced tabs breaking python 3 compat - (closes #117580) + (closes #117580) * fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and patch by Ian Delaney) @@ -385,16 +385,16 @@ unreleased -- 1.7.0 * dropped python 2.3 support * daemon: we can now specify umask to daemonize function, and it return - different exit code according to the process + different exit code according to the process * pyro_ext: new ns_reregister function to ensure a name is still properly - registered in the pyro name server + registered in the pyro name server * hg: new incoming/outgoing functions backward compatible with regards to - mercurial version (eg hg 1.6 and earlier) + mercurial version (eg hg 1.6 and earlier) * testlib/pytest: more deprecation and removed code. Still on the way to - unittest2 + unittest2 @@ -455,8 +455,8 @@ unreleased -- 1.7.0 * textutils: new split_url_or_path and text_to_dict functions * logging_ext: - - init_log now accept optionaly any arbitrary handler - - threshold default to DEBUG if debug flag is true and no threshold specified + - init_log now accept optionaly any arbitrary handler + - threshold default to DEBUG if debug flag is true and no threshold specified * date: new ustrftime implementation working around datetime limitaion on dates < 1900 @@ -468,8 +468,8 @@ unreleased -- 1.7.0 * date: fix nb_open_days() codomain, positive natural numbers are expected * configuration: - - skip option with no type, avoid pb with generated option such as long-help - - handle level on man page generation + - skip option with no type, avoid pb with generated option such as long-help + - handle level on man page generation @@ -479,7 +479,7 @@ unreleased -- 1.7.0 * daemon: new daemonize function * modutils: fix some false negative of is_standard_module with - 'from module import something" where something isn't a submodule + 'from module import something" where something isn't a submodule * optik_ext: fix help generation for normal optparse using script if optik_ext has been imported (#24450) @@ -502,21 +502,21 @@ unreleased -- 1.7.0 2010-04-20 -- 0.50.0 * graph: - - generate methods now takes an optional mapfile argument to generate - html image maps - - new ordered_nodes function taking a dependency graph dict as arguments - and returning an ordered list of nodes + - generate methods now takes an optional mapfile argument to generate + html image maps + - new ordered_nodes function taking a dependency graph dict as arguments + and returning an ordered list of nodes * configuration: - - nicer serialization of bytes / time option - - may now contains several option provider with the same name - - consider 'level' in option dict, --help displaying only option with level - 0, and automatically adding --long-help options for higher levels + - nicer serialization of bytes / time option + - may now contains several option provider with the same name + - consider 'level' in option dict, --help displaying only option with level + 0, and automatically adding --long-help options for higher levels * textutils: case insensitive apply_unit * sphinx_ext: new module usable as a sphinx pluggin and containing a new - 'autodocstring' directive + 'autodocstring' directive * ureports: output   instead of   for strict xhtml compliance @@ -552,11 +552,11 @@ unreleased -- 1.7.0 2010-02-10 -- 0.47.0 * adbh: changed backup / restore api (BREAKS COMPAT): - - backup_command is now backup_commands (eg return a list of commands) - - each command returned in backup_commands/restore_commands may now - be list that may be used as argument to subprocess.call, or a string - which will the requires a subshell - - new sql_rename_col method + - backup_command is now backup_commands (eg return a list of commands) + - each command returned in backup_commands/restore_commands may now + be list that may be used as argument to subprocess.call, or a string + which will the requires a subshell + - new sql_rename_col method * deprecation: deprecated now takes an optional 'stacklevel' argument, default to 2 @@ -604,12 +604,12 @@ unreleased -- 1.7.0 * dbf: a DBF reader which reads Visual Fox Pro DBF format with Memo field (module from Yusdi Santoso) * shellutils: - - #9764 add title to shellutils.ProgressBar - - #9796 new confirm function + - #9764 add title to shellutils.ProgressBar + - #9796 new confirm function * testlib: - - simplify traceback manipulation (skip first frames corresponding to testlib functions) - - -c now captures DeprecationWarnings + - simplify traceback manipulation (skip first frames corresponding to testlib functions) + - -c now captures DeprecationWarnings * sphinxutils: simplified API @@ -622,16 +622,16 @@ unreleased -- 1.7.0 * pyro_ext: new module for pyro utilities * adbh: fix default set_null_allowed implementation, new case_sensitive - resource descriptor + resource descriptor 2009-06-03 -- 0.41.0 * modutils: new extrapath argument to modpath_from_file (see function's - docstring for explanation) + docstring for explanation) * adbh: new alter_column_support flag, sql_set_null_allowed and - sql_change_col_type methods + sql_change_col_type methods @@ -744,7 +744,7 @@ unreleased -- 1.7.0 2008-10-01 -- 0.35.2 * configuration: - fix #6011: lgc.configuration ignore customized option values - - fix #3278: man page generation broken + - fix #3278: man page generation broken * dropped context.py module which broke the debian package when some python <2.5 is installed (#5979) @@ -814,7 +814,7 @@ unreleased -- 1.7.0 * db: remember logged user on the connection * clcommands: commands may be hidden (e.g. not displayed in help), generic - ListCommandsCommand useful to build bash completion helpers + ListCommandsCommand useful to build bash completion helpers * changelog: module to parse ChangeLog file as this one, backported from logilab.devtools @@ -916,7 +916,7 @@ unreleased -- 1.7.0 * decorators: new classproperty decorator * adbh: new module containing advanced db helper which were in the "db" - module, with additional registered procedures handling + module, with additional registered procedures handling @@ -944,7 +944,7 @@ unreleased -- 1.7.0 meaning remaining args should not be checked * interface: new extend function to dynamically add an implemented interface - to a new style class + to a new style class @@ -981,7 +981,7 @@ unreleased -- 1.7.0 2007-02-12 -- 0.21.3 * fixed cached decorator to use __dict__ instead of attribute lookup, - avoiding potential bugs with inheritance when using cached class + avoiding potential bugs with inheritance when using cached class methods @@ -995,7 +995,7 @@ unreleased -- 1.7.0 * tree: make Node iterable (iter on its children) * configuration: fix #3197 (OptionsManagerMixin __init__ isn't passing - correctly its "version" argument) + correctly its "version" argument) * textutils: new 'rest' argument to normalize_text to better deal with ReST formated text @@ -1016,7 +1016,7 @@ unreleased -- 1.7.0 has been added * deprecated fileutils.[files_by_ext,include_files_by_ext,exclude_files_by_ext] - functions in favor of new function shellutils.find + functions in favor of new function shellutils.find * mark the following modules for deprecation, they will be removed in a near version: -- cgit v1.2.1