Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | frozen code. | ||||
* | 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 |
| | | | | Fix leak and unchecked error in complex(). | ||||
* | 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 |
| | | | | sys.argv[1], effectively merging the fields. | ||||
* | Add optional third parameter to split() and splitfields(), giving the | Guido van Rossum | 1996-08-08 | 2 | -8/+44 |
| | | | | | maximum number of delimiters to parse; e.g. splitfields("a,b,c,d", ",", 2) -> ["a", "b", "c,d"]. | ||||
* | Changed split() to be compatible with changes to string.split(): the | Guido van Rossum | 1996-08-08 | 1 | -4/+24 |
| | | | | | | optional third argument gives a maximum number of delimiters to parse. The new function splitx() is like split() but returns a list containing the words as well as the delimiters. | ||||
* | Slight update of doc string -- suggest default args for __init__, no | Guido van Rossum | 1996-08-08 | 1 | -4/+6 |
| | | | | longer complain that __getinitargs__ is an ugly name. | ||||
* | 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 |
| | |||||
* | New AIX specific subdirs | Guido van Rossum | 1996-08-08 | 20 | -0/+2850 |
| | |||||
* | Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 | Jack Jansen | 1996-08-07 | 1 | -1342/+1330 |
| | | | | codegen. | ||||
* | Moved build.html to building.html | Jack Jansen | 1996-08-07 | 1 | -1/+1 |
| | |||||
* | Changed instructions for new releases of cwgusi, waste and tcl/tk, | Jack Jansen | 1996-08-06 | 1 | -209/+274 |
| | | | | moved some urls around, reformatted. | ||||
* | New releases of CWGUSI, Waste and Tcl/Tk. | Jack Jansen | 1996-08-06 | 12 | -4894/+4899 |
| | |||||
* | Updated for new tcl/tk release | Jack Jansen | 1996-08-06 | 1 | -3048/+3093 |
| | |||||
* | GUSI mkdir() lost its dummy second arg | Jack Jansen | 1996-08-06 | 1 | -0/+4 |
| | |||||
* | New waste release | Jack Jansen | 1996-08-06 | 1 | -1/+2 |
| | |||||
* | Upgraded to Waste 1.2f | Jack Jansen | 1996-08-06 | 3 | -98/+114 |
| | |||||
* | #updated commentary | Barry Warsaw | 1996-08-06 | 1 | -4/+3 |
| | |||||
* | (py-menu): Create default value | Barry Warsaw | 1996-08-06 | 1 | -0/+7 |
| | |||||
* | (py-forward-into-nomenclature): Slightly better regex for stopping on | Barry Warsaw | 1996-08-05 | 1 | -2/+4 |
| | | | | underscore. | ||||
* | rebinhexed | Jack Jansen | 1996-08-05 | 3 | -68/+69 |
| | |||||
* | Build instructions for source distribution that were somehow never | Jack Jansen | 1996-08-05 | 1 | -0/+351 |
| | | | | | checked in. Modified: removed stdwin references, added note on tcl memory allocation. | ||||
* | (py-electric-colon): Use (py-next-statement -1) instead of | Barry Warsaw | 1996-08-02 | 1 | -1/+1 |
| | | | | (forward-line -1), to properly catch continued statements. | ||||
* | Removed references to mactcp, macdnr and stdwin modules | Jack Jansen | 1996-08-02 | 9 | -322/+240 |
| | | | | Rebinhexed resource files | ||||
* | 1.4b2 projects | Jack Jansen | 1996-08-02 | 12 | -5213/+5274 |
| | |||||
* | Upped version number, rebinhexed everything | Jack Jansen | 1996-08-02 | 7 | -4284/+4304 |
| | |||||
* | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. | Jack Jansen | 1996-08-02 | 1 | -6/+20 |
| | |||||
* | Regenerated | Jack Jansen | 1996-08-02 | 10 | -30/+0 |
| | |||||
* | Regenerated from CW9 includes (only QuickDraw really got a few new values) | Jack Jansen | 1996-08-02 | 16 | -17/+22 |
| | |||||
* | PyMac_BuildNumVersion added | Jack Jansen | 1996-08-02 | 1 | -0/+2 |
| | |||||
* | #updated comments | Barry Warsaw | 1996-08-01 | 1 | -19/+22 |
| | |||||
* | (python-mode): automatically install imenu stuff. | Barry Warsaw | 1996-08-01 | 1 | -8/+15 |
| | |||||
* | (imenu-example--python-show-method-args-p, | Barry Warsaw | 1996-08-01 | 1 | -0/+210 |
| | | | | | | | | | | | | | imenu-example--python-class-regexp, imenu-example--python-method-regexp, imenu-example--python-method-no-arg-parens, imenu-example--python-method-arg-parens, imenu-example--generic-python-expression, imenu-example--python-generic-regexp, imenu-example--python-generic-parens): New variables. (imenu-example--create-python-index, imenu-example--create-python-index-engine): New functions. | ||||
* | (py-keep-region-active): Zap duplicate defun. | Barry Warsaw | 1996-08-01 | 1 | -11/+6 |
| | |||||
* | Final text for beta2 release. Hopefully no pre-1.4 information is left. | Guido van Rossum | 1996-08-01 | 1 | -151/+219 |
| | |||||
* | New project files, with sliceobject.c added. | Guido van Rossum | 1996-08-01 | 8 | -9730/+4081 |
| | |||||
* | (py-delete-char): Check for py-honor-comment-indentation. | Barry Warsaw | 1996-08-01 | 1 | -0/+1 |
| | |||||
* | (py-mode): comment-start is now "# " so indent-for-comment does the | Barry Warsaw | 1996-08-01 | 1 | -6/+41 |
| | | | | | | | | | | right thing. (py-comment-region): let-bind comment-start to "## " so commented regions get transformed into non-indenting comment lines. (py-compute-region): Implement modification to rule for recognizing "indenting comment lines". | ||||
* | CW9 | Jack Jansen | 1996-08-01 | 18 | -5269/+6127 |
| |