| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix to bug #389: | Marc-André Lemburg | 2000-07-05 | 1 | -4/+4 |
|
|
* | Remove definition of _GNU_SOURCE, since Python.h now does it for us | Andrew M. Kuchling | 2000-07-05 | 1 | -5/+0 |
|
|
* | Modified the encode interfaces of all builtin codecs to accept | Marc-André Lemburg | 2000-07-05 | 1 | -50/+105 |
|
|
* | check for Pth *after* the standard system threading libraries. Pth should | Greg Stein | 2000-07-05 | 2 | -71/+71 |
|
|
* | Added new .isalpha() and .isalnum() methods which provide interfaces | Marc-André Lemburg | 2000-07-05 | 1 | -0/+66 |
|
|
* | Added new lookup API which matches all alphabetic Unicode characters, | Marc-André Lemburg | 2000-07-05 | 1 | -0/+5295 |
|
|
* | Added new .isalpha() and .isalnum() methods to match the same | Marc-André Lemburg | 2000-07-05 | 1 | -0/+68 |
|
|
* | Added tests for the new .isalpha() and .isalnum() methods. | Marc-André Lemburg | 2000-07-05 | 2 | -0/+31 |
|
|
* | Modified the ISALPHA and ISALNUM macros to use the new lookup APIs | Marc-André Lemburg | 2000-07-05 | 1 | -5/+8 |
|
|
* | Added #defines to enable SUSv2 compatibility where available and | Marc-André Lemburg | 2000-07-05 | 1 | -0/+10 |
|
|
* | Fixed so the ZIP file (which is bundled into an executable) goes in the | Greg Ward | 2000-07-05 | 1 | -4/+13 |
|
|
* | Added --dist-dir option to control where output archive(s) go. | Greg Ward | 2000-07-05 | 1 | -1/+7 |
|
|
* | Added the --dist-dir option that the "bdist_*" will use to control where | Greg Ward | 2000-07-05 | 1 | -0/+7 |
|
|
* | Added the --dist-dir option to control where the archive(s) are put; | Greg Ward | 2000-07-05 | 1 | -1/+11 |
|
|
* | Created a new chapter on structured markup processing, including the | Fred Drake | 2000-07-05 | 3 | -4/+19 |
|
|
* | Wrapped some long lines. | Fred Drake | 2000-07-05 | 1 | -34/+48 |
|
|
* | pyexpat.errors is a *strange* module! | Fred Drake | 2000-07-04 | 1 | -14/+15 |
|
|
* | Evt moved to the core toolbox modules. | Jack Jansen | 2000-07-04 | 2 | -1/+0 |
|
|
* | Remove warning about local variable possibly being using uninitialized; | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Removed Py_PROTO and switched to ANSI C declarations in the dict | Tim Peters | 2000-07-04 | 2 | -118/+48 |
|
|
* | Fixes for compilation problems on Tru64 reported by Mark Favas | Andrew M. Kuchling | 2000-07-04 | 1 | -16/+16 |
|
|
* | 2 fixes plus one extension: | Sjoerd Mullender | 2000-07-04 | 1 | -6/+6 |
|
|
* | Fixed symbol search for defining NSIG. It now also checks _NSIG | Marc-André Lemburg | 2000-07-04 | 1 | -5/+9 |
|
|
* | Bill Tutt: | Marc-André Lemburg | 2000-07-04 | 1 | -6/+29 |
|
|
* | libinstall: For the first bytecode compilation pass, use -tt instead of | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Used original SAX handling form. | Paul Prescod | 2000-07-04 | 3 | -15/+14 |
|
|
* | Removed some tabs. | Paul Prescod | 2000-07-04 | 1 | -6/+6 |
|
|
* | PyMac_FindModuleExtension now uses a size_t as its size parameter for compati... | Jack Jansen | 2000-07-03 | 2 | -2/+2 |
|
|
* | Squash signed-vs-unsigned warning. Also edits to bring into line | Tim Peters | 2000-07-03 | 1 | -14/+33 |
|
|
* | Typo repair in docstring -- my fault. | Tim Peters | 2000-07-03 | 1 | -1/+1 |
|
|
* | Include limits.h if we have it. | Jack Jansen | 2000-07-03 | 5 | -0/+15 |
|
|
* | Mac only: two epoch problem workarounds are no longer needed for GUSI | Jack Jansen | 2000-07-03 | 1 | -2/+2 |
|
|
* | - fixed grouping error bug | Fredrik Lundh | 2000-07-03 | 6 | -31/+55 |
|
|
* | - added lookbehind support (?<=pattern), (?<!pattern). | Fredrik Lundh | 2000-07-03 | 5 | -103/+137 |
|
|
* | ANSI-fication, remove Py_PROTO, etc. | Fred Drake | 2000-07-03 | 1 | -84/+74 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-07-03 | 1 | -1/+1 |
|
|
* | Compute the name of the test file so that it can be found both when this | Fred Drake | 2000-07-03 | 1 | -2/+12 |
|
|
* | get_starttag_text(): Document this method. | Fred Drake | 2000-07-03 | 1 | -0/+8 |
|
|
* | Fix bug #379, reported by Phillip Porch <root@theproch.com>: | Fred Drake | 2000-07-03 | 1 | -1/+1 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-07-03 | 1 | -1/+9 |
|
|
* | Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros | Marc-André Lemburg | 2000-07-03 | 1 | -0/+11 |
|
|
* | If auto-conversion fails, the Unicode codecs will return NULL. | Marc-André Lemburg | 2000-07-03 | 1 | -11/+13 |
|
|
* | Eric S. Raymond <esr@thyrsus.com>: | Fred Drake | 2000-07-03 | 2 | -45/+70 |
|
|
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-07-03 | 1 | -8/+106 |
|
|
* | cmpfiles(): Added shallow and use_statcache parameters, with same meanings | Fred Drake | 2000-07-03 | 1 | -14/+13 |
|
|
* | Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: | Fred Drake | 2000-07-03 | 1 | -40/+9 |
|
|
* | Tim-blessed documentation for math.frexp(). | Fred Drake | 2000-07-03 | 1 | -6/+6 |
|
|
* | Checked in a wrong version. | Tim Peters | 2000-07-02 | 1 | -2/+2 |
|
|
* | The example_nt directory was old enough to vote. Frank Stajano | Tim Peters | 2000-07-02 | 4 | -419/+152 |
|
|
* | - changed sre.Scanner to use lastindex instead of index. | Fredrik Lundh | 2000-07-02 | 1 | -2/+2 |
|
|