summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Added a global 'stdwin is active' flag.Jack Jansen1995-01-261-0/+3
* uname 64-bit fixGuido van Rossum1995-01-261-1/+4
* unused varsGuido van Rossum1995-01-261-2/+1
* mem leakGuido van Rossum1995-01-261-0/+1
* fix leaksGuido van Rossum1995-01-221-12/+23
* make routines staticGuido van Rossum1995-01-221-5/+5
* cleanupGuido van Rossum1995-01-221-4/+0
* create $(DESTSHARED) library if neededGuido van Rossum1995-01-221-1/+4
* rename sigcheck so signal handling works againGuido van Rossum1995-01-221-1/+1
* Made some more things static, and other cleanup for new naming schemeGuido van Rossum1995-01-175-11/+10
* added $& to $(LIB) target for SequentGuido van Rossum1995-01-171-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-10/+10
* cosmeticsGuido van Rossum1995-01-123-3/+5
* rearrange declarations somewhatGuido van Rossum1995-01-121-11/+11
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-108-30/+23
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-102-2/+24
* added interface to Tk_DoOneEvent (R Lindsay Todd)Guido van Rossum1995-01-101-0/+34
* better test for existence of hstrerror()Guido van Rossum1995-01-101-2/+2
* added bufsize parameter to fdopen and popenGuido van Rossum1995-01-101-10/+19
* initmodule3 -> initmodule3Guido van Rossum1995-01-091-1/+2
* totally revampedGuido van Rossum1995-01-071-77/+112
* do not call newmethodobject directlyGuido van Rossum1995-01-071-5/+3
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Added 1995 to copyright message.Guido van Rossum1995-01-0439-92/+103
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-0218-85/+222
* Added missing initializationJack Jansen1994-12-141-1/+1
* added timer and file callbacks and global mainloop and quit fnsGuido van Rossum1994-11-101-2/+156
* don't use backslashes for continuation linesGuido van Rossum1994-11-101-5/+5
* don't fail moving empty list of shared modulesGuido van Rossum1994-11-101-1/+1
* clarificationsGuido van Rossum1994-10-201-13/+38
* add hypot()Guido van Rossum1994-10-201-0/+2
* always make sharedmodsGuido van Rossum1994-10-201-1/+1
* makesetup should use $cc not ccGuido van Rossum1994-10-201-1/+1
* distinguish between getpgrp and setpgrp arg requirementsGuido van Rossum1994-10-201-3/+3
* Free was called with a struct as argument instead of a field from theSjoerd Mullender1994-10-131-2/+2
* Escaped $(LDSHARED) in a string.Sjoerd Mullender1994-10-131-2/+2
* new styleGuido van Rossum1994-10-101-280/+279
* Add pointer to GPL-free MP libraryGuido van Rossum1994-10-061-1/+6
* Removed this module (will be distributed with Jack's package)Guido van Rossum1994-10-061-5/+0
* Fix getpythonpath() fix; never #include frozen.c.Guido van Rossum1994-10-051-4/+3
* Save static pointer to malloc'ed bufferGuido van Rossum1994-10-051-8/+8
* * Modules/xxmodule.c: integrated with xxobject.c by JackGuido van Rossum1994-09-293-13/+169
* Various layout changes; some extra warnings; for IRIX, IRIX 5 is the default.Guido van Rossum1994-09-211-18/+31
* Specified libraries for flmodule.Sjoerd Mullender1994-09-211-1/+1
* Put a comment start symbol at the start of a comment that lacked one.Sjoerd Mullender1994-09-151-1/+1
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-146-67/+20
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-122-2/+4
* If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender1994-09-121-0/+1
* Support shared library creation.Guido van Rossum1994-09-123-62/+128