- Apr 06, 2018
-
-
Pavel Kácha authored
-
- Apr 04, 2018
-
-
Pavel Kácha authored
-
- Sep 08, 2017
- Sep 07, 2017
-
-
Jan Mach authored
-
Jan Mach authored
This is very usefull both for unit testing and for readability.
-
Jan Mach authored
-
Jan Mach authored
Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of required make targets: * pyflakes * pylint * test * docs * buildbot Part of this patch is a facelift of make output style and formating.
-
Jan Mach authored
Changed the setup.py script to include and use the actual package version directly from Python module in local directory. This change really simplifies package versioning, because value of only one __version__ variable needs to be updated and it will be used as version identifier of generated Python packages (wheels). Previous commit, that introduced automated package documentation already used this approach.
-
Jan Mach authored
The implementation is almost complete, the only thing missing is make target, which will be part of big makefile update in one of the next commits. Documentation itself is still work in progress, only the generation process itself is ready.
-
Jan Mach authored
This commit deprecates old Perl library for handling IDEA messages, which will not be supported anymore. It also features restructuralization of the whole repository, because typedcols and ipranges libraries were moved into separate git repositories. Another reason for restructuralization is support of our automated build system.
-
- Aug 30, 2017
-
-
Pavel Kácha authored
-
- Jul 31, 2017
-
-
Pavel Kácha authored
-
- May 05, 2017
-
-
Pavel Kácha authored
-
- Apr 28, 2017
-
-
Jan Mach authored
For the purpose of better reusability the whole project was divided into following PyPI packages: * ipranges * typedcols * idea-format Each of these packages resides in separate subdirectory with it`s own makefile, readme file and setup.py.
-
Jan Mach authored
Added separate Pythonic version information into each future package, bumped up version after previous refactoring.
-
Jan Mach authored
Before publishing packages on PyPI, it was necessary to perform refactoring of module names to better options. * iprange.py => ipranges.py * typedcol.py => typedcols.py
-
- Apr 20, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Apr 19, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Apr 12, 2017
-
-
Jan Mach authored
Added information about current package version into __init__.py file of idea module for easier dependency checks. Bumped up version before building wheel.
-
- Apr 11, 2017
-
-
Pavel Kácha authored
-
- Apr 06, 2017
-
-
ph authored
-
- Apr 05, 2017
-
-
Jan Mach authored
-
- Apr 03, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
Reworked iprange to create lightweight objects (__slots__ magic, however had to get rid of multiple inheritance, so slightly more intricate object hierarchy)
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Jan 13, 2017
-
-
Jan Mach authored
When any timestamp value in IDEA message contained milisecond precission string, validation passed correctly, however instantination of the message object failed due to incorrect integer milisecond value. The problem was that the milisecond string contained leading dot character.
-
- Nov 03, 2016
-
-
Jan Mach authored
-
- Sep 23, 2016
-
-
Jan Mach authored
-
- Jun 10, 2016
- May 12, 2016
-
-
pharook authored
-
- Apr 20, 2016
-
-
Pavel Kácha authored
-