]> git.k1024.org Git - pylibacl.git/shortlog
pylibacl.git
2024-02-09 Iustin PopUpdate .gitignore file main
2024-02-09 Iustin PopSwitch to codecov v4 action
2024-02-09 Iustin PopUpgrade trivial github actions versions
2024-02-09 Iustin PopEnable python 3.12 and pypy 3.10 testing
2024-02-09 Iustin PopGitHub CI: ensure setuptools is installed
2024-02-09 Iustin PopAllow manual CI runs
2024-02-08 Iustin PopSwitch from recommonmark to myst-parser
2024-01-07 Iustin PopAdd ko-fi button to README as well.
2024-01-07 Iustin PopAdd a funding file for GitHub
2024-01-06 Iustin Popreadthedocs: install the needed devel libraries
2024-01-06 Iustin PopAdd readthedocs config file to restore doc builds
2023-04-24 Iustin PopFix acl_copy_int test naming and unhide a test
2023-04-24 Iustin PopFix yet another acl_copy_int test that is causing segfaults
2023-04-24 Iustin PopFix MANIFEST.in inclusion of some .md files
2023-04-23 Iustin PopAdd a CONTRIBUTING.md file v0.7.0
2023-04-23 Iustin PopBump version for 0.7.0 release
2023-04-22 Iustin PopBump minimum Python version to 3.7
2023-04-22 Iustin PopRename/convert NEWS to NEWS.md
2023-04-22 Iustin PopModernise the tp_dealloc functions
2023-04-22 Iustin PopConvert module and type initialisation to C99 style
2023-04-22 Iustin PopRework how acl __setstate__ handles some errors
2023-04-22 Iustin PopAdd another (risky) tests for __setstate__ behaviour
2023-04-22 Iustin PopTry to make the acl_copy_ext_failure test better behaved
2023-04-21 Iustin PopSwitch Makefile-based tests to newer versions
2023-04-21 Iustin PopUpdate actions to v3
2023-04-21 Iustin PopAdd a test for restoring state from invalid string
2023-04-20 Iustin PopAdd gcov exclusion patterns for hard-to-test error...
2023-04-16 Iustin PopRestore the CI environment
2023-04-16 Iustin PopUpdate naming after master->main branch rename
2023-04-16 Iustin PopAdd a simple security policy
2023-04-16 Iustin PopUpdate sphinx config for newer recommonmark versions
2023-04-16 Iustin PopFix build status for badge shields issue 8671
2021-06-06 Iustin PopUpdate CI schedule to include periodic runs
2021-06-05 Iustin PopReplace travis badge with github actions one in README
2021-06-05 Iustin PopRemove travis config
2021-06-05 Iustin PopAdd GitHub Actions workflow
2021-06-05 Iustin PopFix download link http→https
2021-06-05 Iustin PopMinor tweak in README syntax
2020-12-06 Iustin PopStore doc/readme and doc/news in git
2020-12-06 Iustin PopTest 'filedef' arguments for all supported types
2020-11-29 Iustin PopBump version number for new release v0.6.0
2020-11-29 Iustin PopRun local tests with Py3.9 too
2020-06-19 Iustin PopTravis: add python-3.9-dev build
2020-06-19 Iustin PopMerge remote-tracking branch 'github/master'
2020-06-19 Iustin PopRemove the PyType_Type assignments to _Type objects
2020-04-20 Enji CooperFix typo: HAVEL_LEVEL2
2019-12-17 Iustin PopACL init: only define the extra variables when needed
2019-12-16 Iustin PopFix bug in ACL(filedef=...) constructor
2019-12-11 Iustin PopFix one more unclean EQ assert…
2019-12-11 Iustin PopEnsure ACL EQ checks not called for non-Linux
2019-12-11 Iustin PopFix a test function name
2019-12-11 Iustin PopTests: replace two mode= uses with text=
2019-12-11 Iustin PopRemove obsolete check for non-initialised Entry
2019-12-11 Iustin PopRemove forgotten debug statement
2019-12-11 Iustin PopAdd file path to error message on ACL initialisation
2019-12-11 Iustin PopFix yet another bug in ACL re-inistialisation
2019-12-11 Iustin PopImplement creating an ACL directly from serialised...
2019-12-11 Iustin PopSmall simplification in ACL_init
2019-12-05 Iustin PopAdd a test for __setstate__ arguments
2019-12-05 Iustin PopMake the code Py_ssize_t clean
2019-12-05 Iustin PopChange setstate to only take bytes
2019-12-04 Iustin PopMove a few tests from explicit loop to parameters
2019-12-03 Iustin PopFix from_acl tests for non-Linux platforms
2019-12-03 Iustin PopChange entry qualifier set/get behaviour
2019-11-30 Iustin PopMinor change on how error handling style in ACL_init
2019-11-30 Iustin PopRemove doc/news.rst from git
2019-11-29 Iustin PopConvert ACL initialisation to allow file-path objects...
2019-11-29 Iustin PopConvert the README to markdown
2019-11-29 Iustin PopAdd stub type hints - even if not working
2019-11-29 Iustin PopFix tests path in MANIFEST.in
2019-11-29 Iustin PopAdd type: ignore to tests where we force bad behaviour
2019-11-29 Iustin PopAdd trove classifiers and project urls
2019-11-29 Iustin PopAnother xfail test
2019-11-29 Iustin PopSimplify ACL.append to not duplicate Entry creation
2019-11-29 Iustin PopAdd xfail test for equiv mode failures
2019-11-29 Iustin PopRaise better error message on un-owned but valid Entry...
2019-11-29 Iustin PopSimplify returning None
2019-11-29 Iustin PopSwitch ACL to be always-initialised
2019-11-29 Iustin PopApply no-unitialised-objects to Permset as well
2019-11-29 Iustin PopStop duplicating permset initialisation
2019-11-29 Iustin PopExpand acl_check testing for actual value checks
2019-11-29 Iustin PopRestore setstate/getstate support
2019-11-29 Iustin PopSlightly expand the NEWS file
2019-11-29 Iustin PopChange Entry initialisation protocol
2019-11-29 Iustin PopStandardise on capitalised error messages
2019-11-29 Iustin PopUnify attribute deletion checks for Entry
2019-11-29 Iustin PopReduce verbosity in fast-tests
2019-11-29 Iustin PopCleanup py2-compatibility 'except' syntax
2019-11-29 Iustin PopRemove tests/__init__.py as not needed with pytest
2019-11-29 Iustin PopInclude filename in exceptions raised in delete_default
2019-11-27 Iustin PopAdd tests for a few IO failures
2019-11-27 Iustin PopAdd pathlib support in apply_to and has_extended
2019-11-27 Iustin PopAdd more test infrastructure for parameterisation
2019-11-27 Iustin PopPy3 cleanup for the module itself
2019-11-27 Iustin PopAdd no external to coverage target
2019-11-27 Iustin Poptests: Py3 cleanup
2019-11-27 Iustin PopA bit more tests
2019-11-27 Iustin PopConvert TestModification to pytest
2019-11-27 Iustin PopOne more makefile test target
2019-11-27 Iustin PopStop testing with pypy2
next