summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | struct.
* 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
| | | | * Modules/(posix,socket}module.c: more NT changes
* 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
| | | | renaming hacks
* * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH forGuido van Rossum1994-09-122-2/+4
| | | | | | extensions; add -lm to math module definition * Modules/Makefile.pre.in: remove *.so and so_locations on clobber
* If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender1994-09-121-0/+1
| | | | but only if it does not end in a known suffix.
* Support shared library creation.Guido van Rossum1994-09-123-62/+128
|
* Steen Lumholt's termios interface.Guido van Rossum1994-09-121-0/+258
|
* Added _getpty interface.Guido van Rossum1994-09-121-0/+30
|
* Setup.in: added tkinter; rearranged the definition of PYTHONPATH soGuido van Rossum1994-09-075-198/+248
| | | | | | | | | | | | | | that the module-specific components are in the section for that module. cursesmodule.c: patched it so it actually works. tkintermodule.c: call Py_AtExit instead of atexit(). signalmodule.c: converted to new naming style; added BGN/END SAVE around pause() call. socketmodule.c: added setblocking() after Tommy Burnette.
* Added minmax function.Sjoerd Mullender1994-09-061-0/+27
|
* Lance's release 1.1 -- fixes some problems with 1.0Guido van Rossum1994-08-311-36/+52
|
* Release 1.0 by LanceGuido van Rossum1994-08-311-1/+131
|
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-304-217/+1496
| | | | | contributed a curses interface. Setup.in uses .c instead of .o now.
* * Modules/makesetup: bugfix: add objects from sources to OBJSGuido van Rossum1994-08-301-0/+3
|
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
|
* Move #endif for NTGuido van Rossum1994-08-291-1/+1
|
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-295-105/+128
| | | | | | | audioop.c: fix for MPW config.c.in: save original argc/argv for Lance rotormodule.c: new coding conventions timemodule.c: add casts for Lance
* * Modules/Setup.*: removed all except Setup.in (huh? I thoughtGuido van Rossum1994-08-232-2/+3
| | | | | | | | I'd done that already?!); disable gdbm by default * configure.in, */Makefile*.in: OPT can now be specified in the env at configure time and will then be put in all Makefiles as default * */Makefile*.in: remove lib*.a before adding to it
* * Modules/signalmodule.c: added pause().Guido van Rossum1994-08-231-1/+13
|
* * Modules/makesetup: support C++ files now; these should be givenGuido van Rossum1994-08-231-1/+36
| | | | | as file.C or file.cc or file.c++; C files can be given as file.c (instead of file.o, which is still supported)
* * Modules/posixmodule.c: some more NT changesGuido van Rossum1994-08-231-3/+20
|
* * Modules/config.c.in: change mac specific thingsGuido van Rossum1994-08-231-4/+6
|
* Move all code from version.c into config.cGuido van Rossum1994-08-192-2/+37
|
* Changes for MacGuido van Rossum1994-08-191-0/+4
|
* Changes to make it work and compile on NT, by Mark Hammond.Guido van Rossum1994-08-182-173/+185
| | | | (NT changes for posixmodule.c re-invented by Guido.)
* * Modules/stropmodule.c: implement find/rfind instead ofGuido van Rossum1994-08-171-8/+6
| | | | | index/rindex (raising and catching an exception is much more expensive than returning and testing -1)
* * tkintermodule.c (*FileHandler): generalize to arbitrary file idsGuido van Rossum1994-08-091-10/+48
| | | | | and objects that hav a fileno() method; fix bug in FileHandler (should call XDECREF instead of DECREF)
* * Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: addedGuido van Rossum1994-08-082-1/+284
| | | | Anthony Baxter's gdbm module (derived from Jack's dbm module)
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-055-10/+21
| | | | | | | | | | shorter names (dropped the "module" from the name): sunaudiodev, imgformat, audioop, imageop, imgfile * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do the right thing (i.e. return 3 instead of 0) * Modules/socketmodule.c: disabled allowbroadcast() socket method
* * tkintermodule.c: OK, I've fixed the "tty" problem. You're rightGuido van Rossum1994-08-031-14/+1
| | | | | no need for the stdin handler, a Tk_DoOneEvent(TK_DONT_WAIT) did the trick. I've included a diff to tkintermodule.c.
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-0146-2346/+1958
|
* Added some names to Setup.in, and added syslogmodule.c.Guido van Rossum1994-07-141-0/+199
| | | | | | posixmodule.c: use pclose, not fclose! selectmodule.c: trap negative fileno's, change some error messages. stropmodule.c: change semantics of rindex to match string.py.
* * tkintermodule.cGuido van Rossum1994-07-071-5/+25
| | | | | | | (PyInit_tkinter): Only create stdin file handler when stdin is a tty. (Tkinter_Cleanup): New function. This is an exit handler that cleanup Tk.
* Initial revisionGuido van Rossum1994-06-271-0/+36
|
* * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.Guido van Rossum1994-06-271-13/+13
| | | | | | * tkintermodule.c (FileHandler): Make arg a tuple; bug found by <tnb2d@cs.virginia.edu>. Call the Python file handler function with (file, mask) argument. Fix a few of my refcnt bugs.