summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modified the encode interfaces of all builtin codecs to acceptMarc-André Lemburg2000-07-051-50/+105
* check for Pth *after* the standard system threading libraries. Pth shouldGreg Stein2000-07-052-71/+71
* Added new .isalpha() and .isalnum() methods which provide interfacesMarc-André Lemburg2000-07-051-0/+66
* Added new lookup API which matches all alphabetic Unicode characters,Marc-André Lemburg2000-07-051-0/+5295
* Added new .isalpha() and .isalnum() methods to match the sameMarc-André Lemburg2000-07-051-0/+68
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-052-0/+31
* Modified the ISALPHA and ISALNUM macros to use the new lookup APIsMarc-André Lemburg2000-07-051-5/+8
* Added #defines to enable SUSv2 compatibility where available andMarc-André Lemburg2000-07-051-0/+10
* 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
* Created a new chapter on structured markup processing, including theFred Drake2000-07-053-4/+19
* Wrapped some long lines.Fred Drake2000-07-051-34/+48
* pyexpat.errors is a *strange* module!Fred Drake2000-07-041-14/+15
* Evt moved to the core toolbox modules.Jack Jansen2000-07-042-1/+0
* Remove warning about local variable possibly being using uninitialized;Fred Drake2000-07-041-1/+1
* Removed Py_PROTO and switched to ANSI C declarations in the dictTim Peters2000-07-042-118/+48
* Fixes for compilation problems on Tru64 reported by Mark FavasAndrew M. Kuchling2000-07-041-16/+16
* 2 fixes plus one extension:Sjoerd Mullender2000-07-041-6/+6
* Fixed symbol search for defining NSIG. It now also checks _NSIGMarc-André Lemburg2000-07-041-5/+9
* Bill Tutt:Marc-André Lemburg2000-07-041-6/+29
* libinstall: For the first bytecode compilation pass, use -tt instead ofFred Drake2000-07-041-1/+1
* 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