- 4747887 New batch from Fred by Guido van Rossum · 28 years ago
- 3a1fbb4 Added Vlad. by Guido van Rossum · 28 years ago
- e8c0a15 New generic makefile by Jim F; drop pyimenu.el by Guido van Rossum · 28 years ago
- b4d3779 Minor updates. by Guido van Rossum · 28 years ago
- 5c8e256 typo by Guido van Rossum · 28 years ago
- bf0dc9f Add #define MAC_TCL for Mac. by Guido van Rossum · 28 years ago
- d7abed3 Get rid of access statement by Guido van Rossum · 28 years ago
- 3e065ad Attempt at Windows-NT compatibility. by Guido van Rossum · 28 years ago
- 34f1731 Add optional separator character to capwords(), for completeness. by Guido van Rossum · 28 years ago
- 63f0cf0 delattr() can raise AttributeError, not KeyError. by Guido van Rossum · 28 years ago
- 422869a Correct description of splitext(). by Guido van Rossum · 28 years ago
- 0f6a3bf Added locking hacks for AIX by Guido van Rossum · 28 years ago
- f85de8a Added print_exception() convenience function. by Guido van Rossum · 28 years ago
- 6ba66d0 Improved tests; run twice, onece in normal mode, once in restricted mode. by Guido van Rossum · 28 years ago
- 880d1ee Barry's 2.73 by Guido van Rossum · 28 years ago
- 5c9bfe2 Get rid of debug print statements by Guido van Rossum · 28 years ago
- 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
- 6ba1120 Barry's 2.72 by Guido van Rossum · 28 years ago
- 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
- 89227eb Write warning about exception in __del__ to stderr, not stdout. by Guido van Rossum · 28 years ago
- 613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. by Guido van Rossum · 28 years ago
- 4355454 Support *shared* and *static* as aliases for *noconfig* and *config*. by Guido van Rossum · 28 years ago
- d62d8bc Test for xdrmem_create() failure. Minor lay-out changes. by Guido van Rossum · 28 years ago
- cde317a Install shared libs with executable mode -- needed for HPUX, by Guido van Rossum · 28 years ago
- 1fd5b21 Mention warning for exception in __del__. by Guido van Rossum · 28 years ago
- 0a94dfc Erase all memory of the access statement by Guido van Rossum · 28 years ago
- 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
- e420178 Rationalized header files: by Jack Jansen · 28 years ago
- 4b2c386 - Gave PPC shared libraries (and projects) .ppc in their name by Jack Jansen · 28 years ago
- 7bbd1a5 Added void before main by Jack Jansen · 28 years ago
- 16ff872 - Renamed USE_BGEN to USE_TOOLBOX by Jack Jansen · 28 years ago
- bbe2ae1 Re-binhexed by Jack Jansen · 28 years ago
- 272841c Changes by Rob Hooft for GMP 2.0.2 by Guido van Rossum · 28 years ago
- 56b30ea Document actual behavior of splitext(). by Guido van Rossum · 28 years ago
- 8823972 Documented class exceptions. by Guido van Rossum · 28 years ago
- 305ed11 Remove mention of HAVE_CONFIG_H by Guido van Rossum · 28 years ago
- 73363b5 Added _xdr module by Guido van Rossum · 28 years ago
- 40006cf Added imghdr,xdrlib; reformatted Makefile somewhat by Guido van Rossum · 28 years ago
- 72fba79 Rename __test() to _test(). by Guido van Rossum · 28 years ago
- 731630b XDR interface, evolved from Demo/rpc/xdr.py by Barry. by Guido van Rossum · 28 years ago
- bf66c64 Added note about standard library module xdrlib.py by Guido van Rossum · 28 years ago
- 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
- 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
- 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
- 6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. by Guido van Rossum · 28 years ago
- 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
- 49c70a7 Added declaration for *PyMarshal_WriteObjectToString(). by Guido van Rossum · 28 years ago
- 8b51d22 Add prototypes for c_sum() etc. by Guido van Rossum · 28 years ago
- 8f3032d Declare initregex() as returning void, as it should be. by Guido van Rossum · 28 years ago
- 8609868 Remove some unused variables. by Guido van Rossum · 28 years ago
- 2977e5d Declare a bunch of internal routines as returning void. by Guido van Rossum · 28 years ago
- 1720230 Made it palatable for K&R preprocessors. The spam macros don't have by Guido van Rossum · 28 years ago
- a29756c Recognize *.sl and *.so as library (i.e. linker) arguments by Guido van Rossum · 28 years ago
- 07b983d Incorporate LDFLAGS calculated by configure (for --with-readline) by Guido van Rossum · 28 years ago
- 84e7b24 The usual... by Guido van Rossum · 28 years ago
- 300fda7 Several refinements: by Guido van Rossum · 28 years ago
- 8e09a9f Add HAVE_OLD_CPP to list of known defines by Guido van Rossum · 28 years ago
- fc8ebb1 MACHDEP and regen problem is now taken care of by Guido van Rossum · 28 years ago
- aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
- 926518b Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). by Guido van Rossum · 28 years ago
- bf05d4c Fixed command-. handling by Jack Jansen · 28 years ago
- a06f13d Fixed to work for ppc and cfm68k by Jack Jansen · 28 years ago
- 7e124ea Guido: - define USE_CHECKSTACK - Comment on defines used by Jack Jansen · 28 years ago
- 499a8af Removed debug printf by Jack Jansen · 28 years ago
- 3bc6fe6 Removed obsolete cfm68k ifdef (Guido) by Jack Jansen · 28 years ago
- 007fa82 Include config.h by Jack Jansen · 28 years ago
- cfadbd4 Guido: by Jack Jansen · 28 years ago
- 76ceece Guido: added some void's to declarations by Jack Jansen · 28 years ago
- 9ff06ce Guido: changed __sinit to __initialize for CFM68K. by Jack Jansen · 28 years ago
- cb7f3fc Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and by Jack Jansen · 28 years ago
- 32b27f1 No USE_MACSPEECH for CFM68K (the interface library appears to be missing) by Jack Jansen · 28 years ago
- 7ac70af Dummy SpinCursor() if __CFM68K__ is defined by Jack Jansen · 28 years ago
- e5649c7 Removed {Set,Get}SoundVol (old calls not supported by cfm68k) by Jack Jansen · 28 years ago
- ee8662f Fixed viewrect/destrect calculation by Jack Jansen · 28 years ago
- e57c96e site customization hook... by Guido van Rossum · 28 years ago
- bf51afa Don't test here for negative number to float power; that belongs in by Guido van Rossum · 28 years ago
- 79d96d6 Don't die in resizestring() on filter(<func>, ""). by Guido van Rossum · 28 years ago
- c13bcca Test for negative # to the nonintegral float power here. by Guido van Rossum · 28 years ago
- fe58e3e regen for Next by Guido van Rossum · 28 years ago
- 7ffa761 Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. by Guido van Rossum · 28 years ago
- dcc057a Added routines to print, format and extract the current, ``live'' stack. by Guido van Rossum · 28 years ago
- 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
- aacdc9d Define reference count admin debug functions to return void. by Guido van Rossum · 28 years ago
- d86b380 Added extern declarations for reference count admin debug functions. by Guido van Rossum · 28 years ago
- f67a57e (py-no-outdent-re): Added return, break, raise, continue since we by Barry Warsaw · 28 years ago
- 8b004d3 Renamed to pyerrors.h by Guido van Rossum · 28 years ago
- 29901ff Some improvements by Fred Drake. by Guido van Rossum · 28 years ago
- eb8d503 Separate .dvi and .ps targets. More rational destination for texi2html.py. by Guido van Rossum · 28 years ago
- e5e55d7 Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument by Guido van Rossum · 28 years ago
- 0b3f951 Added capwords, splitx, and optional 3rd argument to split/splitx. by Guido van Rossum · 28 years ago
- 7a7d5d8 Use splitx() in capwords() (bugfix after interface change for split()). by Guido van Rossum · 28 years ago
- 12f0cc3 Suggest using default values for __init__ arguments to make classes unpicklable. by Guido van Rossum · 28 years ago
- 4a5b27b Get rid of parrot dropping (spurious 'E') by Guido van Rossum · 28 years ago
- 267e80d Added doco for abstract interface by Guido van Rossum · 28 years ago
- 22277c8 Added footnote about lamda bodies being the same as function bodies. by Guido van Rossum · 28 years ago
- 45687bb Add warning about exceptions in __del__ being ignored. by Guido van Rossum · 28 years ago
- 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
- 2878a69 Optimizations by Sjoerd: by Guido van Rossum · 28 years ago
- d8eb1b3 Support for tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
- 929f1b8 Use pre-created string objects for most common exceptions by Guido van Rossum · 28 years ago