summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Used original SAX handling form.Paul Prescod2000-07-043-15/+14
* Removed some tabs.Paul Prescod2000-07-041-6/+6
* PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...Jack Jansen2000-07-032-2/+2
* Squash signed-vs-unsigned warning. Also edits to bring into lineTim Peters2000-07-031-14/+33
* Typo repair in docstring -- my fault.Tim Peters2000-07-031-1/+1
* Include limits.h if we have it.Jack Jansen2000-07-035-0/+15
* Mac only: two epoch problem workarounds are no longer needed for GUSIJack Jansen2000-07-031-2/+2
* - fixed grouping error bugFredrik Lundh2000-07-036-31/+55
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-035-103/+137
* ANSI-fication, remove Py_PROTO, etc.Fred Drake2000-07-031-84/+74
* Andrew Kuchling <akuchlin@mems-exchange.org>:Fred Drake2000-07-031-1/+1
* Compute the name of the test file so that it can be found both when thisFred Drake2000-07-031-2/+12
* get_starttag_text(): Document this method.Fred Drake2000-07-031-0/+8
* Fix bug #379, reported by Phillip Porch <root@theproch.com>:Fred Drake2000-07-031-1/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-07-031-1/+9
* Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macrosMarc-André Lemburg2000-07-031-0/+11
* If auto-conversion fails, the Unicode codecs will return NULL.Marc-André Lemburg2000-07-031-11/+13
* Eric S. Raymond <esr@thyrsus.com>:Fred Drake2000-07-032-45/+70
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-07-031-8/+106
* 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
* Tim-blessed documentation for math.frexp().Fred Drake2000-07-031-6/+6
* Checked in a wrong version.Tim Peters2000-07-021-2/+2
* The example_nt directory was old enough to vote. Frank StajanoTim Peters2000-07-024-419/+152
* - 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-024-13/+38
* Repair docs for math.frexp (they were wrong).Tim Peters2000-07-021-1/+3
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-027-20/+95
* Typo (mine): Garsholm --> GarsholFred Drake2000-07-021-1/+1
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-025-63/+182
* - fixed "{ in any other context" bugFredrik Lundh2000-07-012-13/+19
* test(): Removed; regression test is in test.test_winreg2, not testreg.Fred Drake2000-07-011-2/+0
* Typo repair.Tim Peters2000-07-011-1/+1
* 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-015-8/+15
* others --> other's (possessive)Fred Drake2000-07-011-1/+1
* Send a "ARTICLE" --> Send an "ARTICLE"Fred Drake2000-07-011-1/+1
* Added more changes from /FAndrew M. Kuchling2000-07-011-2/+11
* Added minidom tests.Paul Prescod2000-07-013-0/+500
* a minimal test app to show how to build a standalone app with WJust van Rossum2000-07-011-0/+20
* changed repr and str to always convert unicode stringsFredrik Lundh2000-07-011-0/+16
* added clearkey = '\033'Just van Rossum2000-07-011-1/+1
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
* Tightened xml.sax.__init__.pyPaul Prescod2000-07-011-5/+5
* Changes from Moshe:Andrew M. Kuchling2000-07-011-19/+19
* 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