summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christian Herdtweck [Tue, 27 Oct 2015 12:44:08 +0000]
added more type_helpers: is_file_obj and is_str_or_byte
Christian Herdtweck [Tue, 27 Oct 2015 12:43:45 +0000]
created log_read.py with functional base class IterativeReader
this replaces follow.py because I realized that the approach there (using
select.poll) is not guaranteed to work. log_read uses stat.st_size as its
c++ exemplar does
Christian Herdtweck [Mon, 19 Oct 2015 07:23:31 +0000]
try to read non-line-wise in follow
Christian Herdtweck [Mon, 19 Oct 2015 07:22:56 +0000]
ignore flags in testing of follow; added comments
Christian Herdtweck [Thu, 1 Oct 2015 16:11:58 +0000]
update tests of follow.py
Christian Herdtweck [Thu, 1 Oct 2015 16:11:46 +0000]
return flags and warn if HUP/ERR instead of raising exception
Christian Herdtweck [Thu, 1 Oct 2015 16:09:38 +0000]
finished argument parsing and dealing with procs and sockets in FollowContextManager
Christian Herdtweck [Thu, 10 Sep 2015 15:55:58 +0000]
added (yet untested) I2nLogger to log_helpers
Christian Herdtweck [Thu, 10 Sep 2015 15:55:37 +0000]
renamed short-hand variables supr and levl to parent and shortlevel
Christian Herdtweck [Thu, 10 Sep 2015 15:52:46 +0000]
added reference to template.py to docu
Christian Herdtweck [Thu, 10 Sep 2015 15:52:11 +0000]
added constants to template
Thomas Jarosch [Wed, 2 Sep 2015 07:13:02 +0000]
Handle filenames / dirnames with spaces
Christian Herdtweck [Thu, 27 Aug 2015 09:04:33 +0000]
added example for seealso, todo, warning, note boxes to template
Christian Herdtweck [Thu, 27 Aug 2015 09:04:02 +0000]
created log_helpers with 4-char-level formatter ShortLevelFormatter
Christian Herdtweck [Thu, 20 Aug 2015 14:05:50 +0000]
added some examples for documentation of param and return values and links to template
Christian Herdtweck [Wed, 19 Aug 2015 12:39:44 +0000]
updated autodoc conf: allow __init__ to show but not __dict__ and others
Christian Herdtweck [Wed, 19 Aug 2015 12:39:11 +0000]
improved docu
Christian Herdtweck [Wed, 19 Aug 2015 08:30:23 +0000]
created type_helpers.py with isstr
Christian Herdtweck [Wed, 19 Aug 2015 08:29:59 +0000]
created script to run pylint and pep8 on python files; ran on template and follow
Christian Herdtweck [Fri, 24 Jul 2015 16:45:18 +0000]
created template.py and first rough Sphinx docu
Thomas Jarosch [Fri, 24 Jul 2015 14:09:40 +0000]
Add our GPL + linking exception from libi2ncommon
Thomas Jarosch [Fri, 24 Jul 2015 13:52:01 +0000]
Start pyi2ncommon repo: Add .gitignore