Damien George
|
dedf328503
|
fnmatch: Remove dependency on posixpath module.
In micropython-lib, os.path.normcase is already a no-op.
Signed-off-by: Damien George <damien@micropython.org>
|
2020-07-07 19:09:59 +10:00 |
Paul Sokolovsky
|
60de502676
|
all: setup.py: Switch to sdist_upip.
|
2018-02-02 20:30:52 +02:00 |
Paul Sokolovsky
|
2ff5940d92
|
all: setup.py: Consistently update author and maintainer fields.
|
2018-02-02 20:25:27 +02:00 |
Paul Sokolovsky
|
98bf9edccc
|
fnmatch: test_fnmatch: Disable tests for bytes arguments.
re-pcre doesn't work properly with bytes patterns so far, disable the test
until later.
|
2017-10-11 20:12:21 +03:00 |
Paul Sokolovsky
|
dfe4dee62a
|
all: setup.py: New releases for gzip 4k conversion.
|
2016-10-11 06:47:01 +03:00 |
Paul Sokolovsky
|
65fb3707ba
|
all: metadata.txt: Bump version for gzip 4k conversion.
|
2016-10-11 06:46:12 +03:00 |
Paul Sokolovsky
|
326cd10530
|
fnmatch: Add new metadata.
|
2014-05-12 21:00:54 +03:00 |
Paul Sokolovsky
|
3df885dfa7
|
fnmatch: Update metadata.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
8a15543698
|
fnmatch: Disable bytes vs str mix tests. We're ok with mixes so far.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
666d235ab8
|
fnmatch: Fix regex undefined behavior.
Per https://docs.python.org/3.4/library/re.html#regular-expression-syntax ,
inline flags must appear at the beginning of expression. Reported as
http://bugs.python.org/issue21464
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
69f67c407a
|
fnmatch: Get rid of functools.lru_cache.
uPy is not interested in memory/performance trade-offs.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
fa9f1ac855
|
fnmatch: Explicitly include os.path, so far.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
f2f562b7f3
|
fnmatch: Add pristine from Python-3.3.3 tarball.
|
2014-05-10 00:43:27 +03:00 |
Paul Sokolovsky
|
80e322a5a2
|
fnmatch: Add dummy module.
|
2014-05-08 02:19:42 +03:00 |