| Commit message (Expand) | Author | Age | Files | Lines |
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -5/+2 |
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -10/+8 |
* | Patch #477750: Use METH_ constants in Modules. | Martin v. Löwis | 2002-01-17 | 1 | -9/+9 |
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
* | initregex(): this function is declared void, so the recent change to | Tim Peters | 2001-07-09 | 1 | -1/+1 |
* | initregex(): Check return value of PyErr_Warn() and propagate the exception | Thomas Wouters | 2001-07-09 | 1 | -2/+4 |
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 1 | -1/+4 |
* | Adding a warning about the regex module. This is the first official | Guido van Rossum | 2000-12-19 | 1 | -0/+3 |
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
* | Fix mixed mallocs: re->re_patbuf.buffer is allocated with std malloc(). | Vladimir Marangozov | 2000-07-12 | 1 | -1/+1 |
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -47/+16 |
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+4 |
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -5/+5 |
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
* | Use the t# format where appropriate. Greg Stein. | Guido van Rossum | 1998-10-08 | 1 | -3/+3 |
* | 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 |