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 |
1996-08-01 |
Jack Jansen | CW9 |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Jack Jansen | Removed debug output |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Jack Jansen | Removed unused var |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Jack Jansen | NumVersion stuff has changed |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Jack Jansen | - Minimum stacksize is now 8K for PPC, 4K for 68K |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | New .pyc magic numnber, too. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | Use Tcl/Tk 7.5/4.1 by default. |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | Put definition of _REENTRANT in config.h |
commit | commitdiff | tree | snapshot |
1996-08-01 |
Guido van Rossum | Allow compilation by K&R C compiler. |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | Changes for AIX; also remove all references to _REENTRANT. |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | Changes for AIX sharedlibs. |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | Changes for AIX shared libs |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Barry Warsaw | #comment update |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Barry Warsaw | #comment update |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Barry Warsaw | #updated to do list |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | Don't trip over empty string in sys.path. |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Barry Warsaw | (py-parse-state): stop searching backwards when we... |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Barry Warsaw | (py-statement-closes-block-p, py-compute-indentation... |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | getprogramname --> Py_GetProgramName |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | If NO_DYNAMIC_LINK is defined, load_dynamic_module... |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | Added _REENTRANT definition |
commit | commitdiff | tree | snapshot |
1996-07-31 |
Guido van Rossum | DESTLIB and MACHDESTLIB are now derived from variables... |
commit | commitdiff | tree | snapshot |
next |