Wykres commitów

4 Commity (bf8eef9d9e7fc0f08a11f3792c233babbdbb7c29)

Autor SHA1 Wiadomość Data
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 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 f2f562b7f3 fnmatch: Add pristine from Python-3.3.3 tarball. 2014-05-10 00:43:27 +03:00