Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt at Windows-NT compatibility. | Guido van Rossum | 1996-08-20 | 1 | -1/+4 |
| | |||||
* | Add optional separator character to capwords(), for completeness. | Guido van Rossum | 1996-08-20 | 2 | -4/+4 |
| | |||||
* | delattr() can raise AttributeError, not KeyError. | Guido van Rossum | 1996-08-20 | 1 | -2/+2 |
| | | | | Use keyword arg to set verbose flag in test func. | ||||
* | Correct description of splitext(). | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
| | |||||
* | Added locking hacks for AIX | Guido van Rossum | 1996-08-20 | 1 | -1/+8 |
| | |||||
* | Added print_exception() convenience function. | Guido van Rossum | 1996-08-20 | 1 | -3/+21 |
| | |||||
* | Improved tests; run twice, onece in normal mode, once in restricted mode. | Guido van Rossum | 1996-08-20 | 1 | -0/+15 |
| | |||||
* | Barry's 2.73 | Guido van Rossum | 1996-08-20 | 1 | -6/+6 |
| | |||||
* | Get rid of debug print statements | Guido van Rossum | 1996-08-20 | 2 | -6/+0 |
| | |||||
* | Don't require <dlfcn.h> -- rely on existence of dlopen(). | Guido van Rossum | 1996-08-20 | 1 | -1/+3 |
| | |||||
* | Barry's 2.72 | Guido van Rossum | 1996-08-20 | 1 | -228/+561 |
| | |||||
* | *** empty log message *** | Barry Warsaw | 1996-08-20 | 1 | -3/+3 |
| | |||||
* | Write warning about exception in __del__ to stderr, not stdout. | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
| | |||||
* | *noconfig* -> *shared*. | Guido van Rossum | 1996-08-20 | 1 | -6/+11 |
| | | | | Add # -lm comment to modules that need it as sharedlib. | ||||
* | Support *shared* and *static* as aliases for *noconfig* and *config*. | Guido van Rossum | 1996-08-20 | 1 | -0/+2 |
| | |||||
* | Test for xdrmem_create() failure. | Guido van Rossum | 1996-08-20 | 1 | -15/+30 |
| | | | | Minor lay-out changes. | ||||
* | Install shared libs with executable mode -- needed for HPUX, | Guido van Rossum | 1996-08-20 | 1 | -1/+4 |
| | | | | doesn't hurt elsewhere. | ||||
* | Mention warning for exception in __del__. | Guido van Rossum | 1996-08-20 | 2 | -0/+4 |
| | |||||
* | Erase all memory of the access statement | Guido van Rossum | 1996-08-20 | 4 | -76/+2 |
| | |||||
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 2 | -67/+92 |
| | |||||
* | Rationalized header files: | Jack Jansen | 1996-08-20 | 4 | -21/+52 |
| | | | | | | | | | | - 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. | ||||
* | - Gave PPC shared libraries (and projects) .ppc in their name | Jack Jansen | 1996-08-20 | 31 | -4304/+8544 |
| | | | | | | - Created CFM68K projects (not all tested yet!!) - Moved quicktime to its own module - Modified the README file to (approximately) resemble reality | ||||
* | Added void before main | Jack Jansen | 1996-08-20 | 1 | -0/+1 |
| | |||||
* | - Renamed USE_BGEN to USE_TOOLBOX | Jack Jansen | 1996-08-20 | 1 | -6/+10 |
| | | | | | - Moved Qt and Cm out of toolbox into private library (so people without QuickTime can install PPC Python) | ||||
* | Re-binhexed | Jack Jansen | 1996-08-20 | 2 | -518/+518 |
| | |||||
* | Changes by Rob Hooft for GMP 2.0.2 | Guido van Rossum | 1996-08-19 | 2 | -14/+32 |
| | |||||
* | Document actual behavior of splitext(). | Guido van Rossum | 1996-08-19 | 2 | -4/+4 |
| | |||||
* | Documented class exceptions. | Guido van Rossum | 1996-08-19 | 2 | -6/+46 |
| | |||||
* | Remove mention of HAVE_CONFIG_H | Guido van Rossum | 1996-08-19 | 2 | -6/+2 |
| | |||||
* | Added _xdr module | Guido van Rossum | 1996-08-19 | 2 | -0/+168 |
| | |||||
* | Added imghdr,xdrlib; reformatted Makefile somewhat | Guido van Rossum | 1996-08-19 | 7 | -31/+614 |
| | |||||
* | Rename __test() to _test(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | XDR interface, evolved from Demo/rpc/xdr.py by Barry. | Guido van Rossum | 1996-08-19 | 1 | -0/+324 |
| | |||||
* | Added note about standard library module xdrlib.py | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
| | |||||
* | Always include config.h | Guido van Rossum | 1996-08-19 | 12 | -25/+0 |
| | |||||
* | Many little fixes: | Guido van Rossum | 1996-08-19 | 1 | -3/+19 |
| | | | | | | | | - 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 | ||||
* | getprogramname -> Py_GetProgramName. | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | Raise TypeError, not KeyError, on unknown keyword argument. | Guido van Rossum | 1996-08-19 | 1 | -2/+1 |
| | |||||
* | Added *PyMarshal_WriteObjectToString() (moved the relevant code there | Guido van Rossum | 1996-08-19 | 1 | -18/+25 |
| | | | | from marshal_loads()). | ||||
* | Added declaration for *PyMarshal_WriteObjectToString(). | Guido van Rossum | 1996-08-19 | 1 | -0/+1 |
| | |||||
* | Add prototypes for c_sum() etc. | Guido van Rossum | 1996-08-19 | 1 | -6/+6 |
| | |||||
* | Declare initregex() as returning void, as it should be. | Guido van Rossum | 1996-08-19 | 1 | -0/+1 |
| | |||||
* | Remove some unused variables. | Guido van Rossum | 1996-08-19 | 1 | -9/+0 |
| | |||||
* | Declare a bunch of internal routines as returning void. | Guido van Rossum | 1996-08-19 | 1 | -13/+13 |
| | |||||
* | Made it palatable for K&R preprocessors. The spam macros don't have | Guido van Rossum | 1996-08-19 | 1 | -46/+53 |
| | | | | | to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define). | ||||
* | Recognize *.sl and *.so as library (i.e. linker) arguments | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
| | |||||
* | Incorporate LDFLAGS calculated by configure (for --with-readline) | Guido van Rossum | 1996-08-19 | 1 | -2/+3 |
| | |||||
* | The usual... | Guido van Rossum | 1996-08-19 | 2 | -113/+153 |
| | |||||
* | Several refinements: | Guido van Rossum | 1996-08-19 | 1 | -7/+24 |
| | | | | | | | - 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 | ||||
* | Add HAVE_OLD_CPP to list of known defines | Guido van Rossum | 1996-08-19 | 1 | -0/+3 |
| |