This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-16 22:51:17 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6bb86279d1e11b9cc157d0ec597339f8b7e03a8a
openide
/
python
/
testData
/
regexp
History
Dmitry Jemerov
5d992e3b22
escaping single quotes is not redundant in PyCharm (PY-5030)
2011-11-15 19:00:49 +01:00
..
braceInPythonCharacterClass.py
fix parsing of character classes so that it's actually correct (PY-1929)
2011-02-21 19:09:58 +01:00
danglingMetacharacters.py
allow dangling metacharacters in Python regexps (PY-2430)
2011-02-21 20:04:53 +01:00
nestedCharacterClasses2.py
Python also has its own regexp dialect; correct parsing of character classes for Python (PY-2908)
2011-02-21 18:13:03 +01:00
nestedCharacterClasses.py
Python also has its own regexp dialect; correct parsing of character classes for Python (PY-2908)
2011-02-21 18:13:03 +01:00
octal.py
fix parsing of octal characters in Python regexps (PY-2906)
2011-02-21 18:33:11 +01:00
redundantEscapeSingleQuote.py
escaping single quotes is not redundant in PyCharm (PY-5030)
2011-11-15 19:00:49 +01:00