summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Two small changes:Guido van Rossum1997-01-271-5/+3
* Plug a leak with calling something other than a function or method isGuido van Rossum1997-01-271-4/+3
* Patches for (two forms of) optional dynamic execution profiling --Guido van Rossum1997-01-241-0/+68
* Change the control flow for error handling in the function prelude toGuido van Rossum1997-01-241-23/+17
* Added optional interface for dynamic execution profile (to be gatheredGuido van Rossum1997-01-241-2/+11
* Get the line number from PyCode_Addr2Line instead of believingGuido van Rossum1997-01-241-1/+4
* New magin number (because of linenumber table).Guido van Rossum1997-01-241-1/+1
* Marshal the line number table of code objects.Guido van Rossum1997-01-241-1/+9
* Instead of emitting SET_LINENO instructions, generate a line numberGuido van Rossum1997-01-241-6/+102
* Kill all local variables on function return. This closes a giganticGuido van Rossum1997-01-211-0/+12
* Only call sigcheck() at the ticker code if we don't have true signals.Guido van Rossum1997-01-211-2/+6
* Cleanup:Guido van Rossum1997-01-211-222/+10
* get build info from elsewhereGuido van Rossum1997-01-201-9/+2
* Changes for frame object speedup:Guido van Rossum1997-01-201-14/+2
* Remove unused variable.Guido van Rossum1997-01-181-1/+0
* Intern the string "__complex__".Guido van Rossum1997-01-181-1/+1
* Intern all names and varnames in newcodeobject(), plus those stringGuido van Rossum1997-01-181-7/+22
* Add "if (x != NULL) continue;" (or similar for err==0) before theGuido van Rossum1997-01-181-18/+60
* Marshal the new stacksize item in code objects.Guido van Rossum1997-01-171-1/+3
* Working semaphore implementation by Sjoerd.Guido van Rossum1997-01-171-3/+64
* New MAGIC number (code objects have one more item when marshalled).Guido van Rossum1997-01-171-1/+2
* Use the stack size from the code object and the CO_MAXBLOCKS constantGuido van Rossum1997-01-171-2/+10
* Add co_stacksize field to codeobject structure, and stacksize argumentGuido van Rossum1997-01-171-62/+253
* Check for duplicate keyword arguments at compile time.Guido van Rossum1997-01-061-12/+20
* Make builtin_module_names a tuple instead of a list.Guido van Rossum1997-01-061-0/+5
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-303-9/+9
* Moved the raise logic out of the main interpreter loop to a separate function.Guido van Rossum1996-12-101-60/+127
* Better way to handle 64-bit ints, keeping gcc -Wall happy.Guido van Rossum1996-12-101-30/+18
* Add unistd.h to make gcc -Wall happy.Guido van Rossum1996-12-101-0/+4
* Add const to error and newstring functionsGuido van Rossum1996-12-101-1/+1
* Keep gcc -Wall happy.Guido van Rossum1996-12-056-28/+38
* Support __complex__ method on instances, for complex() conversion.Guido van Rossum1996-12-051-1/+23
* Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any*Guido van Rossum1996-12-051-28/+26
* Some extra flags that an HPUX user wants me to add.Guido van Rossum1996-12-051-2/+2
* Tentative changes to make this work better on 64-bit machines.Guido van Rossum1996-12-051-3/+66
* New permission notice, includes CNRI.Guido van Rossum1996-10-2538-495/+761
* Forget about Ellipses b/w compatibility.Guido van Rossum1996-10-161-2/+0
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-113-8/+10
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-088-18/+47
* Added line number to most compile-time error messages.Guido van Rossum1996-09-171-88/+90
* Rationalized MS ifdefsGuido van Rossum1996-09-113-18/+10
* Changes to setpythonpath():Guido van Rossum1996-09-101-4/+23
* Stupid bug: complex(x,y) would yield x+xjGuido van Rossum1996-09-071-1/+1
* *** empty log message ***Guido van Rossum1996-08-291-0/+26
* Needed more includes...Guido van Rossum1996-08-291-6/+3
* *** empty log message ***Guido van Rossum1996-08-291-0/+22
* typo (#indef -> #undef)Guido van Rossum1996-08-261-1/+1
* Afterthough: leave both leading underscores in,Guido van Rossum1996-08-241-5/+5
* Oops need to mangle global statement separatelyGuido van Rossum1996-08-241-0/+7
* Name mangling, what the heck!Guido van Rossum1996-08-241-3/+80