| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added std copyright notice. | Guido van Rossum | 1997-08-15 | 1 | -0/+31 |
|
|
* | Fixed refcount bug (thank you, Purify and AMK). | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
|
|
* | Several bug fixes. | Jeremy Hylton | 1997-08-14 | 1 | -52/+70 |
|
|
* | Added a bunch of XXX comments about things I'd like to see changed... | Guido van Rossum | 1997-08-14 | 1 | -1/+8 |
|
|
* | Merge Mac and Windows mods (which mostly affect the same problem -- no | Guido van Rossum | 1997-08-14 | 1 | -9/+32 |
|
|
* | Use _Py_re_match/search instead of re_match/search; these may become | Guido van Rossum | 1997-08-14 | 1 | -2/+3 |
|
|
* | Many changes. | Jeremy Hylton | 1997-08-13 | 1 | -98/+82 |
|
|
* | 1.5a3 prerelease 1 from AMK | Guido van Rossum | 1997-08-13 | 4 | -100/+169 |
|
|
* | Must update the available space in the output buffer after | Jeremy Hylton | 1997-08-13 | 1 | -0/+3 |
|
|
* | Fix bug with \< (AMK). | Guido van Rossum | 1997-08-13 | 1 | -1/+1 |
|
|
* | Changes by AMK: | Guido van Rossum | 1997-08-13 | 1 | -1/+527 |
|
|
* | Add syntax for hex,octal | Guido van Rossum | 1997-08-13 | 2 | -1/+9 |
|
|
* | cPickle release 0.3 from Jim Fulton | Guido van Rossum | 1997-08-13 | 2 | -169/+220 |
|
|
* | Megapatch for IRIX 6 by Sjoerd. | Guido van Rossum | 1997-08-12 | 1 | -338/+1599 |
|
|
* | Added buffer_info() method that returns address and length in bytes of | Guido van Rossum | 1997-08-12 | 1 | -0/+10 |
|
|
* | Renamed Py_input_hook to PyOS_InputHook. | Guido van Rossum | 1997-08-11 | 2 | -5/+5 |
|
|
* | Added O_BINARY and O_TEXT (for Windows). | Guido van Rossum | 1997-08-08 | 1 | -0/+6 |
|
|
* | Rather unsatisfactory temporary hack to get it to run | Guido van Rossum | 1997-08-07 | 1 | -0/+10 |
|
|
* | New version of Vladimir Marangozov's AIX hacks -- simpler etc. | Guido van Rossum | 1997-08-06 | 5 | -536/+4 |
|
|
* | Attempt to import readline at interactive startup. | Guido van Rossum | 1997-08-05 | 1 | -0/+8 |
|
|
* | New mechanism for GNU readline interface, via module | Guido van Rossum | 1997-08-05 | 3 | -9/+135 |
|
|
* | Add pointer to new BSDDB module. | Guido van Rossum | 1997-08-05 | 1 | -0/+3 |
|
|
* | purported linux portability patch (Oliver Andrich) | Guido van Rossum | 1997-08-05 | 1 | -0/+4 |
|
|
* | Py_Cleanup() is now Py_Finalize(). | Guido van Rossum | 1997-08-05 | 1 | -1/+1 |
|
|
* | Plug memory leak (DECREF doc string properly after inserting in dict). | Guido van Rossum | 1997-08-04 | 1 | -0/+1 |
|
|
* | Oops, one more checkin. Use the new tstate/interp interface. | Guido van Rossum | 1997-08-02 | 1 | -1/+2 |
|
|
* | Add finialization routines; fixed some memory leaks related to this. | Guido van Rossum | 1997-08-02 | 1 | -4/+35 |
|
|
* | Free the malloc'ed buffer that holds the command once we're done with it. | Guido van Rossum | 1997-08-02 | 1 | -2/+3 |
|
|
* | Add a simple way to enable purify; now you can set the Make variable | Guido van Rossum | 1997-08-02 | 1 | -1/+1 |
|
|
* | Functionality enhancement: allow other threads to use Tk commands | Guido van Rossum | 1997-08-02 | 1 | -243/+211 |
|
|
* | Compatibility with Tcl/Tk 8.0b*. | Guido van Rossum | 1997-08-01 | 1 | -14/+28 |
|
|
* | Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. | Guido van Rossum | 1997-07-31 | 1 | -0/+25 |
|
|
* | Moved the special compile of getbuildno.o to ../Makefile.in. | Guido van Rossum | 1997-07-25 | 1 | -8/+1 |
|
|
* | Removed remaining support for Tk versions below 4.0. | Guido van Rossum | 1997-07-19 | 1 | -28/+7 |
|
|
* | Adapted to new build procedure (hopefully correct -- can't test it!). | Guido van Rossum | 1997-07-19 | 1 | -5/+5 |
|
|
* | Removed a bunch of extern declarations of functions that are now | Guido van Rossum | 1997-07-19 | 1 | -6/+0 |
|
|
* | New build procedure. | Guido van Rossum | 1997-07-19 | 1 | -26/+28 |
|
|
* | This is now the "real" main program -- it calls Py_Main(argc, argv) | Guido van Rossum | 1997-07-19 | 1 | -0/+10 |
|
|
* | This is no longer the real main program; it now defines Py_Main(), so | Guido van Rossum | 1997-07-19 | 1 | -30/+7 |
|
|
* | Use the new functions PyEval_AcquireThread() and | Guido van Rossum | 1997-07-18 | 1 | -5/+3 |
|
|
* | Patches by AMK to check that the db is still open. | Guido van Rossum | 1997-07-17 | 3 | -0/+54 |
|
|
* | Add 'return' keyword before error calls. | Guido van Rossum | 1997-07-17 | 1 | -8/+8 |
|
|