summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* Removed environment, objc, sybase modulesGuido van Rossum1996-08-213-1064/+0
|
* Get rid of some obsolete modules:Guido van Rossum1996-08-211-16/+2
| | | | | | - environment.c (we now have os.putenv) - sybase (a better one is in contrib/Databases/Sybase.*) - objc.c (incomplete and unsupportable by us)
* Patches to make it compile with K&R CGuido van Rossum1996-08-211-25/+25
|
* Avoid complaint about inconsistent hypot() linkage on NT.Guido van Rossum1996-08-211-0/+2
|
* Raise ValueError on empty string passed into atoi(), atol(), atof().Guido van Rossum1996-08-211-0/+12
|
* Support for old CPPGuido van Rossum1996-08-211-0/+4
|
* Hacks to support being a Windows DLLGuido van Rossum1996-08-211-2/+5
|
* Added delslice and delitem.Guido van Rossum1996-08-211-32/+47
| | | | | | Renamed and, or to and_, or_. Renamed all internal identifiers so as not to start with '__' (which is a compiler privilege); remove AIX hack.
* New batch from FredGuido van Rossum1996-08-211-316/+428
|
* Add #define MAC_TCL for Mac.Guido van Rossum1996-08-201-0/+4
|
* *noconfig* -> *shared*.Guido van Rossum1996-08-201-6/+11
| | | | Add # -lm comment to modules that need it as sharedlib.
* Support *shared* and *static* as aliases for *noconfig* and *config*.Guido van Rossum1996-08-201-0/+2
|
* Test for xdrmem_create() failure.Guido van Rossum1996-08-201-15/+30
| | | | Minor lay-out changes.
* Install shared libs with executable mode -- needed for HPUX,Guido van Rossum1996-08-201-1/+4
| | | | doesn't hurt elsewhere.
* Changes by Rob Hooft for GMP 2.0.2Guido van Rossum1996-08-192-14/+32
|
* Added _xdr moduleGuido van Rossum1996-08-192-0/+168
|
* Always include config.hGuido van Rossum1996-08-192-4/+0
|
* Declare initregex() as returning void, as it should be.Guido van Rossum1996-08-191-0/+1
|
* Remove some unused variables.Guido van Rossum1996-08-191-9/+0
|
* Declare a bunch of internal routines as returning void.Guido van Rossum1996-08-191-13/+13
|
* Made it palatable for K&R preprocessors. The spam macros don't haveGuido van Rossum1996-08-191-46/+53
| | | | | to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define).
* Recognize *.sl and *.so as library (i.e. linker) argumentsGuido van Rossum1996-08-191-0/+2
|
* Incorporate LDFLAGS calculated by configure (for --with-readline)Guido van Rossum1996-08-191-2/+3
|
* Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc.Guido van Rossum1996-08-131-16/+28
| | | | | | - Use ckalloc(), ckfree() everywhere. - Default FREECAST to (char *). - Added comment with Tcl/Tk version info.
* Include "mymath.h" instead of manually declaring math functions.Guido van Rossum1996-08-081-2/+4
|
* Added lstrip() and rstrip().Guido van Rossum1996-08-081-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 Rossum1996-08-081-0/+4
|
* Added hack to get it to compile on AIX.Guido van Rossum1996-08-081-0/+5
|
* Rearrange include headers (needed on some platforms).Guido van Rossum1996-08-081-1/+1
|
* Hack for Mac (where fabs is not usable as a function pointer).Guido van Rossum1996-08-081-0/+5
|
* Add optional casts to free() calls. (Jack)Guido van Rossum1996-08-081-5/+24
| | | | Set Tk variable argv0 to classname passed in to Tkapp_New. (Fred)
* Rationalized instructions for _tkinter.cGuido van Rossum1996-08-081-17/+12
|
* Also remove *.sl (AIX shared libs) in make clean.Guido van Rossum1996-08-081-1/+1
|
* RemovedGuido van Rossum1996-08-081-33/+0
|
* Latest AIX changes from VladGuido van Rossum1996-08-082-11/+131
|
* Re-install aix files (what happened?)Guido van Rossum1996-08-083-0/+568
|
* removed old fileGuido van Rossum1996-08-081-122/+0
|
* Use Tcl/Tk 7.5/4.1 by default.Guido van Rossum1996-08-011-2/+2
|
* Changes for AIX shared libsGuido van Rossum1996-07-312-2/+9
|
* getprogramname --> Py_GetProgramNameGuido van Rossum1996-07-311-3/+3
|
* DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.Guido van Rossum1996-07-311-8/+10
| | | | Clarified some comments.
* Collect together all detailed installation directories.Guido van Rossum1996-07-311-2/+13
|
* Don't make an exception for NeXT (BBUM says it's no longer needed).Guido van Rossum1996-07-301-1/+1
| | | | | (But hypot() should really be defined in a separate file, triggered by configure.)
* Remove "." from default path. Also rearrange so that SITEPATH comesGuido van Rossum1996-07-301-2/+2
| | | | after DESTPATH.
* Don't have "." in the default path.Guido van Rossum1996-07-301-2/+2
|
* Converted to new styleGuido van Rossum1996-07-301-70/+70
|
* Operators like __add__Guido van Rossum1996-07-301-0/+242
|
* Some NeXT changes (default certain symbols to others)Guido van Rossum1996-07-301-0/+12
|
* Added operator.c. Moved errno.c.Guido van Rossum1996-07-301-6/+7
| | | | Changes to PYTHONPATH so it includes VERSION
* Refinements to installation, now uses $(VERSION) etc.Guido van Rossum1996-07-301-4/+5
|