]> git.k1024.org Git - pyxattr.git/shortlog
pyxattr.git
2020-11-29 Iustin PopRemove compatibility with old recommonmark versions
2020-11-29 Iustin PopRelease version 0.7.2 v0.7.2
2020-11-29 Iustin PopAdd recommonmark to sphinx extensions
2020-11-29 Iustin PopRun Python 3.9 tests too
2020-11-29 Anubhav Choudhary[Fixed] typo in readme.md
2019-11-26 Iustin PopFix travis config after tests rename
2019-11-26 Iustin PopRename test/ → tests/
2019-11-26 Iustin PopAdd unreleased changelog
2019-11-26 Iustin PopRework and expand the mixed access test
2019-11-26 Iustin Popsetup.py: add one more classifier topic
2019-11-26 Iustin PopTests: ensure resources as closed in subject tests
2019-11-26 Iustin PopBump version for 0.7.1 release… v0.7.1
2019-11-26 Iustin PopOops, fix bug tracker link
2019-11-26 Iustin PopBump version numbers for new release v0.7.0
2019-11-26 Iustin PopSwitch coverage badge to codecov
2019-11-26 Iustin PopCheck return value from PyList_Append
2019-11-26 Iustin PopExpand setup.py configuration
2019-11-26 Iustin PopRun tests on file io streams as well
2019-11-26 Iustin PopAdd support for Path-like objects in Python 3.6+
2019-11-26 Iustin PopStart updating NEWS for upcoming release
2019-11-26 Iustin PopSwitch namespace_none test to check all calls
2019-11-25 Iustin PopTravis: cache codecov as well
2019-11-25 Iustin PopRun name tests as (encoded) bytes too
2019-11-25 Iustin PopTests: remove_on_missing applies to symlinks as well
2019-11-25 Iustin PopTests: small py3 cleanup
2019-11-25 Iustin PopRemove support for Python 2 in the extension module
2019-11-25 Iustin PopDisable MacOS builds
2019-11-25 Iustin PopMakefile: add a simpler test target
2019-11-25 Iustin PopSplit the other monolitic test function
2019-11-25 Iustin PopSplit the monolithic ListSetGetDeprecated test
2019-11-25 Iustin PopIntroduce an any_subject fixture which includes symlinks
2019-11-25 Iustin PopAdd explicit test for symlink creation failure
2019-11-25 Iustin PopDon't compute coverage for external files
2019-11-25 Iustin PopReduce manyops count
2019-11-25 Iustin PopConvert test suite to pytest
2019-11-25 Iustin Poptests: stop trying to set user attributes on symlinks
2019-11-25 Iustin PopStop supporting Python 2
2019-11-25 Iustin Poptests: move helper function outside the test class
2019-11-25 Iustin Poptests: move constants outside the class
2019-11-24 Iustin PopTravis: remove hack for Python 3.7 test
2019-11-24 Iustin PopOnly export COVERALLS_PARALLEL in coveralls upload
2019-11-24 Iustin PopTravis: test on py3.7 and 3.8 too
2019-11-24 Iustin PopAlso export coverage results to codecov
2019-11-23 Iustin PopAdd a distcheck Makefile target
2019-11-23 Iustin PopSwitch README file to Markdown and expand it
2019-11-23 Iustin PopFix a docstring formatting issue
2019-11-23 Iustin PopSwitch build system to Python 3
2019-11-22 Iustin PopUpdate Travis config to export coverage information
2019-10-13 Iustin PopTravis: remove obsolete python versions
2019-03-02 Iustin PopTravis: remove "sudo:false"
2018-07-24 Iustin PopTravis: add python 3.5 and 3.6 to build matrix pyxattr-v0.6.1
2018-07-24 Iustin PopTravis: remove python 3.2 from build list
2018-07-24 Iustin PopFurther test suite fixes to symlink ops
2018-07-24 Iustin PopUpdate NEWS for proper contents of 0.6.1 release
2018-07-24 Iustin PopTravis build: remove dependency on libattr-dev
2018-07-24 adamlinFix nofollow not work in MAC
2018-07-24 Iustin PopTests: fix symlink testing
2018-07-24 Iustin PopTests: introduce an alias for NS_USER
2018-07-24 xwhuangRelease GIL when do I/O operations
2018-07-24 Iustin PopFurther improvements to benchmark code
2018-07-24 Iustin PopMakefile: move list of python versions to a variable
2018-07-24 Iustin PopAdd a mini-benchmark suite
2018-07-24 Iustin PopBump version to 0.6.1
2018-07-24 Iustin PopRemove use of and mentions of the attr library
2018-07-24 Lars Wendlerxattr.c: There is no more attr/xattr.h with >=attr...
2017-01-23 Iustin PopVersion bump for releasing 0.6.0 pyxattr-v0.6.0
2016-11-14 Iustin PopExpand the testing of invalid arguments
2016-11-13 Iustin PopTest writing large values
2016-11-13 Iustin PopAlso run tests using python-dbg
2016-10-25 Iustin PopAdd a makefile coverage target
2016-10-25 Iustin PopRework getting and listing attributes
2016-10-25 Iustin PopA few small improvements to the test suite
2016-10-23 Iustin PopInitialise target_t members on error paths
2016-05-23 Iustin PopSpelling fix in documentation
2016-05-23 Iustin PopFix name space information in documentation
2016-05-02 Iustin PopRevert "Add build status badge to README"
2016-05-02 Iustin PopAdd build status badge to README
2016-05-01 Iustin PopMark OSX build non-experimental
2016-05-01 Iustin PopFix tabs in travis config
2016-05-01 Iustin PopTry to enable OSX builds in travis configuration
2016-05-01 Iustin PopMerge pull request #9 from ahknight/osx-support
2016-04-09 Adam KnightAdded support for OS X's slightly different xattr calls.
2016-04-09 Iustin PopBump version to 0.5.6 pyxattr-v0.5.6
2015-05-01 Iustin PopFix building on systems which don't have ENODATA
2015-05-01 Iustin PopFix potential name truncation in merge_ns()
2015-05-01 Iustin Poptravis-ci: less build log noise
2015-05-01 Iustin PopAlways enable -Wsign-compare
2015-05-01 Iustin PopFix sign-compare warning in merge_ns()
2015-05-01 Iustin PopAdd a .travis.yml file
2015-05-01 Iustin PopRename README→README.rst pyxattr-v0.5.5
2015-05-01 Iustin PopBump version to 0.5.5 for a new release
2015-05-01 Iustin PopAdd release dates to NEWS file
2015-05-01 Iustin PopMake the code -Wconversion ready: explicit casts only
2015-05-01 Iustin PopFix a few int/size_t conversion issues
2015-04-30 Iustin PopImprove error checking in get_all()
2015-04-30 Iustin PopStyle change: name all jump labels uniformly
2015-04-30 Iustin PopFix memory leak on get_all OutOfMemory handling path
2015-04-30 Iustin PopUpdate my email address pyxattr-v0.5.4
2015-04-30 Iustin PopBump upper python version test in Makefile
2015-04-30 Iustin PopBump version for 0.5.4 release
next