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

sort by:
Revision Author Date Message Commit Date
d0fe845 Updated for 1.4beta3 26 August 1996, 03:02:37 UTC
4a67a16 Added all changes in beta1 and beta3. Still very rough (needs reordering etc.). 26 August 1996, 02:40:59 UTC
8206fb9 Final set of changes by Fred before 1.4beta3 26 August 1996, 00:33:29 UTC
d8a6d1c Afterthough: leave both leading underscores in, so __spam becomes _ClassName__spam. 24 August 1996, 07:54:27 UTC
fe2236f Oops need to mangle global statement separately 24 August 1996, 07:29:04 UTC
8ff077b Name mangling, what the heck! 24 August 1996, 06:21:31 UTC
93fccac Newly tweaked 23 August 1996, 18:47:59 UTC
3db4103 Use MS_DLL_ID and similar changes 23 August 1996, 18:42:39 UTC
8b9ea87 Use MS_DLL_ID as sys.winver 23 August 1996, 18:14:47 UTC
0579715 Fixed names of vairous plugins to build, added a couple and added possibility to create standalone pythons and fat pythons (the latter not functional yet). 23 August 1996, 15:52:56 UTC
f57df79 - MWRuntimeStatic{arch} are static versions of MW shared runtime libraries - Except for the above the whole library architecture conforms to MW documentation. - PythonCorePPC also uses .exp file now - Static pythons have full complement of modules - cfm versions of all possible plugins created (not tested) 23 August 1996, 15:51:48 UTC
cbc6676 Added dllbase_nt.txt and python_nt.rc; added notes to readme.txt about NumPy targets; added some symbols to python_nt.def. 23 August 1996, 15:48:14 UTC
bc17d29 Turn on USE_TK and MAC_TCL by default 23 August 1996, 15:46:12 UTC
93e2ee5 New version/date 23 August 1996, 15:45:37 UTC
5bd85d9 Always call __initialize(), also on PPC 23 August 1996, 15:45:26 UTC
27b10ec - Added cfm68k instructions - Changed names of various things - Explain how to recreate .exp files. 23 August 1996, 15:44:18 UTC
97662c8 Version number; started chapter on what's new in 1.4 23 August 1996, 15:35:47 UTC
f8daa4f Changes to dependencies (Fred) 23 August 1996, 15:33:51 UTC
0011d93 Niceties by Fred 22 August 1996, 23:18:55 UTC
5c8c91b Changes for Canvas by Fred 22 August 1996, 23:18:09 UTC
ad89978 Be a bit more careful with printing a warning for a failed __del__. 22 August 1996, 23:15:42 UTC
2a516c8 Bump patchlevel (a bit early, but what the heck...) 22 August 1996, 23:15:05 UTC
6100d91 Allow whitespace before '#' in preprocessor directives. 22 August 1996, 23:12:23 UTC
ac27910 PYTHONWIN -> MS_COREDLL 22 August 1996, 23:10:58 UTC
2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. Under Windows, add MS_DLL_ID and MS_DLL_VERSION_ID for Mark H. Independent change: if Py_TRACE_REFS is defined, rename Py_InitModule4 so so linking with incompatible modules will create a link time error. [Backing out of previous changes (also for modsupport.c) to test the latter at runtime.] 22 August 1996, 22:55:47 UTC
67d4ab0 Added NumPy projects 22 August 1996, 21:47:05 UTC
f813f56 imghdr.what(): check for not h'. This lets you do: imghdr.what(None, '') And still go down the 22 August 1996, 21:20:46 UTC
bf57ed5 Added thread module (it was already in the project!) 22 August 1996, 00:43:42 UTC
331a897 Description of the new build procedure for Win NT/95. 22 August 1996, 00:28:34 UTC
eaf9b6c More changes for NT, Guido style 22 August 1996, 00:06:59 UTC
497aedd Get rid of unused local variable. 21 August 1996, 23:46:01 UTC
c417ef8 Added a small test program. 21 August 1996, 23:38:59 UTC
c1d5053 Add needed #include <ctype.h> 21 August 1996, 23:38:24 UTC
4f90346 Removed environment, objc, sybase modules 21 August 1996, 22:15:03 UTC
f00eb71 Get rid of some obsolete modules: - environment.c (we now have os.putenv) - sybase (a better one is in contrib/Databases/Sybase.*) - objc.c (incomplete and unsupportable by us) 21 August 1996, 22:11:54 UTC
2a28846 Patches to make it compile with K&R C 21 August 1996, 21:55:43 UTC
3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. 21 August 1996, 20:36:52 UTC
cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would try to do the mkdir whenever a new python has been built... 21 August 1996, 20:18:29 UTC
a4ddb23 update -- Undo is now entry 1 21 August 1996, 20:13:08 UTC
4ec060a unicast pendant for broadcast.py 21 August 1996, 20:11:55 UTC
171191e Raise ValueError on empty string passed into atoi(), atol(), atof(). 21 August 1996, 20:02:25 UTC
d0f11de Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}. 21 August 1996, 19:08:12 UTC
360a934 Support for old CPP 21 August 1996, 19:04:10 UTC
ae92f01 Hacks to support being a Windows DLL 21 August 1996, 19:03:36 UTC
6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. 21 August 1996, 17:41:54 UTC
c9fb47e Added delslice and delitem. Renamed and, or to and_, or_. Renamed all internal identifiers so as not to start with '__' (which is a compiler privilege); remove AIX hack. 21 August 1996, 17:40:51 UTC
16d27e3 Demos for Fred's parser module 21 August 1996, 16:28:53 UTC
6dbd190 NT specific files supplied by Mark Hammond 21 August 1996, 15:03:37 UTC
019f424 More efficient handling of "__doc__" lookup. 21 August 1996, 14:54:28 UTC
f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). 21 August 1996, 14:39:29 UTC
4747887 New batch from Fred 21 August 1996, 14:32:37 UTC
3a1fbb4 Added Vlad. 20 August 1996, 20:56:19 UTC
e8c0a15 New generic makefile by Jim F; drop pyimenu.el 20 August 1996, 20:54:59 UTC
b4d3779 Minor updates. 20 August 1996, 20:54:15 UTC
5c8e256 typo 20 August 1996, 20:53:04 UTC
bf0dc9f Add #define MAC_TCL for Mac. 20 August 1996, 20:49:56 UTC
d7abed3 Get rid of access statement 20 August 1996, 20:40:07 UTC
3e065ad Attempt at Windows-NT compatibility. 20 August 1996, 20:38:59 UTC
34f1731 Add optional separator character to capwords(), for completeness. 20 August 1996, 20:25:41 UTC
63f0cf0 delattr() can raise AttributeError, not KeyError. Use keyword arg to set verbose flag in test func. 20 August 1996, 20:25:08 UTC
422869a Correct description of splitext(). 20 August 1996, 20:24:17 UTC
0f6a3bf Added locking hacks for AIX 20 August 1996, 20:23:34 UTC
f85de8a Added print_exception() convenience function. 20 August 1996, 20:22:39 UTC
6ba66d0 Improved tests; run twice, onece in normal mode, once in restricted mode. 20 August 1996, 20:21:52 UTC
880d1ee Barry's 2.73 20 August 1996, 20:07:34 UTC
5c9bfe2 Get rid of debug print statements 20 August 1996, 20:00:51 UTC
504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). 20 August 1996, 19:59:07 UTC
6ba1120 Barry's 2.72 20 August 1996, 19:57:53 UTC
261f87d *** empty log message *** 20 August 1996, 19:57:34 UTC
89227eb Write warning about exception in __del__ to stderr, not stdout. 20 August 1996, 19:54:29 UTC
613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. 20 August 1996, 19:50:17 UTC
4355454 Support *shared* and *static* as aliases for *noconfig* and *config*. 20 August 1996, 19:49:13 UTC
d62d8bc Test for xdrmem_create() failure. Minor lay-out changes. 20 August 1996, 19:47:44 UTC
cde317a Install shared libs with executable mode -- needed for HPUX, doesn't hurt elsewhere. 20 August 1996, 19:46:35 UTC
1fd5b21 Mention warning for exception in __del__. 20 August 1996, 18:03:48 UTC
0a94dfc Erase all memory of the access statement 20 August 1996, 17:35:48 UTC
25b361f Adapted for cfm68k, new names and split off of qt. 20 August 1996, 16:35:30 UTC
e420178 Rationalized header files: - mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being. 20 August 1996, 16:34:01 UTC
4b2c386 - Gave PPC shared libraries (and projects) .ppc in their name - Created CFM68K projects (not all tested yet!!) - Moved quicktime to its own module - Modified the README file to (approximately) resemble reality 20 August 1996, 16:27:19 UTC
7bbd1a5 Added void before main 20 August 1996, 16:21:06 UTC
16ff872 - Renamed USE_BGEN to USE_TOOLBOX - Moved Qt and Cm out of toolbox into private library (so people without QuickTime can install PPC Python) 20 August 1996, 16:20:31 UTC
bbe2ae1 Re-binhexed 20 August 1996, 16:18:42 UTC
272841c Changes by Rob Hooft for GMP 2.0.2 19 August 1996, 23:06:45 UTC
56b30ea Document actual behavior of splitext(). 19 August 1996, 23:00:50 UTC
8823972 Documented class exceptions. 19 August 1996, 23:00:03 UTC
305ed11 Remove mention of HAVE_CONFIG_H 19 August 1996, 22:59:46 UTC
73363b5 Added _xdr module 19 August 1996, 22:58:53 UTC
40006cf Added imghdr,xdrlib; reformatted Makefile somewhat 19 August 1996, 22:58:03 UTC
72fba79 Rename __test() to _test(). 19 August 1996, 22:49:35 UTC
731630b XDR interface, evolved from Demo/rpc/xdr.py by Barry. 19 August 1996, 22:26:43 UTC
bf66c64 Added note about standard library module xdrlib.py 19 August 1996, 22:24:21 UTC
7cf1fcf Always include config.h 19 August 1996, 22:12:39 UTC
1e61249 Many little fixes: - support for SCO_SV dynamic loading - on Mac, auto-detect dynamic loading by __CFM68K__ or _powerc) - on Mac, long shared library extension is .cfm68k.slb or .ppc.slb - on hp, don't redefine hpux if already defined - add __file__ property to successfully loaded module 19 August 1996, 22:12:10 UTC
71bd363 getprogramname -> Py_GetProgramName. 19 August 1996, 22:09:38 UTC
6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. 19 August 1996, 22:09:16 UTC
3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there from marshal_loads()). 19 August 1996, 22:07:17 UTC
49c70a7 Added declaration for *PyMarshal_WriteObjectToString(). 19 August 1996, 22:05:27 UTC
8b51d22 Add prototypes for c_sum() etc. 19 August 1996, 22:04:54 UTC
8f3032d Declare initregex() as returning void, as it should be. 19 August 1996, 22:03:12 UTC
8609868 Remove some unused variables. 19 August 1996, 22:02:43 UTC
back to top