| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 'debug_print()'. | Greg Ward | 2000-08-04 | 1 | -0/+5 |
|
|
* | Rewrote 'find_library_file()' much more cleanly (and consistently with | Greg Ward | 2000-08-04 | 1 | -18/+16 |
|
|
* | Added 'debug' flag to 'find_library_file()', and changed code to handle it. | Greg Ward | 2000-08-04 | 1 | -6/+11 |
|
|
* | Added 'debug' flag to 'find_library_file()'. | Greg Ward | 2000-08-04 | 2 | -4/+6 |
|
|
* | test the non-multipart sections of the cgi module | Jeremy Hylton | 2000-08-03 | 2 | -0/+196 |
|
|
* | Remove very long doc string (it's all in the docs) | Jeremy Hylton | 2000-08-03 | 1 | -399/+3 |
|
|
* | add a bit more legal junk | Greg Stein | 2000-08-03 | 1 | -8/+16 |
|
|
* | Checking in empty tests for urlparse, as future place holders | Moshe Zadka | 2000-08-03 | 2 | -0/+1 |
|
|
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 2 | -0/+11 |
|
|
* | Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc | Barry Warsaw | 2000-08-03 | 1 | -12/+23 |
|
|
* | Added output for testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+1 |
|
|
* | Added testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+36 |
|
|
* | Comment out repeated-group test for the moment | Andrew M. Kuchling | 2000-08-03 | 1 | -1/+1 |
|
|
* | Add nasty test case that overflows the stack with a repeated group | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+4 |
|
|
* | Typo fix. | Greg Ward | 2000-08-02 | 1 | -1/+1 |
|
|
* | Added 'wininst' to the 'format_commands' list, so it's included in | Greg Ward | 2000-08-02 | 1 | -3/+6 |
|
|
* | Added 'execute()' method, a thin wrapper around 'util.execute() (just like | Greg Ward | 2000-08-02 | 1 | -1/+4 |
|
|
* | Replaced 'execute()' method with a thin wrapper around 'util.execute()'. | Greg Ward | 2000-08-02 | 1 | -25/+1 |
|
|
* | Added the 'execute()' function (moved here from cmd.py with minor tweakage). | Greg Ward | 2000-08-02 | 1 | -0/+26 |
|
|
* | Rene Liebscher: fix 'skipping byte-compilation' message for grammatical | Greg Ward | 2000-08-02 | 1 | -1/+1 |
|
|
* | Latest version from Rene Liebscher; major changes: | Greg Ward | 2000-08-02 | 1 | -107/+230 |
|
|
* | Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. | Greg Ward | 2000-08-02 | 1 | -17/+1 |
|
|
* | Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. | Greg Ward | 2000-08-02 | 1 | -13/+30 |
|
|
* | Patch from Rene Liebscher. Some ugly changes, but supposedly this makes | Greg Ward | 2000-08-02 | 1 | -29/+70 |
|
|
* | Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. | Greg Ward | 2000-08-02 | 1 | -10/+0 |
|
|
* | Removed 'export_symbol_file'. | Greg Ward | 2000-08-02 | 1 | -8/+1 |
|
|
* | Ditched some debugging prints. | Greg Ward | 2000-08-02 | 1 | -3/+0 |
|
|
* | Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that | Greg Ward | 2000-08-02 | 1 | -1/+13 |
|
|
* | Patch from Rene Liebscher, tweaked by me: | Greg Ward | 2000-08-01 | 1 | -44/+41 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 4 | -28/+33 |
|
|
* | 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 | 2 | -7/+8 |
|
|
* | Replace the jitterbug page with the SF Bug Tracker page. | Guido van Rossum | 2000-08-01 | 1 | -3/+3 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 4 | -55/+46 |
|
|
* | add support for HTTPS | Jeremy Hylton | 2000-08-01 | 1 | -16/+27 |
|
|
* | -- 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 |
|
|
* | Added Python function to emulate the ncurses has_key() function. | Andrew M. Kuchling | 2000-08-01 | 2 | -0/+197 |
|
|
* | 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 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -0/+40 |
|
|
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
|
|
* | 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 |
|
|