]> git.k1024.org Git - pyxattr.git/shortlog
pyxattr.git
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
2012-05-15 Iustin PopSwitch documentation style to sphinx
2012-05-15 Iustin PopRename convertObj → convert_obj
2012-05-15 Iustin PopFix two missing close() class in tests
2012-05-15 Iustin PopRework parsing of the namespace argument
2012-05-15 Iustin PopRemove use of deprecated fail* test functions
2012-05-14 Iustin PopRework init sequence
2012-05-14 Iustin PopA few docstring fixes
2012-05-14 Iustin PopFix a (harmless) integer mismatch
2012-05-14 Iustin PopCheck merge_ns return value in all places
2012-05-14 Iustin PopRework merge_ns signature
2012-05-14 Iustin PopFix a case of missing exception on return NULL
2012-05-14 Iustin PopRename a variable for more consistency
2012-05-14 Iustin PopMark convertObj as setting the exception on errors
2012-05-14 Iustin PopSwitch converObj to negative error return
2012-05-14 Iustin PopFix some const char* pointers
2012-05-14 Iustin PopSwitch to setuptools
2012-05-14 Iustin PopFix small typo
2012-05-14 Iustin PopFix some potential issues if PyBytes_FromString fails
2012-05-14 Iustin PopFix bugs reported by cpychecker
2009-12-27 Iustin PopIncrease version to 0.5.0 v0.5.0
2009-12-27 Iustin PopImprove the unittest runner
2008-12-14 Iustin PopFix a size_t/ssize_t mismatch
2008-12-14 Iustin PopSmall style fixes
2008-12-14 Iustin PopAdd python 3 support
2008-12-14 Iustin PopInitialize local variables
2008-12-14 Iustin PopAdd a new field to the target_t structure
2008-12-11 Iustin PopMake the module setup py3k-compatible
2008-12-11 Iustin PopAdd script to run tests
2008-12-11 Iustin PopSwitch back to distutils
2008-07-06 Iustin PopAdd license information to source file
2008-06-30 Iustin PopIncrease version to 0.4.0 v0.4.0
2008-06-30 Iustin PopUpdate MANIFEST.in file for the release
2008-06-30 Iustin PopSome final docstring touches before release
2008-06-30 Iustin PopUpdate license to LGPLv2.1 or later
2008-06-30 Iustin Popunittests: enhance symlink tests
2008-06-30 Iustin PopSome more docstring updates
2008-06-30 Iustin PopDocstring updates
2008-06-30 Iustin PopMore PEP 353 compliancy (new-style functions)
2008-06-30 Iustin PopReorder some declarations
2008-06-30 Iustin PopUpdate .gitignore
2008-06-30 Iustin PopMerge branch 'fixes' into new_style
2008-06-30 Iustin PopImplement changes needed for PEP 353 compliance
2008-06-29 Iustin Popunittests: add many checks for namespace ops
2008-06-29 Iustin PopChange the get_all function when using namespaces
2008-06-29 Iustin PopChange the match_ns function syntax
2008-06-29 Iustin PopDocstring updates
2008-06-29 Iustin PopAdd new-style list function
2008-06-29 Iustin Popunittests: allow changing the test dir
2008-06-29 Iustin PopAdd new-style remove function
2008-06-29 Iustin PopAdd the new-style get function
2008-06-29 Iustin PopCorrect the signature of the generic tgt methods
2008-06-29 Iustin PopAdd new-style set() function
2008-06-29 Iustin PopSome small fixes in get_all
2008-06-29 Iustin PopAdd unittests for the get_all function
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopSimplify the return None cases
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopRename dolink to nofollow
2008-06-29 Iustin PopMerge branch 'fixes' into multiget
2008-06-29 Iustin PopConvert to object protocol
2008-06-29 Iustin PopFix a memory leak in an error handling path
2008-06-29 Iustin PopConvert to object protocol
2008-06-29 Iustin PopMove to goto-style error exit
2008-06-29 Iustin PopUpdate the dolink parameter name
2008-06-29 Iustin PopCleanup leftovers from pre-allocated list
2008-06-29 Iustin PopMove to fixed buf_val implementation
2008-06-29 Iustin PopEpydoc conversion of get_all docstring
2008-06-29 Iustin PopFirst iversion get_all
2008-06-29 Iustin PopAdd module constants for the standard namespaces
2008-06-29 Iustin PopDocstring updates
2008-03-09 Iustin PopAdd the license file to MANIFEST.in v0.3.0
2008-03-09 Iustin PopUpdate version to 0.3.0
next