py3k regular expressions and unicode - Code Review (original) (raw)
Description
See http://bugs.python.org/issue2834
Patch Set 1#
Patch Set 2 : Latest patch with proactive fixes to the stdlib#
Patch Set 3 : Final patch (hopefully) also adding the (?a) inline flag#
Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+195 lines, -113 lines) | Patch | |||
---|---|---|---|---|---|---|---|
![]() |
Lib/_strptime.py | View | 2 | 2 chunks | +2 lines, -2 lines | 0 comments | Download |
![]() |
Lib/base64.py | View | 1 2 | 6 chunks | +7 lines, -7 lines | 0 comments | Download |
![]() |
Lib/decimal.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/distutils/cygwinccompiler.py | View | 2 | 3 chunks | +3 lines, -3 lines | 0 comments | Download |
![]() |
Lib/distutils/emxccompiler.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/distutils/sysconfig.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/distutils/util.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/distutils/version.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/distutils/versionpredicate.py | View | 2 | 2 chunks | +4 lines, -2 lines | 0 comments | Download |
![]() |
Lib/email/quoprimime.py | View | 2 | 6 chunks | +6 lines, -6 lines | 0 comments | Download |
![]() |
Lib/email/utils.py | View | 2 | 8 chunks | +9 lines, -8 lines | 0 comments | Download |
![]() |
Lib/encodings/idna.py | View | 1 2 | 1 chunk | +3 lines, -5 lines | 0 comments | Download |
![]() |
Lib/ftplib.py | View | 2 | 2 chunks | +3 lines, -2 lines | 0 comments | Download |
![]() |
Lib/html/parser.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/http/cookiejar.py | View | 2 | 10 chunks | +11 lines, -11 lines | 0 comments | Download |
![]() |
Lib/http/cookies.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/imaplib.py | View | 2 | 3 chunks | +5 lines, -4 lines | 0 comments | Download |
![]() |
Lib/json/decoder.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/logging/handlers.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/platform.py | View | 2 | 4 chunks | +8 lines, -8 lines | 0 comments | Download |
![]() |
Lib/plistlib.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/posixpath.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/py_compile.py | View | 1 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/re.py | View | 1 2 | 5 chunks | +23 lines, -8 lines | 0 comments | Download |
![]() |
Lib/sre_constants.py | View | 1 2 | 1 chunk | +2 lines, -1 line | 0 comments | Download |
![]() |
Lib/sre_parse.py | View | 1 2 | 3 chunks | +14 lines, -0 lines | 0 comments | Download |
![]() |
Lib/tarfile.py | View | 1 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/test/re_tests.py | View | 1 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/test/test_bytes.py | View | 1 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/test/test_mmap.py | View | 1 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Lib/test/test_re.py | View | 1 2 | 4 chunks | +45 lines, -20 lines | 0 comments | Download |
![]() |
Lib/tokenize.py | View | 2 | 1 chunk | +8 lines, -6 lines | 0 comments | Download |
![]() |
Lib/urllib/request.py | View | 2 | 1 chunk | +1 line, -1 line | 0 comments | Download |
![]() |
Modules/_sre.c | View | 1 2 | 5 chunks | +24 lines, -3 lines | 0 comments | Download |
![]() |
Modules/sre.h | View | 1 2 | 1 chunk | +1 line, -0 lines | 0 comments | Download |