summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update versiontest-v0.9.8github-actionsBob Ippolito2021-11-193-2/+11
|
* Switch to github actionsBob Ippolito2021-11-157-123/+134
|
* Merge pull request #93 from tipabu/non-utf8-valuesBob Ippolito2021-09-222-22/+157
|\ | | | | Various dump-related fixes
| * Add tests for xattr.toolTim Burke2021-08-272-14/+131
| | | | | | | | As a side-effect, make it easier to run xattr.tool.main from tests.
| * tool: Be willing to dump for -p like we do for -lTim Burke2021-05-271-4/+3
| | | | | | | | | | This both side-steps the stdout buffer flushing issue and prevents ambiguities where terminals don't display NUL.
| * tool: Dump non-utf8 data similar to what's done for NULsTim Burke2021-05-271-7/+19
| | | | | | | | | | | | | | | | Addresses #90. Side-effect: dump non-ascii data as the bytes instead of the unicode code point. This seems to better match user expectations when presented with the dump formatting, anyway.
| * tool: Fix dumping on py2Tim Burke2021-05-271-1/+8
|/ | | | | | Previously, translate() would complain TypeError: character mapping must return integer, None or unicode
* Merge pull request #88 from jmberg/pyxattr-py3Bob Ippolito2020-01-221-7/+7
|\ | | | | pyxattr_compat: make compatible with python3
| * pyxattr_compat: make compatible with python3 xattrJohannes Berg2020-01-131-7/+7
| | | | | | | | On python3, xattr expects everything to be bytes, follow suit.
* | Merge pull request #89 from jmberg/setup-fixBob Ippolito2020-01-131-2/+2
|\ \ | |/ |/| setup.py: make CLASSIFIERS a list
| * setup.py: make CLASSIFIERS a listJohannes Berg2020-01-131-2/+2
|/ | | | | | | | This fixes: Warning: 'classifiers' should be a list, got type 'filter' during setup.py run if python is python3.
* Update Travis deploy api_keyv0.9.7Bob Ippolito2019-12-021-1/+1
|
* Update Travis deploy api_keyBob Ippolito2019-12-021-15/+13
|
* Update release date for v0.9.7Bob Ippolito2019-12-021-1/+1
|
* Merge pull request #87 from xattr/iteritems-fix-gh-86Bob Ippolito2019-12-025-5/+26
|\ | | | | Use items rather than iteritems for xattr.update
| * Update README and travis test matrixiteritems-fix-gh-86Bob Ippolito2019-12-012-1/+8
| |
| * Fix #86 by using items rather than iteritemsBob Ippolito2019-12-014-4/+18
|/
* Merge pull request #81 from chrBrd/tweak-tarball-testsBob Ippolito2018-07-311-11/+7
|\ | | | | Tweak tarball tests
| * Shorten tarball test.chrBrd2018-07-311-9/+5
| |
| * Quote variables in `run.sh`.chrBrd2018-07-311-2/+2
|/
* v0.9.6v0.9.6Bob Ippolito2018-07-313-3/+4
|
* Merge pull request #79 from xattr/travis-test-sdistBob Ippolito2018-07-312-0/+9
|\ | | | | Attempt to add a test for sdist completeness
| * Attempt to add a test for sdist completenessBob Ippolito2018-07-312-0/+9
|/
* Merge pull request #78 from chrBrd/manifest-fixBob Ippolito2018-07-311-2/+2
|\ | | | | Add subdirectory for C source files to `MANIFEST.in`.
| * Add subdirectory for C source files to `MANIFEST.in`.chrBrd2018-07-311-2/+2
|/
* v0.9.5v0.9.5Bob Ippolito2018-07-313-2/+7
|
* Merge pull request #77 from nyov/patchBob Ippolito2018-07-311-0/+2
|\ | | | | Include .c and .h files in MANIFEST.in
| * Include .c and .h files in MANIFEST.innyov2018-07-311-0/+2
| |
* | Remove gpg signatures and add BUILD_SDIST=true to latest buildBob Ippolito2018-07-302-25/+2
|/
* v0.9.4v0.9.4Bob Ippolito2018-07-303-2/+11
|
* Merge pull request #75 from xattr/nyov-patchBob Ippolito2018-07-304-595/+594
|\ | | | | Extracted inline C code for syntax highlighting
| * Apply change from #73 to extracted C codeBob Ippolito2018-07-304-595/+594
| |\ |/ /
| * Extracted inline C code for syntax highlightingnyov2018-07-044-595/+594
| |
* | Merge pull request #73 from chrBrd/fix-c-typesBob Ippolito2018-07-301-1/+1
|\ \ | | | | | | Always include `sys/types.h` when building lib.
| * | Always include `sys/types.h` when building lib.chrBrd2018-07-281-1/+1
| | |
* | | Merge pull request #74 from chrBrd/travis-fixesChris Bradbury2018-07-303-25/+57
|\ \ \ | |/ / |/| | Travis fixes.
| * | Make slight amendments to `.travis.yml`chrBrd2018-07-301-10/+13
| | |
| * | Remove `BUILD_SDIST=true` from `.travis.yml` to match version fromchrBrd2018-07-301-1/+1
| | | | | | | | | | | | `travis-tests` branch.
| * | Add newline to end of `install.sh`.chrBrd2018-07-301-1/+1
| | |
| * | Modify `run.sh` to use PyPy if available.chrBrd2018-07-301-3/+9
| | |
| * | Modify `install.sh` to install PyPy or pyenv if specified inchrBrd2018-07-301-14/+24
| | | | | | | | | | | | `travis.yml`.
| * | Add Linux to Travis matrix.chrBrd2018-07-301-0/+12
| | |
| * | Fix OSX Travis tests.chrBrd2018-07-301-9/+10
| | |
| * | More tweakstravis-testsBob Ippolito2018-07-232-2/+2
|/ /
* | remove LDFLAGSBob Ippolito2018-07-101-1/+0
| |
* | reorder matrixBob Ippolito2018-07-101-11/+7
| |
* | more travis experimentationBob Ippolito2018-07-101-1/+3
| |
* | more travis experimentationBob Ippolito2018-07-101-1/+2
| |
* | more travis experimentationBob Ippolito2018-07-101-3/+4
| |
* | update travis version matrixBob Ippolito2018-07-101-4/+9
|/