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

sort by:
Revision Author Date Message Commit Date
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
2977e5d Declare a bunch of internal routines as returning void. 19 August 1996, 22:02:19 UTC
1720230 Made it palatable for K&R preprocessors. The spam macros don't have to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define). 19 August 1996, 22:01:39 UTC
a29756c Recognize *.sl and *.so as library (i.e. linker) arguments 19 August 1996, 22:00:05 UTC
07b983d Incorporate LDFLAGS calculated by configure (for --with-readline) 19 August 1996, 21:59:32 UTC
84e7b24 The usual... 19 August 1996, 21:59:00 UTC
300fda7 Several refinements: - check for pre-ANSI preprocessor (needed by operator.c) - SCO_SV shared library support (Lance) - improved AIX shared library support (Vlad & Manus) - finally fixed --with-readline=DIRECOTRY, using LDFLAGS 19 August 1996, 21:58:16 UTC
8e09a9f Add HAVE_OLD_CPP to list of known defines 19 August 1996, 21:53:18 UTC
fc8ebb1 MACHDEP and regen problem is now taken care of 19 August 1996, 21:51:24 UTC
aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by Geoff Philbrick <philbric@delphi.hks.com> (slightly changed by me). Also a little change to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). 19 August 1996, 19:32:04 UTC
926518b Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). 19 August 1996, 19:30:45 UTC
bf05d4c Fixed command-. handling Added hacks for GetEventQueue (so you don't have to edit Events.h) 19 August 1996, 15:11:45 UTC
a06f13d Fixed to work for ppc and cfm68k 19 August 1996, 15:10:50 UTC
7e124ea Guido: - define USE_CHECKSTACK - Comment on defines used 19 August 1996, 11:38:54 UTC
499a8af Removed debug printf 19 August 1996, 11:38:03 UTC
3bc6fe6 Removed obsolete cfm68k ifdef (Guido) 19 August 1996, 11:37:32 UTC
007fa82 Include config.h 19 August 1996, 11:36:59 UTC
cfadbd4 Guido: - new SpinCursor (replacing Jack's almost-identical one) - use GetEventQueue in stead of GetEvQHdr 19 August 1996, 11:36:25 UTC
76ceece Guido: added some void's to declarations 19 August 1996, 11:18:24 UTC
9ff06ce Guido: changed __sinit to __initialize for CFM68K. 19 August 1996, 11:17:33 UTC
cb7f3fc Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places. 19 August 1996, 11:16:32 UTC
32b27f1 No USE_MACSPEECH for CFM68K (the interface library appears to be missing) 19 August 1996, 11:02:13 UTC
back to top