summaryrefslogtreecommitdiffstats
path: root/Lib/regexp.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-7/+1
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-3/+5
| | | | | | * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
* New == syntax; regs is no longer a method.Guido van Rossum1992-01-011-3/+3
|
* Initial revisionGuido van Rossum1991-12-301-0/+37