COMMITS
/ Modules/regexmodule.c July 9, 2001
T
initregex(): this function is declared void, so the recent change to
Tim Peters committed
T
initregex(): Check return value of PyErr_Warn() and propagate the exception
Thomas Wouters committed
January 22, 2001
G
SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin
Guido van Rossum committed
December 19, 2000
G
Adding a warning about the regex module. This is the first official
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 12, 2000
V
Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc().
Vladimir Marangozov committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
October 8, 1998
G
Use the t# format where appropriate. Greg Stein.
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
September 3, 1997
G
Change [_Py_]re_compile_pattern() to return a char*.
Guido van Rossum committed
August 18, 1997
G
Casts by Jack to shut up the Mac compiler.
Guido van Rossum committed
August 14, 1997
G
Use _Py_re_match/search instead of re_match/search; these may become
Guido van Rossum committed
August 13, 1997
G
1.5a3 prerelease 1 from AMK
Guido van Rossum committed
May 12, 1997
G
Fix big ineficciency in regobj.search/match (introduced by Barry in an
Guido van Rossum committed
February 18, 1997
B
regex_get_syntax(): New module function exported to Python.
Barry Warsaw committed
January 9, 1997
B
Nailed a couple of memory leaks, caught by Purify.
Barry Warsaw committed
December 20, 1996
B
Several changes. Test program to follow.
Barry Warsaw committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
October 23, 1996
G
Fix case where you start a new group immediately after a label.
Guido van Rossum committed
October 8, 1996
G
Speedup of makeresult() by keeping a filler of (-1, -1) around.
Guido van Rossum committed
August 19, 1996
G
Declare initregex() as returning void, as it should be.
Guido van Rossum committed
July 24, 1996
G
Converted to new style names by Skip Montanaro
Guido van Rossum committed
June 11, 1996
G
Avoid core dump on symcomp("").
Guido van Rossum committed
February 19, 1995
G
explicitly init flags in methodlists
Guido van Rossum committed
February 10, 1995
G
use Py_CHARMASK
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
February 23, 1993
G
Extensive changes to regex module (group(), casefold, etc.)
Guido van Rossum committed
February 21, 1993
G
* regexmodule.c: added use of translation table, substring() method.
Guido van Rossum committed
September 3, 1992
G
Improve check for offset out of range
Guido van Rossum committed
March 27, 1992
G
Remove redundant vars
Guido van Rossum committed
January 27, 1992
G
Fix range error (doc and impl of re_search disagreed!)
Guido van Rossum committed
January 26, 1992
G
Make "range" one smaller (discrepancy between doc and source for regex.c!).
Guido van Rossum committed
January 19, 1992
G
Use Tatu Ylonen's copyleft-free reimplementation of
Guido van Rossum committed
January 1, 1992
G
'regs' is a read-only data member, not a function.
Guido van Rossum committed
December 30, 1991
G
Initial revision
Guido van Rossum committed