Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guido: changed __sinit to __initialize for CFM68K. | Jack Jansen | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and | Jack Jansen | 1996-08-19 | 3 | -16/+7 |
| | | | | | USE_MAC_DYNAMIC_LOADING are no longer needed. Also, WASTE and IMG removed in some places. | ||||
* | No USE_MACSPEECH for CFM68K (the interface library appears to be missing) | Jack Jansen | 1996-08-19 | 1 | -0/+2 |
| | |||||
* | Dummy SpinCursor() if __CFM68K__ is defined | Jack Jansen | 1996-08-19 | 1 | -0/+10 |
| | |||||
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 2 | -34/+4 |
| | |||||
* | Fixed viewrect/destrect calculation | Jack Jansen | 1996-08-19 | 1 | -2/+8 |
| | |||||
* | site customization hook... | Guido van Rossum | 1996-08-17 | 1 | -0/+47 |
| | |||||
* | Don't test here for negative number to float power; that belongs in | Guido van Rossum | 1996-08-16 | 1 | -9/+0 |
| | | | | floatobject.c. | ||||
* | Don't die in resizestring() on filter(<func>, ""). | Guido van Rossum | 1996-08-16 | 1 | -1/+1 |
| | |||||
* | Test for negative # to the nonintegral float power here. | Guido van Rossum | 1996-08-16 | 1 | -15/+12 |
| | | | | Expanded powi() in-line. | ||||
* | regen for Next | Guido van Rossum | 1996-08-16 | 2 | -0/+22 |
| | |||||
* | Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. | Guido van Rossum | 1996-08-13 | 1 | -16/+28 |
| | | | | | | - Use ckalloc(), ckfree() everywhere. - Default FREECAST to (char *). - Added comment with Tcl/Tk version info. | ||||
* | Added routines to print, format and extract the current, ``live'' stack. | Guido van Rossum | 1996-08-12 | 1 | -7/+65 |
| | | | | | Also added print_list() and format_list() which format the output from an extract_*() routine. | ||||
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 9 | -633/+649 |
| | |||||
* | Define reference count admin debug functions to return void. | Guido van Rossum | 1996-08-12 | 1 | -0/+4 |
| | |||||
* | Added extern declarations for reference count admin debug functions. | Guido van Rossum | 1996-08-12 | 1 | -3/+10 |
| | |||||
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
| | | | | already outdent for those statements. | ||||
* | Renamed to pyerrors.h | Guido van Rossum | 1996-08-09 | 1 | -76/+0 |
| | |||||
* | Some improvements by Fred Drake. | Guido van Rossum | 1996-08-09 | 3 | -180/+174 |
| | |||||
* | Separate .dvi and .ps targets. | Guido van Rossum | 1996-08-09 | 1 | -8/+24 |
| | | | | More rational destination for texi2html.py. | ||||
* | Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument | Guido van Rossum | 1996-08-09 | 2 | -42/+100 |
| | | | | | to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other. | ||||
* | Added capwords, splitx, and optional 3rd argument to split/splitx. | Guido van Rossum | 1996-08-09 | 2 | -10/+42 |
| | |||||
* | Use splitx() in capwords() (bugfix after interface change for split()). | Guido van Rossum | 1996-08-09 | 1 | -2/+2 |
| | | | | | Give capwords a default pattern argument which will recognize words as sequeces of [a-zA-Z0-9_]. | ||||
* | Suggest using default values for __init__ arguments to make classes | Guido van Rossum | 1996-08-09 | 2 | -2/+6 |
| | | | | unpicklable. | ||||
* | Get rid of parrot dropping (spurious 'E') | Guido van Rossum | 1996-08-09 | 2 | -2/+2 |
| | |||||
* | Added doco for abstract interface | Guido van Rossum | 1996-08-09 | 3 | -0/+518 |
| | |||||
* | Added footnote about lamda bodies being the same as function bodies. | Guido van Rossum | 1996-08-09 | 2 | -2/+12 |
| | |||||
* | Add warning about exceptions in __del__ being ignored. | Guido van Rossum | 1996-08-09 | 2 | -0/+8 |
| | |||||
* | Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) | Guido van Rossum | 1996-08-09 | 1 | -0/+6 |
| | |||||
* | Optimizations by Sjoerd: | Guido van Rossum | 1996-08-09 | 1 | -81/+172 |
| | | | | | - define tp_getattro, tp_setattro - use precreated string objects for most common exceptions and method names | ||||
* | Support for tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 3 | -0/+33 |
| | |||||
* | Use pre-created string objects for most common exceptions | Guido van Rossum | 1996-08-09 | 1 | -2/+8 |
| | | | | (especially IndexError which is caught by 'for') | ||||
* | Correct wrong calculation of pow(0.0, 0.0, negative_number) | Guido van Rossum | 1996-08-09 | 1 | -5/+6 |
| | |||||
* | Added tp_getattro, tp_setattro (Sjoerd) | Guido van Rossum | 1996-08-09 | 1 | -2/+4 |
| | |||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -0/+144 |
| | |||||
* | New AIX-NOTES | Guido van Rossum | 1996-08-09 | 1 | -61/+0 |
| | |||||
* | This is the third time I check in this change :-( | Guido van Rossum | 1996-08-08 | 1 | -2/+1 |
| | | | | | Don't use assignments into inst.__dict__ to restore instance variables; use setattr() instead. | ||||
* | Include "mymath.h" instead of manually declaring math functions. | Guido van Rossum | 1996-08-08 | 1 | -2/+4 |
| | |||||
* | Added lstrip() and rstrip(). | Guido van Rossum | 1996-08-08 | 1 | -17/+93 |
| | | | | | | Extended split() (and hence splitfields(), which is the same function) to support an optional third parameter giving the maximum number of delimiters to parse. | ||||
* | Need config.h (for Win etc.) | Guido van Rossum | 1996-08-08 | 1 | -0/+4 |
| | |||||
* | Added hack to get it to compile on AIX. | Guido van Rossum | 1996-08-08 | 1 | -0/+5 |
| | |||||
* | Rearrange include headers (needed on some platforms). | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
| | |||||
* | Hack for Mac (where fabs is not usable as a function pointer). | Guido van Rossum | 1996-08-08 | 1 | -0/+5 |
| | |||||
* | Add optional casts to free() calls. (Jack) | Guido van Rossum | 1996-08-08 | 1 | -5/+24 |
| | | | | Set Tk variable argv0 to classname passed in to Tkapp_New. (Fred) | ||||
* | Rationalized instructions for _tkinter.c | Guido van Rossum | 1996-08-08 | 1 | -17/+12 |
| | |||||
* | Also remove *.sl (AIX shared libs) in make clean. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
| | |||||
* | Removed | Guido van Rossum | 1996-08-08 | 1 | -33/+0 |
| | |||||
* | Latest AIX changes from Vlad | Guido van Rossum | 1996-08-08 | 2 | -11/+131 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r14beta2'.v1.4b2 | cvs2svn | 1996-08-08 | 1 | -0/+1 |
| | |||||
* | Re-install aix files (what happened?) | Guido van Rossum | 1996-08-08 | 3 | -0/+568 |
| |