summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-033-40/+51
* Compute the name of the test file so that it can be found both when thisFred Drake2000-07-031-2/+12
* Fix bug #379, reported by Phillip Porch <root@theproch.com>:Fred Drake2000-07-031-1/+1
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-031-9/+21
* cmpfiles(): Added shallow and use_statcache parameters, with same meaningsFred Drake2000-07-031-14/+13
* Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>:Fred Drake2000-07-031-40/+9
* - changed sre.Scanner to use lastindex instead of index.Fredrik Lundh2000-07-021-2/+2
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-022-1/+9
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-024-1/+51
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-023-28/+116
* - fixed "{ in any other context" bugFredrik Lundh2000-07-011-12/+15
* test(): Removed; regression test is in test.test_winreg2, not testreg.Fred Drake2000-07-011-2/+0
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
* Removed unncessary dependency.Paul Prescod2000-07-011-1/+1
* Fixed test outputPaul Prescod2000-07-011-0/+1
* today's SRE update:Fredrik Lundh2000-07-014-4/+4
* Added minidom tests.Paul Prescod2000-07-013-0/+500
* Tightened xml.sax.__init__.pyPaul Prescod2000-07-011-5/+5
* getatime() returned the mtime instead of the atime.Guido van Rossum2000-07-012-2/+2
* Fix bug #314, reported by Craig Allen <cba@mediaone.net>:Fred Drake2000-07-011-1/+1
* Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:Fred Drake2000-07-011-1/+1
* Reference cycle fixesPaul Prescod2000-07-014-144/+144
* the usualGuido van Rossum2000-07-012-12/+14
* output for openpty testGuido van Rossum2000-07-011-0/+2
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-302-0/+97
* - fixed code generation error in multiline modeFredrik Lundh2000-06-302-7/+8
* replaced <some suitable mail address> with something slightlyFredrik Lundh2000-06-301-4/+25
* Ooops! I didn't finish all the renaming needed here, so this wasFred Drake2000-06-301-36/+36
* Output for test_winreg2.Fred Drake2000-06-301-0/+1
* Simplify the registry-module-finding code: _winreg or win32api/win32con.Greg Ward2000-06-301-4/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-301-0/+341
* Line-wrap and properly indent a couple of docstrings.Fred Drake2000-06-301-3/+6
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-303-6/+6
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Switch to sre for regular expression matching (the new mini-re moduleGuido van Rossum2000-06-303-654/+665
* the usualGuido van Rossum2000-06-304-572/+713
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-302-23/+0
* the mad patcher strikes again:Fredrik Lundh2000-06-304-41/+49
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-304-61/+93
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+52
* New test for the ucnhash module.Marc-André Lemburg2000-06-301-0/+82
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-74/+0
* - added support for (?P=name)Fredrik Lundh2000-06-302-6/+17
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-304-587/+587
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-303-1/+400
* Describe a bit about writing test cases for Python...Skip Montanaro2000-06-301-0/+77