summaryrefslogtreecommitdiff
path: root/Modules/regexmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+4
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-5/+5
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-3/+3
* Apply two changes, systematically:Guido van Rossum1997-10-011-2/+2
* Change [_Py_]re_compile_pattern() to return a char*.Guido van Rossum1997-09-031-1/+1
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-181-5/+5
* Use _Py_re_match/search instead of re_match/search; these may becomeGuido van Rossum1997-08-141-2/+3
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-131-4/+8
* Fix big ineficciency in regobj.search/match (introduced by Barry in anGuido van Rossum1997-05-121-10/+12
* regex_get_syntax(): New module function exported to Python.Barry Warsaw1997-02-181-0/+12
* Nailed a couple of memory leaks, caught by Purify.Barry Warsaw1997-01-091-1/+6
* Several changes. Test program to follow.Barry Warsaw1996-12-201-162/+267
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Fix case where you start a new group immediately after a label.Guido van Rossum1996-10-231-1/+1
* Speedup of makeresult() by keeping a filler of (-1, -1) around.Guido van Rossum1996-10-081-12/+25
* Declare initregex() as returning void, as it should be.Guido van Rossum1996-08-191-0/+1
* Converted to new style names by Skip MontanaroGuido van Rossum1996-07-241-192/+190
* Avoid core dump on symcomp("").Guido van Rossum1996-06-111-1/+5
* explicitly init flags in methodlistsGuido van Rossum1995-02-191-5/+5
* use Py_CHARMASKGuido van Rossum1995-02-101-2/+2
* mem leakGuido van Rossum1995-01-261-0/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-19/+191
* Extensive changes to regex module (group(), casefold, etc.)Guido van Rossum1993-02-231-12/+46
* * regexmodule.c: added use of translation table, substring() method.Guido van Rossum1993-02-211-38/+117
* Improve check for offset out of rangeGuido van Rossum1992-09-031-4/+8
* Remove redundant varsGuido van Rossum1992-03-271-2/+0
* Fix range error (doc and impl of re_search disagreed!)Guido van Rossum1992-01-271-29/+32
* Make "range" one smaller (discrepancy between doc and source for regex.c!).Guido van Rossum1992-01-261-1/+1
* Use Tatu Ylonen's copyleft-free reimplementation ofGuido van Rossum1992-01-191-2/+3
* 'regs' is a read-only data member, not a function.Guido van Rossum1992-01-011-14/+8
* Initial revisionGuido van Rossum1991-12-301-0/+306