| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument | Guido van Rossum | 1996-08-09 | 2 | -42/+100 |
|
|
* | 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 |
|
|
* | Suggest using default values for __init__ arguments to make classes | Guido van Rossum | 1996-08-09 | 2 | -2/+6 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | removed old file | Guido van Rossum | 1996-08-08 | 1 | -122/+0 |
|
|
* | Changes necessary for AIX. | Guido van Rossum | 1996-08-08 | 1 | -0/+15 |
|
|
* | Added casts from unsigned char to char when calling rds_object() on | Guido van Rossum | 1996-08-08 | 1 | -2/+2 |
|
|
* | Removed unused var; added error check for ``lambda: x=1''. | Guido van Rossum | 1996-08-08 | 1 | -1/+5 |
|
|
* | Include mymath.h instead of declaring prototypes for math functions. | Guido van Rossum | 1996-08-08 | 1 | -5/+13 |
|
|
* | Correctly use Py_PROTO, not obsolete PROTO. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
|
|
* | Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
|
|
* | Typo: PySequence_Lenth -> PySequence_Length. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
|
|
* | For method=POST, append a query string from the environment or from | Guido van Rossum | 1996-08-08 | 1 | -1/+7 |
|
|
* | Add optional third parameter to split() and splitfields(), giving the | Guido van Rossum | 1996-08-08 | 2 | -8/+44 |
|
|
* | Changed split() to be compatible with changes to string.split(): the | Guido van Rossum | 1996-08-08 | 1 | -4/+24 |
|
|
* | Slight update of doc string -- suggest default args for __init__, no | Guido van Rossum | 1996-08-08 | 1 | -4/+6 |
|
|
* | Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. | Guido van Rossum | 1996-08-08 | 1 | -0/+2 |
|
|
* | Don't use 'false'; use '0'. | Guido van Rossum | 1996-08-08 | 1 | -1/+1 |
|
|
* | stupid typo in latest fix ('Name' should be 'name') | Guido van Rossum | 1996-08-08 | 2 | -2/+2 |
|
|
* | Need to import * from types | Guido van Rossum | 1996-08-08 | 2 | -4/+2 |
|
|
* | Added test for math module | Guido van Rossum | 1996-08-08 | 3 | -0/+183 |
|
|
* | Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts | Guido van Rossum | 1996-08-08 | 2 | -8/+8 |
|
|