Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
41b4f3875bea9d8d38f8d52de28949b313523ef1
/
Modules
/
regexmodule.c
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
d19c04a
Change [_Py_]re_compile_pattern() to return a char*.
by Guido van Rossum
· 27 years ago
ed2554a
Casts by Jack to shut up the Mac compiler.
by Guido van Rossum
· 27 years ago
0318bd6
Use _Py_re_match/search instead of re_match/search; these may become
by Guido van Rossum
· 27 years ago
95e8053
1.5a3 prerelease 1 from AMK
by Guido van Rossum
· 27 years ago
4a807f5
Fix big ineficciency in regobj.search/match (introduced by Barry in an
by Guido van Rossum
· 28 years ago
909d7c3
regex_get_syntax(): New module function exported to Python.
by Barry Warsaw
· 28 years ago
4bc9d39
Nailed a couple of memory leaks, caught by Purify.
by Barry Warsaw
· 28 years ago
c357325
Several changes. Test program to follow.
by Barry Warsaw
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
0cbaff4
Fix case where you start a new group immediately after a label.
by Guido van Rossum
· 28 years ago
c196202
Speedup of makeresult() by keeping a filler of (-1, -1) around.
by Guido van Rossum
· 28 years ago
8f3032d
Declare initregex() as returning void, as it should be.
by Guido van Rossum
· 28 years ago
dfe8ad9
Converted to new style names by Skip Montanaro
by Guido van Rossum
· 28 years ago
ab28c56
Avoid core dump on symcomp("").
by Guido van Rossum
· 28 years ago
295d171
explicitly init flags in methodlists
by Guido van Rossum
· 30 years ago
7f7f274
use Py_CHARMASK
by Guido van Rossum
· 30 years ago
1253960
mem leak
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
ccd5bad
Extensive changes to regex module (group(), casefold, etc.)
by Guido van Rossum
· 32 years ago
36d330b
* regexmodule.c: added use of translation table, substring() method.
by Guido van Rossum
· 32 years ago
3d1e146
Improve check for offset out of range
by Guido van Rossum
· 32 years ago
4f1691d
Remove redundant vars
by Guido van Rossum
· 33 years ago
d577c0c
Fix range error (doc and impl of re_search disagreed!)
by Guido van Rossum
· 33 years ago
2d78590
Make "range" one smaller (discrepancy between doc and source for regex.c!).
by Guido van Rossum
· 33 years ago
1cab95c
Use Tatu Ylonen's copyleft-free reimplementation of GNU regular expressions
by Guido van Rossum
· 33 years ago
b824fc6
'regs' is a read-only data member, not a function.
by Guido van Rossum
· 33 years ago
6f4c43d
Initial revision
by Guido van Rossum
· 33 years ago