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

sort by:
Revision Author Date Message Commit Date
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
7ac70af Dummy SpinCursor() if __CFM68K__ is defined 19 August 1996, 11:01:05 UTC
e5649c7 Removed {Set,Get}SoundVol (old calls not supported by cfm68k) 19 August 1996, 10:59:44 UTC
ee8662f Fixed viewrect/destrect calculation 19 August 1996, 10:58:37 UTC
e57c96e site customization hook... 17 August 1996, 19:56:26 UTC
bf51afa Don't test here for negative number to float power; that belongs in floatobject.c. 16 August 1996, 20:49:17 UTC
79d96d6 Don't die in resizestring() on filter(<func>, ""). 16 August 1996, 20:44:34 UTC
c13bcca Test for negative # to the nonintegral float power here. Expanded powi() in-line. 16 August 1996, 20:42:57 UTC
fe58e3e regen for Next 16 August 1996, 18:14:41 UTC
7ffa761 Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. - Use ckalloc(), ckfree() everywhere. - Default FREECAST to (char *). - Added comment with Tcl/Tk version info. 13 August 1996, 21:10:16 UTC
dcc057a Added routines to print, format and extract the current, ``live'' stack. Also added print_list() and format_list() which format the output from an extract_*() routine. 12 August 1996, 23:18:13 UTC
0dfcf75 Disable support for access statement 12 August 1996, 22:00:53 UTC
aacdc9d Define reference count admin debug functions to return void. 12 August 1996, 21:32:12 UTC
d86b380 Added extern declarations for reference count admin debug functions. 12 August 1996, 21:31:32 UTC
f67a57e (py-no-outdent-re): Added return, break, raise, continue since we already outdent for those statements. 12 August 1996, 19:52:27 UTC
8b004d3 Renamed to pyerrors.h 09 August 1996, 23:15:18 UTC
29901ff Some improvements by Fred Drake. 09 August 1996, 21:46:34 UTC
eb8d503 Separate .dvi and .ps targets. More rational destination for texi2html.py. 09 August 1996, 21:46:05 UTC
e5e55d7 Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other. 09 August 1996, 21:44:51 UTC
0b3f951 Added capwords, splitx, and optional 3rd argument to split/splitx. 09 August 1996, 21:43:21 UTC
7a7d5d8 Use splitx() in capwords() (bugfix after interface change for split()). Give capwords a default pattern argument which will recognize words as sequeces of [a-zA-Z0-9_]. 09 August 1996, 21:32:29 UTC
12f0cc3 Suggest using default values for __init__ arguments to make classes unpicklable. 09 August 1996, 21:23:47 UTC
4a5b27b Get rid of parrot dropping (spurious 'E') 09 August 1996, 21:23:14 UTC
267e80d Added doco for abstract interface 09 August 1996, 21:01:07 UTC
22277c8 Added footnote about lamda bodies being the same as function bodies. 09 August 1996, 21:00:19 UTC
45687bb Add warning about exceptions in __del__ being ignored. 09 August 1996, 20:59:25 UTC
0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) 09 August 1996, 20:55:05 UTC
2878a69 Optimizations by Sjoerd: - define tp_getattro, tp_setattro - use precreated string objects for most common exceptions and method names 09 August 1996, 20:53:24 UTC
d8eb1b3 Support for tp_getattro, tp_setattro (Sjoerd) 09 August 1996, 20:52:03 UTC
929f1b8 Use pre-created string objects for most common exceptions (especially IndexError which is caught by 'for') 09 August 1996, 20:51:27 UTC
86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) 09 August 1996, 20:50:14 UTC
0693dd2 Added tp_getattro, tp_setattro (Sjoerd) 09 August 1996, 20:48:52 UTC
9dc7833 New AIX-NOTES 09 August 1996, 14:38:40 UTC
36eb6c7 New AIX-NOTES 09 August 1996, 14:38:22 UTC
abfd806 This is the third time I check in this change :-( Don't use assignments into inst.__dict__ to restore instance variables; use setattr() instead. 08 August 1996, 20:26:45 UTC
99d90c0 Include "mymath.h" instead of manually declaring math functions. 08 August 1996, 19:17:45 UTC
7999a5c Added lstrip() and rstrip(). Extended split() (and hence splitfields(), which is the same function) to support an optional third parameter giving the maximum number of delimiters to parse. 08 August 1996, 19:16:15 UTC
339cfa3 Need config.h (for Win etc.) 08 August 1996, 19:12:37 UTC
ec185bd Added hack to get it to compile on AIX. 08 August 1996, 19:12:05 UTC
8a170cb Rearrange include headers (needed on some platforms). 08 August 1996, 19:11:41 UTC
6412b1d Hack for Mac (where fabs is not usable as a function pointer). 08 August 1996, 19:10:21 UTC
97867b2 Add optional casts to free() calls. (Jack) Set Tk variable argv0 to classname passed in to Tkapp_New. (Fred) 08 August 1996, 19:09:53 UTC
82df03e Rationalized instructions for _tkinter.c 08 August 1996, 19:08:47 UTC
6554419 Also remove *.sl (AIX shared libs) in make clean. 08 August 1996, 19:07:46 UTC
1dc19ba Removed 08 August 1996, 19:07:06 UTC
a93b504 Latest AIX changes from Vlad 08 August 1996, 19:06:31 UTC
b6b43e0 This commit was manufactured by cvs2svn to create tag 'r14beta2'. 08 August 1996, 19:05:09 UTC
b4ae6a3 Re-install aix files (what happened?) 08 August 1996, 19:05:09 UTC
3bedce0 removed old file 08 August 1996, 18:58:45 UTC
1a62311 Changes necessary for AIX. 08 August 1996, 18:53:41 UTC
1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. 08 August 1996, 18:52:59 UTC
15cc9a0 Removed unused var; added error check for ``lambda: x=1''. 08 August 1996, 18:51:04 UTC
back to top