pyi2ncommon
2017-12-06 Christian HerdtweckMake src and test a package by adding __init__.py
2017-12-06 Christian HerdtweckMake sure unittests only import from src
2017-12-06 Christian HerdtweckSkip unittest that fails when building rpm
2017-12-01 Christian HerdtweckMerge branch 'cnfvar-py'
2017-12-01 Christian HerdtweckChange version to 1.1
2017-12-01 Christian HerdtweckBe more generous with reading delay in unittest
2017-12-01 Christian HerdtweckMake compatible again with py2
2017-12-01 Christian HerdtweckBuild dist with py3
2017-12-01 Philipp Gesanguse string type for writing to stdout
2017-12-01 Philipp Gesangimprove description of cnfvar.py command line usage
2017-12-01 Philipp Gesangadapt cnfvar stdout writer for python3
2017-12-01 Philipp Gesangtest for toplevel line after popping nested var
2017-12-01 Philipp Gesangfix stdio processing in cnfvar.py
2017-12-01 Philipp Gesangextend cnfvar.py description
2017-12-01 Philipp Gesangadd license blurb to cnfvar files
2017-12-01 Philipp Gesangupdate cnfvar unittest for python 3
2017-12-01 Philipp Gesangimport cnfvar and unit tests
2016-12-07 Christian HerdtweckRename shortened to head_and_tail
2016-12-07 Christian HerdtweckCreate unittest for shortened(...)
2016-12-07 Christian HerdtweckCreate text_helper shortened(...)
2016-12-07 Christian HerdtweckFix unittests for color output functions
2016-12-07 Christian HerdtweckMake text_helpers py2-compatible
2016-12-07 Christian HerdtweckMore error handling in log_read
2016-10-07 Christian HerdtweckAdd unittest for new text_helpers.
2016-10-07 Christian HerdtweckCreate text_helpers with color/style functions for...
2016-10-07 Christian HerdtweckUpdate unittest template and skip one test
2016-10-07 Christian HerdtweckIgnore automatically created api doc files
2016-06-29 Christian Herdtweckremove warning that is triggered quite often and purely...
2016-06-29 Christian Herdtweckremove whitespace
2016-06-29 Christian Herdtweckcreated simple LogParser
2016-06-29 Christian Herdtweckfix typo in docu and extend a little
2016-06-29 Christian Herdtweckimprove docu
2016-06-29 Christian Herdtweckensure NOTICE log level is always int
2016-06-29 Christian Herdtweckadd I2nLogger.exception
2016-06-29 Christian Herdtweckdeal with level given as string in I2nLogger.log or...
2016-06-29 Christian Herdtweckremoved param max_lines from I2nLogger: more trouble...
2016-06-29 Christian Herdtweckcopied function is_glob that I created for oletools
2016-02-12 Christian Herdtweckfix sphinx todo/seealso flags
2016-02-12 Christian Herdtweckchange argument order since I used paths as only arg...
2016-02-12 Christian Herdtweckin case there are multiple mounts for same path, prefer...
2016-02-12 Christian Herdtweckre-introduce blacklist since fstype not always known
2016-02-12 Christian Herdtweckreplaced blacklist NOT_REAL_FILESYSTEMS with whitelist...
2016-02-05 Christian Herdtweckmake sizes in test_helpers readable
2016-02-05 Christian Herdtweckalso deal with differences in size_str
2016-02-05 Christian Herdtweckmake sizes more readable with function file_helpers...
2016-02-05 Christian Herdtweckcreate shell script to run unittests
2016-02-05 Christian Herdtweckget unittests run again
2016-02-05 Christian Herdtweckcleaner way to sort out unwanted file system info:...
2016-02-04 Christian Herdtweckcreated watch_disc_fill to monitor disc fill of other...
2016-02-04 Christian Herdtweckcreate new file_helpers.get_mount_info
2016-02-04 Christian Herdtweckcompleted testing the non-forking filesystem state...
2016-01-21 Christian Herdtweckimplement non-forking way to get all filesystem's fill...
2016-01-15 Christian Herdtweckre-enable unittests in spec file, skip individual tests
2016-01-15 Christian Herdtweckfix unittest compatibility issues
2016-01-15 Christian Herdtweckupdated README
2016-01-15 Christian Herdtweckcreate make_dist.sh script that creates and modifies...
2016-01-15 Christian Herdtweckdo not package docu/tests into pyi2ncommon (get install...
2016-01-14 Christian Herdtweckadded README
2016-01-14 Christian Herdtweckcreated a setup.py following distutils instructions...
2016-01-14 Christian Herdtweckrenamed unittests from test/module_unittest.py to test...
2016-01-14 Christian Herdtweckmoved python files from root dir into new src subdir
2016-01-14 Christian Herdtweckmoved old unittests into test subdir
2016-01-14 Christian Herdtweckuups
2016-01-14 Christian Herdtweckupdated doc
2016-01-14 Christian Herdtweckadd license to every source file and replaced codeautho...
2016-01-14 Christian Herdtwecktest completed successfully (/dev/random was too slow)
2016-01-14 Christian Herdtweckchange unit of FilesystemFillState to bytes since that...
2016-01-14 Christian Herdtweckfix a bug in text-parsing; clean up imports
2016-01-14 Christian Herdtweckadded comments and todos
2016-01-14 Christian Herdtweckcreated test that actually writes data to a filesystem...
2016-01-14 Christian Herdtwecknew test, new bugs found...
2016-01-14 Christian Herdtweckcreate iter_helpers since pairwise now used multiple...
2016-01-14 Christian Herdtweckdisc checker thread works now in unittests
2016-01-14 Christian Herdtweckadded a todo and forgotten 'self's
2016-01-13 Christian Herdtwecksome bugfixes: ignore tmpfs in disc fill check, set...
2016-01-13 Christian Herdtweckfix typos
2016-01-13 Christian Herdtweckstart testing the DiscCheckerThread, not as easy as...
2016-01-13 Christian Herdtweckcontinue testing and correcting disc-usage checker...
2016-01-13 Christian Herdtwecktest creation and str-formatting of FilesystemFillState...
2016-01-13 Christian Herdtweckadd from __future__ import print_function for compatibi...
2016-01-13 Christian Herdtweckclarified names around df-wrappers: include "fill"...
2016-01-13 Christian Herdtweckimplemented robust estimation of time-until-disc-full
2016-01-13 Christian Herdtweckfinished LogarithmicBuffer, tested with new unittest
2016-01-13 Christian Herdtweckfixed CircularBuffer unittest
2016-01-12 Christian Herdtweckcreated test_helpers for simplifying quick test develop...
2016-01-12 Christian Herdtweckmake line-splitting optional in call_and_capture
2016-01-12 Christian Herdtweckclarified test template
2016-01-12 Christian Herdtweckcreated unittest for file_helpers
2016-01-12 Christian Herdtweckcreated a wrapper around "df" command in file_helpers
2016-01-12 Christian Herdtweckcreated unittest for CircularBuffer
2016-01-12 Christian Herdtweckimplemented LogarithmicBuffer
2016-01-12 Christian Herdtweckmore renaming and testing to make clear CircularBuffer...
2016-01-12 Christian Herdtweckcleaned up CircularBuffer
2016-01-12 Christian Herdtweckrenamed output_buffer.py to buffers.py
2015-12-09 Christian Herdtweckadded file_helpers with cd context manager
2015-12-03 Christian Herdtweckcreated call_helpers with call_and_capture and correspo...
2015-12-03 Christian Herdtweckcreated unittest for type_helpers; added is_unicode
2015-12-03 Christian Herdtweckcreated test subdir with unit test template
2015-11-30 Christian Herdtweckfixed and added to I2nLogger, is now in a useable state
2015-11-30 Christian Herdtweckadded two stubs: arnied.py and output_buffer.py
next