Guido van Rossum
|
faefe4cb60
|
Fix typos (need to use tag_bind, not bind).
|
1996-05-24 18:40:46 +00:00 |
Guido van Rossum
|
a4916fa54f
|
Added mkfifo, ftruncate. Windows/PC changes.
|
1996-05-23 22:58:55 +00:00 |
Guido van Rossum
|
dd96ca77da
|
Be more careful about default args.
|
1996-05-23 22:57:54 +00:00 |
Guido van Rossum
|
2c26cfe776
|
Use struct _inittab def from import.h
|
1996-05-23 22:57:18 +00:00 |
Guido van Rossum
|
3539b1e919
|
Added flock().
|
1996-05-23 22:56:38 +00:00 |
Guido van Rossum
|
7081cf54bf
|
Microsoft C changes
|
1996-05-23 22:56:19 +00:00 |
Guido van Rossum
|
88661e8f41
|
Subtle Windows changes
|
1996-05-23 22:55:58 +00:00 |
Guido van Rossum
|
fb0df944ca
|
Use sigaction if possible
|
1996-05-23 22:55:35 +00:00 |
Guido van Rossum
|
5555854e85
|
Windows/PC changes
|
1996-05-23 22:54:50 +00:00 |
Guido van Rossum
|
5038412d0f
|
Added __doc__ strings. Added get_soundex().
|
1996-05-23 22:54:17 +00:00 |
Guido van Rossum
|
bceeac8dc1
|
Watcom changes.
Add mktime() overflow test and make it NeXT robust by initializing
the structure from localtime().
|
1996-05-23 22:53:47 +00:00 |
Guido van Rossum
|
dadc824c6e
|
removed verbose decl; added win3.1 dynamic linking.
|
1996-05-23 22:51:40 +00:00 |
Guido van Rossum
|
40f470f7e0
|
moved verbose decl to pydebug.h; added dos_8x3 feature
|
1996-05-23 22:51:04 +00:00 |
Guido van Rossum
|
f857a6becb
|
Added copyright.
Include config.h which may define COMPILER.
|
1996-05-23 22:50:26 +00:00 |
Guido van Rossum
|
5e3e426961
|
removed sime redundant header includes and decls.
|
1996-05-23 22:49:38 +00:00 |
Guido van Rossum
|
795ba583f2
|
Removed some redundant header includes.
dir(object) now returns object.__dict__.keys() even if __dict__ is not
a dictionary.
|
1996-05-23 22:49:07 +00:00 |
Guido van Rossum
|
441e4ab802
|
new debugger symbol names
|
1996-05-23 22:46:51 +00:00 |
Guido van Rossum
|
7f3f2c1819
|
TRACE_REFS -> Py_TRACE_REFS
|
1996-05-23 22:45:41 +00:00 |
Guido van Rossum
|
4b0538c472
|
Added PySys_SetPath.
|
1996-05-22 17:31:52 +00:00 |
Guido van Rossum
|
b9d876020d
|
Don't declare Py_FatalError.
Add Py_mport_Init and PyBuiltin_Init.
|
1996-05-22 17:30:12 +00:00 |
Guido van Rossum
|
b221ac4f33
|
Define DL_IMPORT if necessary.
Include pydebug.h instead of declaring Py_FatalError.
|
1996-05-22 17:28:54 +00:00 |
Guido van Rossum
|
dd197e91bf
|
Added __WATCOMC__ as DOS compiler.
|
1996-05-22 17:26:25 +00:00 |
Guido van Rossum
|
39c2aae198
|
Added decl for PyImport_Init.
Changed decl for inittab to define struct _inittab first.
|
1996-05-22 17:25:28 +00:00 |
Guido van Rossum
|
2514ec7fa4
|
Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule.
Added PyBuiltin_Init.
|
1996-05-22 17:24:06 +00:00 |
Guido van Rossum
|
b422c24934
|
Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace,
PyFile_WriteString.
|
1996-05-22 17:22:22 +00:00 |
Guido van Rossum
|
12669749f6
|
Debug related variable/function definitions go here.
|
1996-05-22 16:38:17 +00:00 |
Guido van Rossum
|
1799eb59da
|
Non-trivial DL_IMPORT must now be defined in config.h.
Include <stdlib.h>.
Include several more Python header files, including new pydebug.h.
|
1996-05-22 16:37:29 +00:00 |
Guido van Rossum
|
aae0d32f66
|
Use new names for debug macros. Don't include pythonrun.h.
|
1996-05-22 16:35:33 +00:00 |
Guido van Rossum
|
84a9032cd3
|
TRACE_REFS -> Py_TRACE_REFS.
Added disgusting hack to force loading of abstract.o.
|
1996-05-22 16:34:47 +00:00 |
Guido van Rossum
|
60be1db9a9
|
Added some visual enhancements of debugging ifdefs.
Added PyNumber_Coerce decl.
|
1996-05-22 16:33:22 +00:00 |
Guido van Rossum
|
0578851964
|
Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work.
Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c).
|
1996-05-22 16:30:09 +00:00 |
Guido van Rossum
|
f97632639e
|
Plug memory leak in the previous fix :-(
|
1996-05-21 23:44:17 +00:00 |
Guido van Rossum
|
993952bfb2
|
Fix obscure bug in string%mapping where the mapping creates its items
on the fly -- there was an unsafe DECREF. Actually save some lines of
code by using abstract.c:PyObject_GetItem().
|
1996-05-21 22:44:20 +00:00 |
Guido van Rossum
|
422cc7ffec
|
more changes copied from Grail
|
1996-05-21 20:30:07 +00:00 |
Jack Jansen
|
4122216739
|
Modified for 1.3.3 distribution
|
1996-05-20 11:32:49 +00:00 |
Jack Jansen
|
ab7fcdd770
|
Added splash method (to quickly display splash screen without first
having to load a zillion extension modules)
|
1996-05-20 11:32:00 +00:00 |
Jack Jansen
|
9d640a3d84
|
Added waste
|
1996-05-20 11:31:13 +00:00 |
Jack Jansen
|
25241d9978
|
Fixed callback handling on 68K machines.
|
1996-05-20 11:30:45 +00:00 |
Jack Jansen
|
12fe9fb18e
|
re-binhexed for 1.3.3 distribution
|
1996-05-20 11:30:09 +00:00 |
Jack Jansen
|
ee21706f18
|
Added waste and _tkinter modules
|
1996-05-20 11:29:41 +00:00 |
Jack Jansen
|
4f0456d95d
|
Recreated tkpython.rsrc, upped version number
|
1996-05-20 11:29:09 +00:00 |
Jack Jansen
|
5fb54324cd
|
Added USE_WASTE define
|
1996-05-20 11:28:32 +00:00 |
Jack Jansen
|
1b63b27c78
|
Fixed up for 1.3.3 distribution, removed various old (and nuused)
project files.
|
1996-05-20 11:27:38 +00:00 |
Jack Jansen
|
4915c99248
|
Export OptResObj_{New,Convert}
|
1996-05-20 11:24:18 +00:00 |
Jack Jansen
|
86a853ff77
|
Changed for 1.3.3 distribution
|
1996-05-20 11:22:41 +00:00 |
Guido van Rossum
|
9c9a07c9c9
|
Remember source filename as <module>.__file__.
|
1996-05-16 20:43:40 +00:00 |
Guido van Rossum
|
63e39ae933
|
Made Place.info == Pack.info
|
1996-05-16 17:53:48 +00:00 |
Guido van Rossum
|
a5f875f504
|
Yet another mini fix to pack/grid info.
|
1996-05-16 17:50:07 +00:00 |
Guido van Rossum
|
6878436366
|
Patch from the net for 4.1 file handler changes.
|
1996-05-16 17:17:31 +00:00 |
Guido van Rossum
|
54ac1891fb
|
Add __sinit() call according to Jack.
|
1996-05-16 17:14:03 +00:00 |