summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Add unsupported variable EXE which can be set to .exe on systems whereGuido van Rossum1997-08-221-1/+4
* Added configuration tests for presence of alarm(), pause(), and getpwent()Guido van Rossum1997-08-222-4/+8
* Removed JF's dollar-Log-dollar RCS turd that caused compilation toBarry Warsaw1997-08-211-52/+0
* Remove redundant decl for PyOS_InputHook.Guido van Rossum1997-08-211-3/+0
* Added /**/ around #end tagsGuido van Rossum1997-08-212-2/+5
* Must remove conflicting files from archiveGuido van Rossum1997-08-211-4/+6
* Globally renamed join() to joinpath() to avoid compilation error on Cray.Guido van Rossum1997-08-201-22/+22
* Renamed strndup to pystrndup, to avoid conflicting prototypeGuido van Rossum1997-08-201-5/+9
* When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o.Guido van Rossum1997-08-201-3/+4
* Alas, the thread support for Tk didn't work. Withdraw it, until IGuido van Rossum1997-08-191-0/+4
* Moved inclusion of PURIFY in LINKCC to configureGuido van Rossum1997-08-181-1/+1
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-184-32/+32
* DeleteTimerHandler was accidentally #ifdef'ed out for macintosh withGuido van Rossum1997-08-181-3/+0
* When making all, don't make sharedmods. That's now called separatelyGuido van Rossum1997-08-181-1/+1
* Use a trick to make the test for GMP v2 to work when GMP v1 definesGuido van Rossum1997-08-171-1/+1
* Different strategy regarding whether to declare getrusage() andGuido van Rossum1997-08-171-11/+9
* Last minute changes for \B. AMK.Guido van Rossum1997-08-151-2/+2
* Keep gcc -Wall happyGuido van Rossum1997-08-153-2/+2
* Added std copyright notice.Guido van Rossum1997-08-151-0/+31
* Fixed refcount bug (thank you, Purify and AMK).Guido van Rossum1997-08-141-0/+1
* Several bug fixes.Jeremy Hylton1997-08-141-52/+70
* Added a bunch of XXX comments about things I'd like to see changed...Guido van Rossum1997-08-141-1/+8
* Merge Mac and Windows mods (which mostly affect the same problem -- noGuido van Rossum1997-08-141-9/+32
* Use _Py_re_match/search instead of re_match/search; these may becomeGuido van Rossum1997-08-141-2/+3
* Many changes.Jeremy Hylton1997-08-131-98/+82
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-134-100/+169
* Must update the available space in the output buffer afterJeremy Hylton1997-08-131-0/+3
* Fix bug with \< (AMK).Guido van Rossum1997-08-131-1/+1
* Changes by AMK:Guido van Rossum1997-08-131-1/+527
* Add syntax for hex,octalGuido van Rossum1997-08-132-1/+9
* cPickle release 0.3 from Jim FultonGuido van Rossum1997-08-132-169/+220
* Megapatch for IRIX 6 by Sjoerd.Guido van Rossum1997-08-121-338/+1599
* Added buffer_info() method that returns address and length in bytes ofGuido van Rossum1997-08-121-0/+10
* Renamed Py_input_hook to PyOS_InputHook.Guido van Rossum1997-08-112-5/+5
* Added O_BINARY and O_TEXT (for Windows).Guido van Rossum1997-08-081-0/+6
* Rather unsatisfactory temporary hack to get it to runGuido van Rossum1997-08-071-0/+10
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-065-536/+4
* Attempt to import readline at interactive startup.Guido van Rossum1997-08-051-0/+8
* New mechanism for GNU readline interface, via moduleGuido van Rossum1997-08-053-9/+135
* Add pointer to new BSDDB module.Guido van Rossum1997-08-051-0/+3
* purported linux portability patch (Oliver Andrich)Guido van Rossum1997-08-051-0/+4
* Py_Cleanup() is now Py_Finalize().Guido van Rossum1997-08-051-1/+1
* Plug memory leak (DECREF doc string properly after inserting in dict).Guido van Rossum1997-08-041-0/+1
* Oops, one more checkin. Use the new tstate/interp interface.Guido van Rossum1997-08-021-1/+2
* Add finialization routines; fixed some memory leaks related to this.Guido van Rossum1997-08-021-4/+35
* Free the malloc'ed buffer that holds the command once we're done with it.Guido van Rossum1997-08-021-2/+3
* Add a simple way to enable purify; now you can set the Make variableGuido van Rossum1997-08-021-1/+1
* Functionality enhancement: allow other threads to use Tk commandsGuido van Rossum1997-08-021-243/+211
* Compatibility with Tcl/Tk 8.0b*.Guido van Rossum1997-08-011-14/+28
* Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}.Guido van Rossum1997-07-311-0/+25