- 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
- 86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) by Guido van Rossum · 28 years ago
- 0693dd2 Added tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
- 9dc7833 New AIX-NOTES by Guido van Rossum · 28 years ago
- 36eb6c7 New AIX-NOTES by Guido van Rossum · 28 years ago
- abfd806 This is the third time I check in this change :-( by Guido van Rossum · 28 years ago
- 99d90c0 Include "mymath.h" instead of manually declaring math functions. by Guido van Rossum · 28 years ago
- 7999a5c Added lstrip() and rstrip(). by Guido van Rossum · 28 years ago
- 339cfa3 Need config.h (for Win etc.) by Guido van Rossum · 28 years ago
- ec185bd Added hack to get it to compile on AIX. by Guido van Rossum · 28 years ago
- 8a170cb Rearrange include headers (needed on some platforms). by Guido van Rossum · 28 years ago
- 6412b1d Hack for Mac (where fabs is not usable as a function pointer). by Guido van Rossum · 28 years ago
- 97867b2 Add optional casts to free() calls. (Jack) by Guido van Rossum · 28 years ago
- 82df03e Rationalized instructions for _tkinter.c by Guido van Rossum · 28 years ago
- 6554419 Also remove *.sl (AIX shared libs) in make clean. by Guido van Rossum · 28 years ago
- 1dc19ba Removed by Guido van Rossum · 28 years ago
- a93b504 Latest AIX changes from Vlad by Guido van Rossum · 28 years ago
- b6b43e0 This commit was manufactured by cvs2svn to create tag 'r14beta2'. by cvs2svn · 28 years ago
- b4ae6a3 Re-install aix files (what happened?) by Guido van Rossum · 28 years ago
- 3bedce0 removed old file by Guido van Rossum · 28 years ago
- 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
- 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
- 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
- fe4b6ee Include mymath.h instead of declaring prototypes for math functions. by Guido van Rossum · 28 years ago
- 1d60614 Correctly use Py_PROTO, not obsolete PROTO. by Guido van Rossum · 28 years ago
- 6f90e98 Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). by Guido van Rossum · 28 years ago
- 578cedd Typo: PySequence_Lenth -> PySequence_Length. by Guido van Rossum · 28 years ago
- afb5e93 For method=POST, append a query string from the environment or from by Guido van Rossum · 28 years ago
- 306a8a6 Add optional third parameter to split() and splitfields(), giving the by Guido van Rossum · 28 years ago
- a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
- 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
- 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
- 0523d63 Don't use 'false'; use '0'. by Guido van Rossum · 28 years ago
- 5468a7b stupid typo in latest fix ('Name' should be 'name') by Guido van Rossum · 28 years ago
- 524e9a4 Need to import * from types by Guido van Rossum · 28 years ago
- fcce630 Added test for math module by Guido van Rossum · 28 years ago
- 47347f0 Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts by Guido van Rossum · 28 years ago
- d44e0c3 New AIX specific subdirs by Guido van Rossum · 28 years ago
- c442d43 Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 codegen. by Jack Jansen · 28 years ago
- 3638935 Moved build.html to building.html by Jack Jansen · 28 years ago
- 4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, by Jack Jansen · 28 years ago
- 3d159f0 New releases of CWGUSI, Waste and Tcl/Tk. by Jack Jansen · 28 years ago
- bb708ae Updated for new tcl/tk release by Jack Jansen · 28 years ago
- 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
- eb1284b New waste release by Jack Jansen · 28 years ago
- 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
- cf34d2a #updated commentary by Barry Warsaw · 28 years ago
- 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
- c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
- 6aadd26 rebinhexed by Jack Jansen · 28 years ago
- 8f2d802 Build instructions for source distribution that were somehow never by Jack Jansen · 28 years ago
- a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
- bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
- 402030f 1.4b2 projects by Jack Jansen · 28 years ago
- 4f1fe32 Upped version number, rebinhexed everything by Jack Jansen · 28 years ago
- 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago