Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a0e7130 Changed NT -> MSC or WATCOM 28 May 1996, 22:30:38 UTC
582646a grand renaming; added copyright to some files 28 May 1996, 22:30:17 UTC
0a8626e Plug memory leak (variable names in code objects were being leaked!) 28 May 1996, 22:28:12 UTC
9a97d6c Added Py_GetPath (getpythonpath) 28 May 1996, 22:27:07 UTC
68ded21 minor fix to mime header regex --Sjoerd 28 May 1996, 19:52:40 UTC
507f15b Auto-install on first import. Added quick reference. 28 May 1996, 15:52:00 UTC
ddcb36b Use ../install-sh to install files. 24 May 1996, 21:14:44 UTC
9c8a0c4 Made all c_* symbols static. 24 May 1996, 21:12:28 UTC
5f1563c rename more symbols 24 May 1996, 21:11:58 UTC
652f108 rename exported symbols with _Py_ prefix 24 May 1996, 21:01:36 UTC
53d0de4 rename exported symbols with _Py_ prefix 24 May 1996, 20:51:38 UTC
3d86cc0 make soundex_hash static 24 May 1996, 20:50:57 UTC
8c1e150 Removed some done "to do" items. Changed #ifdef DEBUG slightly. 24 May 1996, 20:49:24 UTC
ded690f rename printrefs, getobjects to _Py_ prefix 24 May 1996, 20:48:31 UTC
363078a make some things static 24 May 1996, 20:45:01 UTC
9ea917e Only define PyOS_ReadlineInit if WITH_READLINE defined. 24 May 1996, 20:44:12 UTC
5048de2 rename parser internal symbols with _Py_ prefix 24 May 1996, 20:43:31 UTC
e1cd6c1 don't use NDEBUG 24 May 1996, 20:43:12 UTC
01b68fd X11 install.sh script 24 May 1996, 18:58:43 UTC
814842f Removed most of the README text since it is all about the Mac specific examples, which no longer live here. 24 May 1996, 18:43:47 UTC
faefe4c Fix typos (need to use tag_bind, not bind). 24 May 1996, 18:40:46 UTC
a4916fa Added mkfifo, ftruncate. Windows/PC changes. 23 May 1996, 22:58:55 UTC
dd96ca7 Be more careful about default args. 23 May 1996, 22:57:54 UTC
2c26cfe Use struct _inittab def from import.h 23 May 1996, 22:57:18 UTC
3539b1e Added flock(). 23 May 1996, 22:56:38 UTC
7081cf5 Microsoft C changes 23 May 1996, 22:56:19 UTC
88661e8 Subtle Windows changes 23 May 1996, 22:55:58 UTC
fb0df94 Use sigaction if possible 23 May 1996, 22:55:35 UTC
5555854 Windows/PC changes 23 May 1996, 22:54:50 UTC
5038412 Added __doc__ strings. Added get_soundex(). 23 May 1996, 22:54:17 UTC
bceeac8 Watcom changes. Add mktime() overflow test and make it NeXT robust by initializing the structure from localtime(). 23 May 1996, 22:53:47 UTC
dadc824 removed verbose decl; added win3.1 dynamic linking. 23 May 1996, 22:51:40 UTC
40f470f moved verbose decl to pydebug.h; added dos_8x3 feature 23 May 1996, 22:51:04 UTC
f857a6b Added copyright. Include config.h which may define COMPILER. 23 May 1996, 22:50:26 UTC
5e3e426 removed sime redundant header includes and decls. 23 May 1996, 22:49:38 UTC
795ba58 Removed some redundant header includes. dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary. 23 May 1996, 22:49:07 UTC
441e4ab new debugger symbol names 23 May 1996, 22:46:51 UTC
7f3f2c1 TRACE_REFS -> Py_TRACE_REFS 23 May 1996, 22:45:41 UTC
4b0538c Added PySys_SetPath. 22 May 1996, 17:31:52 UTC
b9d8760 Don't declare Py_FatalError. Add Py_mport_Init and PyBuiltin_Init. 22 May 1996, 17:30:12 UTC
b221ac4 Define DL_IMPORT if necessary. Include pydebug.h instead of declaring Py_FatalError. 22 May 1996, 17:28:54 UTC
dd197e9 Added __WATCOMC__ as DOS compiler. 22 May 1996, 17:26:25 UTC
39c2aae Added decl for PyImport_Init. Changed decl for inittab to define struct _inittab first. 22 May 1996, 17:25:28 UTC
2514ec7 Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. Added PyBuiltin_Init. 22 May 1996, 17:24:06 UTC
b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. 22 May 1996, 17:22:22 UTC
1266974 Debug related variable/function definitions go here. 22 May 1996, 16:38:17 UTC
1799eb5 Non-trivial DL_IMPORT must now be defined in config.h. Include <stdlib.h>. Include several more Python header files, including new pydebug.h. 22 May 1996, 16:37:29 UTC
aae0d32 Use new names for debug macros. Don't include pythonrun.h. 22 May 1996, 16:35:33 UTC
84a9032 TRACE_REFS -> Py_TRACE_REFS. Added disgusting hack to force loading of abstract.o. 22 May 1996, 16:34:47 UTC
60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. 22 May 1996, 16:33:22 UTC
0578851 Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work. Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c). 22 May 1996, 16:30:09 UTC
f976326 Plug memory leak in the previous fix :-( 21 May 1996, 23:44:17 UTC
993952b 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(). 21 May 1996, 22:44:20 UTC
422cc7f more changes copied from Grail 21 May 1996, 20:30:07 UTC
4122216 Modified for 1.3.3 distribution 20 May 1996, 11:32:49 UTC
ab7fcdd Added splash method (to quickly display splash screen without first having to load a zillion extension modules) 20 May 1996, 11:32:00 UTC
9d640a3 Added waste 20 May 1996, 11:31:13 UTC
25241d9 Fixed callback handling on 68K machines. 20 May 1996, 11:30:45 UTC
12fe9fb re-binhexed for 1.3.3 distribution 20 May 1996, 11:30:09 UTC
ee21706 Added waste and _tkinter modules 20 May 1996, 11:29:41 UTC
4f0456d Recreated tkpython.rsrc, upped version number 20 May 1996, 11:29:09 UTC
5fb5432 Added USE_WASTE define 20 May 1996, 11:28:32 UTC
1b63b27 Fixed up for 1.3.3 distribution, removed various old (and nuused) project files. 20 May 1996, 11:27:38 UTC
4915c99 Export OptResObj_{New,Convert} 20 May 1996, 11:24:18 UTC
86a853f Changed for 1.3.3 distribution 20 May 1996, 11:22:41 UTC
9c9a07c Remember source filename as <module>.__file__. 16 May 1996, 20:43:40 UTC
63e39ae Made Place.info == Pack.info 16 May 1996, 17:53:48 UTC
a5f875f Yet another mini fix to pack/grid info. 16 May 1996, 17:50:07 UTC
6878436 Patch from the net for 4.1 file handler changes. 16 May 1996, 17:17:31 UTC
54ac189 Add __sinit() call according to Jack. 16 May 1996, 17:14:03 UTC
3626999 Some more changes from the net... Typos, 4.0/4.1 issues, new tkButtonInvoke(). 16 May 1996, 17:11:27 UTC
37dcab1 Resync with Grail's Tkinter.py. 16 May 1996, 16:00:19 UTC
955c5d1 Set the base for atoi() and atol() to 0, since we're reading Python numbers here, and so that atol() doesn't barf on the trailing 'L'. Add a test case involving a long integer. 15 May 1996, 22:49:57 UTC
6dabc98 Added __name__ attribute to class instance method objects. Removed im_doc attribute; __name__ and __doc__ are now handled by special casing in instancemethodgetattr(). This saves a few bytes and INCREF/DECREF calls per i.m. object allocation/deallocation. 14 May 1996, 21:54:20 UTC
3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) 08 May 1996, 15:33:20 UTC
d9585c9 Fixed reference to cr/lf problems 07 May 1996, 15:28:20 UTC
1df16d0 A version of swed that can import html files. Also demonstrates implementing object handlers in Python. 07 May 1996, 15:25:36 UTC
42bc4b2 Added call to initialize standard (i.e. implemented in C) embedded object handlers 07 May 1996, 15:24:55 UTC
756522f Added support for callbacks (for embedded objects) 07 May 1996, 15:24:01 UTC
316a430 Removed some spurios biindex calls. Added description of file.truncate(). Added warning to write() about buffering. 02 May 1996, 15:28:53 UTC
59b328e Added warning about behavior of open mode 'a' (or 'a+'). 02 May 1996, 15:16:59 UTC
e71c5a7 Removed broken tst.py 26 April 1996, 20:53:30 UTC
0f6dc5b Added MenuItem methods setstyle(), seticon(), setmark() 23 April 1996, 16:18:33 UTC
782405f Extension to wed that handles styles, fonts and sizes 23 April 1996, 16:17:54 UTC
8ae8e4f Made style and soup handles optional 23 April 1996, 16:17:08 UTC
efe8c9c An interface to the WASTE textedit replacement library. 19 April 1996, 16:03:58 UTC
f2331de Keep .exp files in cvs tree 19 April 1996, 16:03:08 UTC
b4c9381 Copy .exp files to mwerks project directory too. 19 April 1996, 16:02:20 UTC
3ba03b2 An example of waste 19 April 1996, 16:01:31 UTC
c4eec9f - Confine window moves to screen boundaries - Added windowbounds() function to help programmer with staggering windows - Added event parameter to idle routine - Added settext(label) method to menu entries - Erase/invalidate only visRgn in stead of everything - Correctly handle clicks in inactive ControlWindows 19 April 1996, 16:00:28 UTC
2cc4160 Minimal waste test program, modified from ttedit. 19 April 1996, 15:57:52 UTC
0836542 Added documentation on FrameWork, TextEdit and Waste Updated minor things in the other documents (pathnames, etc) 19 April 1996, 15:56:08 UTC
8444507 Use FrameWork.windowbounds(), fixed idle routine 19 April 1996, 15:54:47 UTC
dce32a9 Idle callback is now supplied with the null event causing it. 19 April 1996, 15:54:04 UTC
a2408e9 Fixed code generated for an argument of type **** 16 April 1996, 14:36:46 UTC
7bfc875 Fixed ScrolledWindow to disable scrollbars if everything is visible. 16 April 1996, 14:35:43 UTC
111fdcf Added correct handling of cut/paste menu enabling, scroll bars 16 April 1996, 14:34:26 UTC
ded81a1 Removed ...gen.py files from repository 16 April 1996, 14:33:21 UTC
19171a2 Added support for accessing a few more TERec members 16 April 1996, 14:32:01 UTC
90ecdf4 An interface to WASTE, an all-singing-all-dancing TextEdit replacement 16 April 1996, 14:29:15 UTC
back to top