Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audiodev.py: Mac port. | Guido van Rossum | 1994-09-16 | 2 | -3/+26 |
| | | | | | Audio_mac.py: Mac specific class for audiodev.py. aifc.py: open files for reading/writing in binary mode ('rb', 'wb'). | ||||
* | gestaltmodule.c: interface to Gestalt Manager. | Guido van Rossum | 1994-09-16 | 3 | -0/+475 |
| | | | | | macosmodule.c: interface to random collection of Managers. macsetfiletype.c: set file type, for import.c. | ||||
* | Put a comment start symbol at the start of a comment that lacked one. | Sjoerd Mullender | 1994-09-15 | 1 | -1/+1 |
| | |||||
* | Some new files... | Guido van Rossum | 1994-09-14 | 5 | -1/+100 |
| | |||||
* | * Lib/whrandom.py: if seed is (0,0,0), initialize from current | Guido van Rossum | 1994-09-14 | 1 | -9/+9 |
| | | | | time; default seed's arguments to (0,0,0) | ||||
* | * various modules: #include "Python.h" and remove most remporary | Guido van Rossum | 1994-09-14 | 6 | -67/+20 |
| | | | | renaming hacks | ||||
* | * Python/ceval.c (eval_code): added registry of pending functions | Guido van Rossum | 1994-09-14 | 1 | -1/+91 |
| | | | | | (to be used by functions that are called asynchronously, like UNIX signal handlers or Mac I/O completion routines) | ||||
* | * Import/pythonrun.h, Python/{import,pythonrun}.c, | Guido van Rossum | 1994-09-14 | 2 | -1/+58 |
| | | | | | | mac/macsetfiletype.c: changes by Jack to execute .pyc file passed as command line argument. On the Mac .pyc files are given a special type so they can be double-clicked | ||||
* | pythonrun.h: added run_pyc_file | Guido van Rossum | 1994-09-14 | 5 | -5/+14 |
| | | | | | ceval.h: added Py_AddPendingCall rest: modules using the new naming scheme must now include Python.h | ||||
* | * Modules/Setup.in: define PYTHONPATH using COREPYTHONPATH for | Guido van Rossum | 1994-09-12 | 2 | -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 Mullender | 1994-09-12 | 1 | -0/+1 |
| | | | | but only if it does not end in a known suffix. | ||||
* | The usual junk | Guido van Rossum | 1994-09-12 | 4 | -34/+192 |
| | |||||
* | Shared library support | Guido van Rossum | 1994-09-12 | 2 | -3/+87 |
| | |||||
* | Support shared library creation. | Guido van Rossum | 1994-09-12 | 3 | -62/+128 |
| | |||||
* | Steen Lumholt's termios interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+258 |
| | |||||
* | Added _getpty interface. | Guido van Rossum | 1994-09-12 | 1 | -0/+30 |
| | |||||
* | Mods for HP-UX dynamic loading. | Guido van Rossum | 1994-09-12 | 1 | -1/+42 |
| | |||||
* | Added TERMIOS module | Guido van Rossum | 1994-09-12 | 4 | -2/+682 |
| | |||||
* | New tty/pty modules by Steen; new urlparser. | Guido van Rossum | 1994-09-12 | 3 | -0/+336 |
| | |||||
* | Add'l notes by Guido | Guido van Rossum | 1994-09-09 | 1 | -2/+59 |
| | |||||
* | * Parser/grammar1.c (finddfa): massive speed up by using direct | Guido van Rossum | 1994-09-09 | 1 | -1/+9 |
| | | | | addressing instead of searching | ||||
* | mhlib.py: delay opening of sequences file so we don't overwrite it when | Guido van Rossum | 1994-09-09 | 3 | -3/+233 |
| | | | | | | putsequences is called with a bad argument rfc822.py: better handling of dates with no or bad timezones uu.py: contributed by Lance -- uu{en,de}code | ||||
* | added Tommy Burnette's setblocking() method | Guido van Rossum | 1994-09-07 | 2 | -0/+18 |
| | |||||
* | added Py_AtExit() -- register cleanup functions for C modules | Guido van Rossum | 1994-09-07 | 1 | -0/+16 |
| | |||||
* | rearranged code in debugging version of DELREF to avoid touching data | Guido van Rossum | 1994-09-07 | 1 | -1/+2 |
| | | | | after it has been freed. | ||||
* | pythgonrun.h: added Py_AtExit(). | Guido van Rossum | 1994-09-07 | 2 | -0/+3 |
| | | | | rename1.h: add PyArg_GetInt. | ||||
* | Setup.in: added tkinter; rearranged the definition of PYTHONPATH so | Guido van Rossum | 1994-09-07 | 5 | -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 Mullender | 1994-09-06 | 1 | -0/+27 |
| | |||||
* | Can now also give a hashed ID to Cddb. | Sjoerd Mullender | 1994-09-06 | 2 | -82/+112 |
| | |||||
* | Added support for ADPCM compression. | Sjoerd Mullender | 1994-09-06 | 1 | -6/+47 |
| | |||||
* | Define cl_{get,set,del}attr members in classobject | Guido van Rossum | 1994-09-06 | 1 | -6/+4 |
| | |||||
* | Added mboxconvert.py | Guido van Rossum | 1994-09-05 | 2 | -0/+114 |
| | |||||
* | Yet another version (by me) of __getattr__ etc. | Guido van Rossum | 1994-09-05 | 1 | -174/+51 |
| | |||||
* | Mods (really diffs to 2.29) by Michael Scharf for alternative __getattr__ etc. | Guido van Rossum | 1994-09-05 | 1 | -105/+204 |
| | |||||
* | Lance's release 1.1 -- fixes some problems with 1.0 | Guido van Rossum | 1994-08-31 | 1 | -36/+52 |
| | |||||
* | Release 1.0 by Lance | Guido van Rossum | 1994-08-31 | 1 | -1/+131 |
| | |||||
* | Makefile.in: run compileall on installed library; | Guido van Rossum | 1994-08-30 | 3 | -5/+80 |
| | | | | rest: the usual | ||||
* | * Python/getmtime.c: Remove mac specifics (Mac subdirectory has | Guido van Rossum | 1994-08-30 | 2 | -17/+2 |
| | | | | | | its own version now) * Python/bltinmodule.c (builtin_tuple): use pre-existing listtuple(v) for lists | ||||
* | Lance has converted his modules to the new naming conventions, and | Guido van Rossum | 1994-08-30 | 4 | -217/+1496 |
| | | | | | contributed a curses interface. Setup.in uses .c instead of .o now. | ||||
* | FAQ: Added lambda stress test by Ulf | Guido van Rossum | 1994-08-30 | 2 | -1/+2 |
| | | | | | ACKS: Added Ulf README: fix typo | ||||
* | Dialog.py: d.num should be numeric, not string | Guido van Rossum | 1994-08-30 | 4 | -10/+16 |
| | | | | Tkinter.py: on destroy(), remove self from master's dict of children | ||||
* | * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda | Guido van Rossum | 1994-08-30 | 2 | -2/+2 |
| | | | | example | ||||
* | Description of what's here | Guido van Rossum | 1994-08-30 | 1 | -0/+22 |
| | |||||
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 1 | -78/+94 |
| | |||||
* | * Modules/makesetup: bugfix: add objects from sources to OBJS | Guido van Rossum | 1994-08-30 | 1 | -0/+3 |
| | |||||
* | Merge back to main trunk | Guido van Rossum | 1994-08-30 | 37 | -826/+676 |
| | |||||
* | fix nasty bug in resizing (formatstring) | Guido van Rossum | 1994-08-30 | 1 | -18/+98 |
| | |||||
* | call_object: print message before abort() | Guido van Rossum | 1994-08-30 | 1 | -157/+144 |
| | |||||
* | Move #endif for NT | Guido van Rossum | 1994-08-29 | 1 | -1/+1 |
| | |||||
* | * Python/import.c: support *.o/*.so as alternative for | Guido van Rossum | 1994-08-29 | 1 | -68/+332 |
| | | | | | | | | | | | | | | *module.o/*module.so * Python/import.c: if initializing a module did not enter the module into sys.modules, it may have raised an exception -- don't override this exception. Merged NT changes * Python/import.c: add lost NT-specific code back in Fixed NT changes |