]> git.k1024.org Git - pyxattr.git/shortlog
pyxattr.git
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
2015-04-30 Iustin PopRemove all .so files on make clean
2015-04-30 Iustin PopUpdate copyright year
2015-04-30 Iustin PopFix memory leaks in get() failure handling path
2014-05-23 Iustin PopUpdate changelog and bump version for 0.5.3 pyxattr-v0.5.3
2014-05-23 Iustin PopAdd helpers to test suite for easier checking
2014-05-23 Iustin PopMake the environment variable TEST_DIR match the python var
2014-05-23 Iustin PopMerge pull request #3 from jborg/surrogateescape
2014-05-23 Iustin PopMerge pull request #4 from edelkind/master
2014-05-23 Iustin PopMerge pull request #5 from quantheory/master
2014-03-10 Sean Patrick... Fix tests when tmp files have attributes.
2013-09-17 ari edelkindBetter handling of files without xattrs
2013-06-13 Jonas BorgströmUse "surrogateescape" error handler when encoding unico...
2013-01-03 Iustin PopUpdate docs for the 0.5.2 release pyxattr-v0.5.2
2013-01-03 Iustin PopBump version and update NEWS for the 0.5.2 release
2013-01-03 Iustin PopFix string/unicode buffer size parsing
2013-01-03 Iustin PopEnable testing with python 3.3 and pypy as well
2013-01-03 Iustin PopEnable compiler warnings
2013-01-03 Iustin PopMake setup.py behave nicely without setuptools
2012-12-21 Mike GilbertPython 2.5 can't parse byte literals, so use bytes...
2012-05-15 Iustin PopFix title in index page
2012-05-15 Iustin PopClarify the namespace type under Py3 pyxattr-v0.5.1
2012-05-15 Iustin PopUpdate NEWS file for the 0.5.1 release
2012-05-15 Iustin PopComplete the change of namespace handling
2012-05-15 Iustin PopFix bug in get_all for empty namespace handling
2012-05-15 Iustin PopMore setup.py updates
2012-05-15 Iustin PopAdd a download_url for pypi
2012-05-15 Iustin PopBump version number for new release
2012-05-15 Iustin PopUpdate gitignore file
2012-05-15 Iustin PopMakefile improvements
2012-05-15 Iustin PopUpdate manifest file
2012-05-15 Iustin PopUpdate README to include the old website info
2012-05-15 Iustin PopConvert NEWS file
next