summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Add needed #include <ctype.h>Guido van Rossum1996-08-211-0/+2
* Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).Guido van Rossum1996-08-211-0/+1
* Don't require <dlfcn.h> -- rely on existence of dlopen().Guido van Rossum1996-08-201-1/+3
* Always include config.hGuido van Rossum1996-08-196-12/+0
* Many little fixes:Guido van Rossum1996-08-191-3/+19
* getprogramname -> Py_GetProgramName.Guido van Rossum1996-08-191-2/+2
* Raise TypeError, not KeyError, on unknown keyword argument.Guido van Rossum1996-08-191-2/+1
* Added *PyMarshal_WriteObjectToString() (moved the relevant code thereGuido van Rossum1996-08-191-18/+25
* Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated byGuido van Rossum1996-08-191-3/+383
* Don't test here for negative number to float power; that belongs inGuido van Rossum1996-08-161-9/+0
* Don't die in resizestring() on filter(<func>, "").Guido van Rossum1996-08-161-1/+1
* Disable support for access statementGuido van Rossum1996-08-123-589/+567
* Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB)Guido van Rossum1996-08-091-0/+6
* Changes necessary for AIX.Guido van Rossum1996-08-081-0/+15
* Added casts from unsigned char to char when calling rds_object() onGuido van Rossum1996-08-081-2/+2
* Removed unused var; added error check for ``lambda: x=1''.Guido van Rossum1996-08-081-1/+5
* Include mymath.h instead of declaring prototypes for math functions.Guido van Rossum1996-08-081-5/+13
* Put definition of _REENTRANT in config.hGuido van Rossum1996-08-011-4/+0
* Changes for AIX sharedlibs.Guido van Rossum1996-07-311-14/+120
* If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.Guido van Rossum1996-07-311-0/+4
* Added _REENTRANT definitionGuido van Rossum1996-07-311-0/+4
* Always insert script directory in front of sys.path -- if there's noGuido van Rossum1996-07-301-17/+17
* Better error message if stride used on normal sequence objectGuido van Rossum1996-07-301-2/+10
* Add 'Ellipses' object.Guido van Rossum1996-07-301-0/+1
* Changes for slice and ellipsesGuido van Rossum1996-07-306-181/+355
* Changes needed by NeXT (the only platform that seems to use this).Guido van Rossum1996-07-301-3/+38
* As a side effect of calling PySys_SetArgv (setpythonargv), theGuido van Rossum1996-07-241-0/+18
* new .pyc magic number (** operator)Guido van Rossum1996-07-211-1/+1
* added 1996Guido van Rossum1996-07-211-2/+2
* Py_complex; and WITHOUT_COMPLEX added to getargs.cGuido van Rossum1996-07-214-6/+8
* Slightly different Windows ifdefsGuido van Rossum1996-06-282-4/+3
* Corrections to aix_loaderror(), by Manus Hand.Guido van Rossum1996-06-261-5/+7
* Jeremy's patches for more robust handling of unmarshallable types.Guido van Rossum1996-06-261-5/+22
* Cosmetic change to the dox_8x3 hack.Guido van Rossum1996-06-201-4/+3
* Renamed static pow() to powerop() to avoid name conflict in some compilers.Guido van Rossum1996-06-191-4/+4
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
* struct frozen is now struct _frozen and comes from import.h.Guido van Rossum1996-06-171-11/+5
* Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).Guido van Rossum1996-06-171-0/+7
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
* grand renaming; added copyright to some filesGuido van Rossum1996-05-286-17/+119
* Plug memory leak (variable names in code objects were being leaked!)Guido van Rossum1996-05-281-0/+1
* Removed some done "to do" items.Guido van Rossum1996-05-241-9/+3
* rename printrefs, getobjects to _Py_ prefixGuido van Rossum1996-05-242-3/+5
* removed verbose decl; added win3.1 dynamic linking.Guido van Rossum1996-05-231-3/+19
* moved verbose decl to pydebug.h; added dos_8x3 featureGuido van Rossum1996-05-231-2/+18
* Added copyright.Guido van Rossum1996-05-231-1/+31
* removed sime redundant header includes and decls.Guido van Rossum1996-05-231-8/+0
* Removed some redundant header includes.Guido van Rossum1996-05-231-5/+5
* TRACE_REFS -> Py_TRACE_REFSGuido van Rossum1996-05-231-2/+2
* Use new names for debug macros. Don't include pythonrun.h.Guido van Rossum1996-05-221-6/+5