Lines Matching refs:Issue

9 - `Issue #28`_: Add support for Python 3.8, and drop Python 3.4.
10 - `Issue #29`_: Publish bdist wheel.
12 .. _`Issue #28`: https://github.com/cpburnz/python-path-specification/pull/28
13 .. _`Issue #29`: https://github.com/cpburnz/python-path-specification/pull/29
19 - `Issue #24`_: Drop support for Python 2.6, 3.2, and 3.3.
20 - `Issue #25`_: Update README.rst.
21 - `Issue #26`_: Method to escape gitwildmatch.
23 .. _`Issue #24`: https://github.com/cpburnz/python-path-specification/pull/24
24 .. _`Issue #25`: https://github.com/cpburnz/python-path-specification/pull/25
25 .. _`Issue #26`: https://github.com/cpburnz/python-path-specification/pull/26
40 - `Issue #22`_: Handle dangling symlinks.
42 .. _`Issue #22`: https://github.com/cpburnz/python-path-specification/issues/22
48 - `Issue #21`_: Fix collections deprecation warning.
50 .. _`Issue #21`: https://github.com/cpburnz/python-path-specification/issues/21
58 - `Issue #20`_: Support current directory prefix.
60 .. _`Issue #20`: https://github.com/cpburnz/python-path-specification/issues/20
72 - `Issue #17`_: Add link to Ruby implementation of *pathspec*.
75 .. _`Issue #17`: https://github.com/cpburnz/python-path-specification/pull/17
81 - `Issue #14`_: Fix byte strings for Python 3.
82 - `Issue #15`_: Include "LICENSE" in source package.
83 - `Issue #16`_: Support Python 2.6.
85 .. _`Issue #14`: https://github.com/cpburnz/python-path-specification/issues/14
86 .. _`Issue #15`: https://github.com/cpburnz/python-path-specification/pull/15
87 .. _`Issue #16`: https://github.com/cpburnz/python-path-specification/issues/16
99 - `Issue #13`_: Add equality methods to `PathSpec` and `RegexPattern`.
101 .. _`Issue #13`: https://github.com/cpburnz/python-path-specification/pull/13
107 - `Issue #12`_: Add `PathSpec.match_file()`.
111 .. _`Issue #12`: https://github.com/cpburnz/python-path-specification/issues/12
117 - `Issue #11`_: Support converting patterns into regular expressions without compiling them.
120 .. _`Issue #11`: https://github.com/cpburnz/python-path-specification/issues/11
126 - `Issue #7`_: Fixed non-recursive links.
127 - `Issue #8`_: Fixed edge cases in gitignore patterns.
128 - `Issue #9`_: Fixed minor usage documentation.
132 .. _`Issue #7`: https://github.com/cpburnz/python-path-specification/pull/7
133 .. _`Issue #8`: https://github.com/cpburnz/python-path-specification/pull/8
134 .. _`Issue #9`: https://github.com/cpburnz/python-path-specification/pull/9
146 - `Issue #5`_: Use tox for testing.
147 - `Issue #6`_: Fixed matching Windows paths.
151 .. _`Issue #5`: https://github.com/cpburnz/python-path-specification/pull/5
152 .. _`Issue #6`: https://github.com/cpburnz/python-path-specification/issues/6
164 - `Issue #3`_: Fixed trailing slash in gitignore patterns.
165 - `Issue #4`_: Fixed test for trailing slash in gitignore patterns.
168 .. _`Issue #3`: https://github.com/cpburnz/python-path-specification/pull/3
169 .. _`Issue #4`: https://github.com/cpburnz/python-path-specification/pull/4