index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
regexmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-2/+2
*
Change [_Py_]re_compile_pattern() to return a char*.
Guido van Rossum
1997-09-03
1
-1/+1
*
Casts by Jack to shut up the Mac compiler.
Guido van Rossum
1997-08-18
1
-5/+5
*
Use _Py_re_match/search instead of re_match/search; these may become
Guido van Rossum
1997-08-14
1
-2/+3
*
1.5a3 prerelease 1 from AMK
Guido van Rossum
1997-08-13
1
-4/+8
*
Fix big ineficciency in regobj.search/match (introduced by Barry in an
Guido van Rossum
1997-05-12
1
-10/+12
*
regex_get_syntax(): New module function exported to Python.
Barry Warsaw
1997-02-18
1
-0/+12
*
Nailed a couple of memory leaks, caught by Purify.
Barry Warsaw
1997-01-09
1
-1/+6
*
Several changes. Test program to follow.
Barry Warsaw
1996-12-20
1
-162/+267
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-0/+2
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Fix case where you start a new group immediately after a label.
Guido van Rossum
1996-10-23
1
-1/+1
*
Speedup of makeresult() by keeping a filler of (-1, -1) around.
Guido van Rossum
1996-10-08
1
-12/+25
*
Declare initregex() as returning void, as it should be.
Guido van Rossum
1996-08-19
1
-0/+1
*
Converted to new style names by Skip Montanaro
Guido van Rossum
1996-07-24
1
-192/+190
*
Avoid core dump on symcomp("").
Guido van Rossum
1996-06-11
1
-1/+5
*
explicitly init flags in methodlists
Guido van Rossum
1995-02-19
1
-5/+5
*
use Py_CHARMASK
Guido van Rossum
1995-02-10
1
-2/+2
*
mem leak
Guido van Rossum
1995-01-26
1
-0/+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-19/+191
*
Extensive changes to regex module (group(), casefold, etc.)
Guido van Rossum
1993-02-23
1
-12/+46
*
* regexmodule.c: added use of translation table, substring() method.
Guido van Rossum
1993-02-21
1
-38/+117
*
Improve check for offset out of range
Guido van Rossum
1992-09-03
1
-4/+8
*
Remove redundant vars
Guido van Rossum
1992-03-27
1
-2/+0
*
Fix range error (doc and impl of re_search disagreed!)
Guido van Rossum
1992-01-27
1
-29/+32
*
Make "range" one smaller (discrepancy between doc and source for regex.c!).
Guido van Rossum
1992-01-26
1
-1/+1
*
Use Tatu Ylonen's copyleft-free reimplementation of
Guido van Rossum
1992-01-19
1
-2/+3
*
'regs' is a read-only data member, not a function.
Guido van Rossum
1992-01-01
1
-14/+8
*
Initial revision
Guido van Rossum
1991-12-30
1
-0/+306