| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 27 | -166/+78 |
|
|
* | Removed extern declaration of strdup(). Doesn't appear to be important and | Fred Drake | 1997-09-30 | 1 | -10/+0 |
|
|
* | Add an optional hack for threads in Tkinter. | Guido van Rossum | 1997-09-28 | 3 | -2/+1005 |
|
|
* | Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. | Guido van Rossum | 1997-09-28 | 1 | -1/+1 |
|
|
* | Changes submitted by Marc-Andre Lemburg to add two tables: errorcode | Guido van Rossum | 1997-09-28 | 1 | -368/+622 |
|
|
* | In whichmodule(), use __module__ if set. | Guido van Rossum | 1997-09-28 | 1 | -0/+4 |
|
|
* | Set the completer's word break characters appropriate for Python. | Guido van Rossum | 1997-09-26 | 1 | -0/+4 |
|
|
* | Reordered and reformatted, and added some cool new features: | Guido van Rossum | 1997-09-26 | 1 | -62/+183 |
|
|
* | Fix by Sjoerd: don't want to resize to zero length. | Guido van Rossum | 1997-09-22 | 1 | -2/+7 |
|
|
* | Move the "import readline" to an earlier place so it is also done when | Guido van Rossum | 1997-09-16 | 1 | -8/+10 |
|
|
* | Add strerror() interface. | Guido van Rossum | 1997-09-15 | 1 | -2/+30 |
|
|
* | Export names for the types defined by this module: TkappType and TkttType. | Guido van Rossum | 1997-09-13 | 1 | -0/+3 |
|
|
* | Indent the #error so that a strict K&R cpp doesn't complain. | Guido van Rossum | 1997-09-08 | 1 | -1/+1 |
|
|
* | Change the names of the subdirectories tkinter and stdwin to | Guido van Rossum | 1997-09-08 | 1 | -2/+2 |
|
|
* | Reverse the order in which Setup and Setup.local are passed to the | Guido van Rossum | 1997-09-07 | 1 | -1/+1 |
|
|
* | Contribution by Hannu Krosing (with some changes). | Guido van Rossum | 1997-09-05 | 1 | -0/+38 |
|
|
* | Don't use ANSI string literal concatenation (everything is K&R compatible). | Guido van Rossum | 1997-09-05 | 1 | -4/+4 |
|
|
* | Get rid of most silly #include and #ifdefs near the top; these are all | Guido van Rossum | 1997-09-05 | 1 | -55/+59 |
|
|
* | Several changes: | Jeremy Hylton | 1997-09-04 | 1 | -125/+188 |
|
|
* | Added first line to set Emacs makefile mode (pretty colors :-) | Barry Warsaw | 1997-09-04 | 1 | -0/+1 |
|
|
* | #Plug small memory leaks in constructors. | Guido van Rossum | 1997-09-03 | 3 | -6/+15 |
|
|
* | Plug small leaks: the [de]compress object itself was never freed. | Guido van Rossum | 1997-09-03 | 1 | -0/+2 |
|
|
* | Change [_Py_]re_compile_pattern() to return a char*. | Guido van Rossum | 1997-09-03 | 3 | -12/+12 |
|
|
* | Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 | Guido van Rossum | 1997-09-03 | 1 | -2/+4 |
|
|
* | Disable the portable multimedia modules (audioop, imageop, rgbimg) by | Guido van Rossum | 1997-09-03 | 1 | -4/+5 |
|
|
* | Fix the bug Jeremy was experiencing: both the close() and the | Guido van Rossum | 1997-09-03 | 1 | -4/+19 |
|
|
* | Added -X option to suppress default import of site.py. Also split the | Guido van Rossum | 1997-08-29 | 1 | -5/+13 |
|
|
* | Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so | Barry Warsaw | 1997-08-29 | 1 | -2/+3 |
|
|
* | Parse new command line option -X which enables exception classes. | Barry Warsaw | 1997-08-29 | 1 | -1/+6 |
|
|
* | Added (binaryfunc) casts to function pointers in method lists. | Guido van Rossum | 1997-08-28 | 1 | -4/+4 |
|
|
* | Some long variables should have been int to match the 'i' format specifier. | Guido van Rossum | 1997-08-28 | 1 | -3/+3 |
|
|
* | Ignore whitespace between formats (not internal to a count+format). | Guido van Rossum | 1997-08-26 | 1 | -0/+7 |
|
|
* | Add unsupported variable EXE which can be set to .exe on systems where | Guido van Rossum | 1997-08-22 | 1 | -1/+4 |
|
|
* | Added configuration tests for presence of alarm(), pause(), and getpwent() | Guido van Rossum | 1997-08-22 | 2 | -4/+8 |
|
|
* | Removed JF's dollar-Log-dollar RCS turd that caused compilation to | Barry Warsaw | 1997-08-21 | 1 | -52/+0 |
|
|
* | Remove redundant decl for PyOS_InputHook. | Guido van Rossum | 1997-08-21 | 1 | -3/+0 |
|
|
* | Added /**/ around #end tags | Guido van Rossum | 1997-08-21 | 2 | -2/+5 |
|
|
* | Must remove conflicting files from archive | Guido van Rossum | 1997-08-21 | 1 | -4/+6 |
|
|
* | Globally renamed join() to joinpath() to avoid compilation error on Cray. | Guido van Rossum | 1997-08-20 | 1 | -22/+22 |
|
|
* | Renamed strndup to pystrndup, to avoid conflicting prototype | Guido van Rossum | 1997-08-20 | 1 | -5/+9 |
|
|
* | When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o. | Guido van Rossum | 1997-08-20 | 1 | -3/+4 |
|
|
* | Alas, the thread support for Tk didn't work. Withdraw it, until I | Guido van Rossum | 1997-08-19 | 1 | -0/+4 |
|
|
* | Moved inclusion of PURIFY in LINKCC to configure | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
|
|
* | Casts by Jack to shut up the Mac compiler. | Guido van Rossum | 1997-08-18 | 4 | -32/+32 |
|
|
* | DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with | Guido van Rossum | 1997-08-18 | 1 | -3/+0 |
|
|
* | When making all, don't make sharedmods. That's now called separately | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
|
|
* | Use a trick to make the test for GMP v2 to work when GMP v1 defines | Guido van Rossum | 1997-08-17 | 1 | -1/+1 |
|
|
* | Different strategy regarding whether to declare getrusage() and | Guido van Rossum | 1997-08-17 | 1 | -11/+9 |
|
|
* | Last minute changes for \B. AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
|
|
* | Keep gcc -Wall happy | Guido van Rossum | 1997-08-15 | 3 | -2/+2 |
|
|