summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* OS/2 thread supportGuido van Rossum1995-04-101-0/+214
* renaming phase 3Guido van Rossum1995-03-311-15/+15
* init sys_checkinterval to 10Guido van Rossum1995-03-301-1/+1
* flush stdout before writing to stderr in print_error()Guido van Rossum1995-03-301-0/+1
* fix dusty debugging macrosGuido van Rossum1995-03-292-3/+3
* remove unused code for tp_callGuido van Rossum1995-03-221-13/+1
* fix comment about exit()Guido van Rossum1995-03-201-1/+1
* In NT, write fatal() msg to debugging deviceGuido van Rossum1995-03-141-0/+10
* various tuple related optimizations; remove unused b/w compat code from ceval.cGuido van Rossum1995-03-092-83/+44
* changes in NT testsGuido van Rossum1995-03-091-2/+3
* use PROTO macro around fn prototypeGuido van Rossum1995-03-091-1/+1
* for BorlandCGuido van Rossum1995-02-271-1/+5
* for MPW __SC__Guido van Rossum1995-02-271-3/+6
* add explicit 0 flags for methodlistGuido van Rossum1995-02-211-5/+5
* change ifdefs and fix "%#s" formatGuido van Rossum1995-02-211-2/+2
* for __SC__Guido van Rossum1995-02-192-0/+80
* magic number changes of CR/LF are swappedGuido van Rossum1995-02-191-1/+3
* rename macstrerror to PyMac_StrError; no EINTR test in CWGuido van Rossum1995-02-181-8/+13
* fix bogus test for negative floatGuido van Rossum1995-02-181-3/+3
* ported to 68K Mac; changed suffix to .slbGuido van Rossum1995-02-181-26/+18
* hope to fix DEC Alpha gcc problems by declaring ints instead of longsGuido van Rossum1995-02-171-9/+9
* fix typo (== for =) in assignmentGuido van Rossum1995-02-171-1/+1
* fix bug in try-finally with class exceptions; declare different func pointers...Guido van Rossum1995-02-171-6/+7
* Added hooks to support importing pyc code from a resource on the mac.Jack Jansen1995-02-152-8/+47
* call __import__() with 4 args instead of 1Guido van Rossum1995-02-142-2/+56
* Added code to import dynamic modules using mac CFM.Jack Jansen1995-02-131-2/+41
* mac changes:Jack Jansen1995-02-131-0/+8
* use Py_CHARMASKGuido van Rossum1995-02-103-6/+15
* test for float to the float power hereGuido van Rossum1995-02-101-0/+5
* DECREF result of run_stringGuido van Rossum1995-02-071-2/+3
* init_frozen non-static, frozenmain.c not in Makefile any moreGuido van Rossum1995-02-072-2/+4
* print class name for exceptions that are classesGuido van Rossum1995-02-071-2/+14
* Under CodeWarrior, make the window go away on exit(0)Jack Jansen1995-02-021-0/+11
* remove unused variableGuido van Rossum1995-01-301-1/+0
* fix glaring bug in get_magicGuido van Rossum1995-01-301-2/+2
* Think C mod to suppress pausing at normal exitGuido van Rossum1995-01-301-0/+8
* removed frozenmain.o from objects added to libraryGuido van Rossum1995-01-261-2/+1
* don't dictclear deleted modules in doneimportGuido van Rossum1995-01-261-17/+22
* allow classes as exceptionsGuido van Rossum1995-01-261-4/+26
* make call_pyc_file staticGuido van Rossum1995-01-261-1/+4
* added missing case to get_docstringGuido van Rossum1995-01-261-2/+10
* moved callable() to object.cGuido van Rossum1995-01-261-29/+0
* don't overwrite error already set (e.g. from O&)Guido van Rossum1995-01-211-1/+3
* removed getopt.o from OBJSGuido van Rossum1995-01-201-1/+1
* fix mem leak (localmap in optimize)Guido van Rossum1995-01-201-0/+1
* support "O&" taking an object constructor a void*Guido van Rossum1995-01-201-2/+10
* add missing INCREF in RAISE_EXCEPTIONGuido van Rossum1995-01-201-1/+2
* don't use function prototypesGuido van Rossum1995-01-201-1/+4
* added changes for NetBSD dynamic linking; removed shared linking for NeXTGuido van Rossum1995-01-201-3/+16
* fix import related leaksGuido van Rossum1995-01-202-17/+23