1996-08-19 |
Jack Jansen | Guido: |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Guido: added some void's to declarations |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Guido: changed __sinit to __initialize for CFM68K. |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Fixes by Guido: HAVE_CONFIG_H, USE_STACKCHECK and |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | No USE_MACSPEECH for CFM68K (the interface library... |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Dummy SpinCursor() if __CFM68K__ is defined |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Removed {Set,Get}SoundVol (old calls not supported... |
commit | commitdiff | tree | snapshot |
1996-08-19 |
Jack Jansen | Fixed viewrect/destrect calculation |
commit | commitdiff | tree | snapshot |
1996-08-17 |
Guido van Rossum | site customization hook... |
commit | commitdiff | tree | snapshot |
1996-08-16 |
Guido van Rossum | Don't test here for negative number to float power... |
commit | commitdiff | tree | snapshot |
1996-08-16 |
Guido van Rossum | Don't die in resizestring() on filter(<func>, ""). |
commit | commitdiff | tree | snapshot |
1996-08-16 |
Guido van Rossum | Test for negative # to the nonintegral float power... |
commit | commitdiff | tree | snapshot |
1996-08-16 |
Guido van Rossum | regen for Next |
commit | commitdiff | tree | snapshot |
1996-08-13 |
Guido van Rossum | Changes for Windows NT -- this time it works, with... |
commit | commitdiff | tree | snapshot |
1996-08-12 |
Guido van Rossum | Added routines to print, format and extract the current... |
commit | commitdiff | tree | snapshot |
1996-08-12 |
Guido van Rossum | Disable support for access statement |
commit | commitdiff | tree | snapshot |
1996-08-12 |
Guido van Rossum | Define reference count admin debug functions to return... |
commit | commitdiff | tree | snapshot |
1996-08-12 |
Guido van Rossum | Added extern declarations for reference count admin... |
commit | commitdiff | tree | snapshot |
1996-08-12 |
Barry Warsaw | (py-no-outdent-re): Added return, break, raise, continu... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Renamed to pyerrors.h |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Some improvements by Fred Drake. |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Separate .dvi and .ps targets. |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Added capitalize, capwords, lstrip, rstrip, and optiona... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Added capwords, splitx, and optional 3rd argument to... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Use splitx() in capwords() (bugfix after interface... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Suggest using default values for __init__ arguments... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Get rid of parrot dropping (spurious 'E') |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Added doco for abstract interface |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Added footnote about lamda bodies being the same as... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Add warning about exceptions in __del__ being ignored. |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Insert "./" in front of pathname when it contains no... |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Optimizations by Sjoerd: |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Support for tp_getattro, tp_setattro (Sjoerd) |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Use pre-created string objects for most common exceptions |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Correct wrong calculation of pow(0.0, 0.0, negative_number) |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | Added tp_getattro, tp_setattro (Sjoerd) |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | New AIX-NOTES |
commit | commitdiff | tree | snapshot |
1996-08-09 |
Guido van Rossum | New AIX-NOTES |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | This is the third time I check in this change :-( |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Include "mymath.h" instead of manually declaring math... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Added lstrip() and rstrip(). |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Need config.h (for Win etc.) |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Added hack to get it to compile on AIX. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Rearrange include headers (needed on some platforms). |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Hack for Mac (where fabs is not usable as a function... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Add optional casts to free() calls. (Jack) |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Rationalized instructions for _tkinter.c |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Also remove *.sl (AIX shared libs) in make clean. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Removed |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Latest AIX changes from Vlad |
commit | commitdiff | tree | snapshot |
1996-08-08 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.4b2 |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Re-install aix files (what happened?) |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | removed old file |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Changes necessary for AIX. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Added casts from unsigned char to char when calling... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Removed unused var; added error check for ``lambda... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Include mymath.h instead of declaring prototypes for... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Correctly use Py_PROTO, not obsolete PROTO. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Renamed errors. -> pyerrors.h (for Mac, where Errors... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Typo: PySequence_Lenth -> PySequence_Length. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | For method=POST, append a query string from the environ... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Add optional third parameter to split() and splitfields... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Changed split() to be compatible with changes to string... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Slight update of doc string -- suggest default args... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Restore 1.3 behavior of gettempdir(): if tempdir is... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Don't use 'false'; use '0'. |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | stupid typo in latest fix ('Name' should be 'name') |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Need to import * from types |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Added test for math module |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | Use fcntl.h instead of sys/fcntl.h; use h2py.py from... |
commit | commitdiff | tree | snapshot |
1996-08-08 |
Guido van Rossum | New AIX specific subdirs |
commit | commitdiff | tree | snapshot |
1996-08-07 |
Jack Jansen | Changed to use 8-byte doubles. Also re-enabled optimiza... |
commit | commitdiff | tree | snapshot |
1996-08-07 |
Jack Jansen | Moved build.html to building.html |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | Changed instructions for new releases of cwgusi, waste... |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | New releases of CWGUSI, Waste and Tcl/Tk. |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | Updated for new tcl/tk release |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | GUSI mkdir() lost its dummy second arg |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | New waste release |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Jack Jansen | Upgraded to Waste 1.2f |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Barry Warsaw | #updated commentary |
commit | commitdiff | tree | snapshot |
1996-08-06 |
Barry Warsaw | (py-menu): Create default value |
commit | commitdiff | tree | snapshot |
1996-08-05 |
Barry Warsaw | (py-forward-into-nomenclature): Slightly better regex... |
commit | commitdiff | tree | snapshot |
1996-08-05 |
Jack Jansen | rebinhexed |
commit | commitdiff | tree | snapshot |
1996-08-05 |
Jack Jansen | Build instructions for source distribution that were... |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Barry Warsaw | (py-electric-colon): Use (py-next-statement -1) instead of |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | Removed references to mactcp, macdnr and stdwin modules |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | 1.4b2 projects |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | Upped version number, rebinhexed everything |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix... |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | Regenerated |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | Regenerated from CW9 includes (only QuickDraw really... |
commit | commitdiff | tree | snapshot |
1996-08-02 |
Jack Jansen | PyMac_BuildNumVersion added |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | #updated comments |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | (python-mode): automatically install imenu stuff. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | (imenu-example--python-show-method-args-p, |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | (py-keep-region-active): Zap duplicate defun. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | Final text for beta2 release. Hopefully no pre-1.4... |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | New project files, with sliceobject.c added. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | (py-delete-char): Check for py-honor-comment-indentation. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Barry Warsaw | (py-mode): comment-start is now "# " so indent-for... |
commit | commitdiff | tree | snapshot |
next |