summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined evenGuido van Rossum1997-04-291-0/+6
* Oops, forgot one: inittab.Guido van Rossum1997-04-291-2/+2
* Oops, forgot one: inittab.Guido van Rossum1997-04-291-7/+7
* Quickly renamed the remaining files -- this directory is done.Guido van Rossum1997-04-2910-1748/+1834
* Quickly renamed.Guido van Rossum1997-04-292-200/+204
* Quickly renamed. Also removed the long comment explaining why this isGuido van Rossum1997-04-291-90/+56
* Quickly renamed.Guido van Rossum1997-04-291-799/+798
* Moved to ../Modules.Guido van Rossum1997-04-291-384/+0
* Removed cgensupport.[co] (to ../Modules).Guido van Rossum1997-04-291-2/+1
* Expand one level of symbolic link in sys.argv[0] before inserting itsGuido van Rossum1997-04-251-8/+41
* OK, ready to make 'assert' a keyword (instead of '__assert__').Guido van Rossum1997-04-161-1/+1
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-0/+2
* Keep gcc -Wall and Microsoft VC happy.Guido van Rossum1997-04-115-21/+24
* (Jack:) On the Mac, don't automatically enable dynamic loading.Guido van Rossum1997-04-111-8/+0
* (Jack:) Don't define TRUE and FALSE if already defined.Guido van Rossum1997-04-111-1/+4
* (Jack:) On the Mac, use standard strerror() if using MSL C-library.Guido van Rossum1997-04-111-0/+2
* Tweaks to keep the Microsoft compiler quier.Guido van Rossum1997-04-094-8/+16
* Support for alternative string quotes (a"xx", b"xx", c"xx", ...).Guido van Rossum1997-04-061-3/+6
* Allow passing a .pyo file.Guido van Rossum1997-04-021-5/+8
* Added assert statement.Guido van Rossum1997-04-021-0/+45
* Added assert grammar.Guido van Rossum1997-04-021-494/+522
* 1. Add string conversions to int(), long(), float(). (Not to complex()!)Guido van Rossum1997-03-311-7/+127
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-143-6/+6
* Fix dumb bug calling parsestrplus with wrong node as argument.Guido van Rossum1997-03-111-1/+3
* Define __debug__ as 0 if -O is given, 1 otherwise. Also test forGuido van Rossum1997-03-111-0/+4
* Added support for ``if __debug__:'' -- if -O is given, this form isGuido van Rossum1997-03-111-2/+90
* When -O is given, use ".pyo" instead of ".pyc".Guido van Rossum1997-03-111-1/+9
* Clarify error message for unexpected keyword parameter.Guido van Rossum1997-03-101-1/+4
* Greatly renamed. Not a very thorough job -- I'm going to restructureGuido van Rossum1997-03-051-210/+211
* Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this isGuido van Rossum1997-03-031-4/+7
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-145-4/+38
* Keep gcc -Wall happy.Guido van Rossum1997-02-141-1/+1
* Oops, remove an unused variable from PyErr_Format().Guido van Rossum1997-02-141-1/+0
* Added new global flag variable Py_InteractiveFlag and new functionGuido van Rossum1997-02-141-1/+22
* Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL.Guido van Rossum1997-02-141-0/+27
* *Don't* kill all local variables on function exit. This will be doneGuido van Rossum1997-02-141-12/+0
* Added intern() function.Guido van Rossum1997-02-141-0/+14
* 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