| Commit message (Expand) | Author | Age | Files | Lines |
* | Added #define for oldest version of argument calling | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+1 |
|
|
* | Add nasty test case that overflows the stack with a repeated group | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+4 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 12 | -108/+179 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 | Andrew M. Kuchling | 2000-08-03 | 1 | -12/+22 |
|
|
* | Rob Hooft <rob@hooft.net>: | Fred Drake | 2000-08-02 | 1 | -2/+8 |
|
|
* | Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. | Guido van Rossum | 2000-08-02 | 1 | -21/+27 |
|
|
* | Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal | Andrew M. Kuchling | 2000-08-02 | 1 | -1/+1 |
|
|
* | Adding a LICENSE file so we can have it in the 1.6 release. | Guido van Rossum | 2000-08-02 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|