| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch from Rene Liebscher, tweaked by me: | Greg Ward | 2000-08-01 | 1 | -44/+41 |
|
|
* | As requested by Fred - mention that in the future a winreg module may make a ... | Mark Hammond | 2000-08-01 | 1 | -2/+3 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 6 | -68/+105 |
|
|
* | My fix to the URL accidentally also switched back to the "pre" module. | Guido van Rossum | 2000-08-01 | 1 | -2/+2 |
|
|
* | -- fixed width calculations for alternations | Fredrik Lundh | 2000-08-01 | 4 | -35/+199 |
|
|
* | Removed decl of unreferenced vrbl. | Tim Peters | 2000-08-01 | 1 | -1/+0 |
|
|
* | Replace the jitterbug page with the SF Bug Tracker page. | Guido van Rossum | 2000-08-01 | 1 | -3/+3 |
|
|
* | Of course, you meant "#if 0" and not "#ifdef 0". :) | Guido van Rossum | 2000-08-01 | 1 | -1/+1 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 7 | -536/+370 |
|
|
* | Include the dependence of sysmodule on the patchlevel.h include, so | Fred Drake | 2000-08-01 | 1 | -1/+1 |
|
|
* | add support for HTTPS | Jeremy Hylton | 2000-08-01 | 1 | -16/+27 |
|
|
* | Guido said this is food for the beta-testers<wink> | Peter Schneider-Kamp | 2000-08-01 | 1 | -0/+5 |
|
|
* | somehow the 'Total Keys=1' disappears. No other changes. | Guido van Rossum | 2000-08-01 | 1 | -23/+0 |
|
|
* | -- SRE 0.9.8: now that the bug is fixed, I might as well enable | Fredrik Lundh | 2000-08-01 | 1 | -4/+2 |
|
|
* | -- SRE 0.9.8: updated test scripts | Fredrik Lundh | 2000-08-01 | 3 | -21/+6 |
|
|
* | Update e-mail address | Andrew M. Kuchling | 2000-08-01 | 1 | -1/+1 |
|
|
* | Added Python function to emulate the ncurses has_key() function. | Andrew M. Kuchling | 2000-08-01 | 2 | -0/+197 |
|
|
* | fixing a minor spelling mistake | Peter Schneider-Kamp | 2000-08-01 | 1 | -1/+1 |
|
|
* | Add magic to replace the xml package with _xmlplus at import time. | Fred Drake | 2000-08-01 | 1 | -1/+11 |
|
|
* | Rename the "parser" package to "parsers" to be compatible with the PyXML | Fred Drake | 2000-07-31 | 1 | -0/+0 |
|
|
* | Stop lying about [].pop() being experimental! There is no backing it out | Fred Drake | 2000-07-31 | 1 | -4/+3 |
|
|
* | patch from Vladimir (move Py_Mem* interface to Include/pymem.h) | Peter Schneider-Kamp | 2000-07-31 | 10 | -177/+221 |
|
|
* | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
|
|
* | Two more cases of GUSI2 include access paths not being correct (reveiled by t... | Jack Jansen | 2000-07-31 | 2 | -0/+0 |
|
|
* | replaced PyArgs_Parse by PyArgs_ParseTuple | Peter Schneider-Kamp | 2000-07-31 | 1 | -34/+39 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 4 | -74/+233 |
|
|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -4/+5 |
|
|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
|
|
* | A different solution for Patch #100979: support for out-of-tree "make TAGS" | Guido van Rossum | 2000-07-31 | 1 | -3/+6 |
|
|
* | Organized a little bit; merged in some items from the 1.5.2p2 branch that | Fred Drake | 2000-07-31 | 1 | -16/+46 |
|
|
* | Update to indicate the appropriate version of LaTeX2HTML. Update pointer | Fred Drake | 2000-07-31 | 1 | -8/+6 |
|
|
* | Many changes to work with newer versions of LaTeX2HTML. This has been | Fred Drake | 2000-07-31 | 1 | -208/+129 |
|
|
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 2 | -3/+8 |
|
|
* | Two minor nits from Gerry Weiner (no working email address) about | Fred Drake | 2000-07-31 | 1 | -3/+3 |
|
|
* | Always pass the split level to LaTeX2HTML as a command line option since | Fred Drake | 2000-07-31 | 1 | -4/+4 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 31 | -51/+341 |
|
|
* | Update, 'cause Guido said it should be this way. | Fred Drake | 2000-07-31 | 1 | -4/+4 |
|
|
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
|
|
* | More Windows changes. | Mark Hammond | 2000-07-30 | 1 | -24/+38 |
|
|
* | Fixes for Windows (but also tested on Linux). Test suite now completes, and ... | Mark Hammond | 2000-07-30 | 1 | -6/+46 |
|
|
* | Test that after resizing the mmap'd file, we can't seek beyond the new size. | Mark Hammond | 2000-07-30 | 1 | -1/+8 |
|
|
* | Catch syntax errors from processing template lines and turn them into | Greg Ward | 2000-07-30 | 1 | -2/+9 |
|
|
* | Added list-like methods: 'append()', 'extend()', 'sort()'. | Greg Ward | 2000-07-30 | 1 | -14/+46 |
|
|
* | Replaced 'self.files' with 'self.filelist': now we carry around a FileList | Greg Ward | 2000-07-30 | 1 | -54/+38 |
|
|
* | The other half of Rene Liebscher's patch to add the Template class, | Greg Ward | 2000-07-30 | 1 | -305/+15 |
|
|
* | Typo fix. | Greg Ward | 2000-07-30 | 1 | -1/+1 |
|
|
* | Added DistutilsTemplateError. | Greg Ward | 2000-07-30 | 1 | -0/+3 |
|
|
* | Ditched the unused 'recursive_exclude_pattern()' method. | Greg Ward | 2000-07-30 | 1 | -24/+0 |
|
|
* | Renamed 'select_pattern()' to 'include_pattern()'. | Greg Ward | 2000-07-30 | 1 | -15/+16 |
|
|