summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* delete bogus fileGuido van Rossum2000-07-071-246/+0
* Deleted bogus file.Guido van Rossum2000-07-071-946/+0
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-8/+11
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-072-20/+20
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-074-24/+24
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* Change whitespace in two places to silence tabnanny.Guido van Rossum2000-07-061-4/+4
* fixed indentation in several placesSkip Montanaro2000-07-061-19/+19
* fix indentation in one docstringSkip Montanaro2000-07-061-1/+1
* fix indentation in three docstringsSkip Montanaro2000-07-061-3/+3
* maintenance release:Fredrik Lundh2000-07-051-1/+3
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-052-0/+31
* Fixed so the ZIP file (which is bundled into an executable) goes in theGreg Ward2000-07-051-4/+13
* Added --dist-dir option to control where output archive(s) go.Greg Ward2000-07-051-1/+7
* Added the --dist-dir option that the "bdist_*" will use to control whereGreg Ward2000-07-051-0/+7
* Added the --dist-dir option to control where the archive(s) are put;Greg Ward2000-07-051-1/+11
* 2 fixes plus one extension:Sjoerd Mullender2000-07-041-6/+6
* Used original SAX handling form.Paul Prescod2000-07-043-15/+14
* Removed some tabs.Paul Prescod2000-07-041-6/+6
* - fixed grouping error bugFredrik Lundh2000-07-034-15/+19
* - 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