1. deb0c5e Two small changes: by Guido van Rossum · 28 years ago
  2. d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
  3. 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
  4. 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
  5. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
  6. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  7. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
  8. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
  9. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
  10. a424013 Kill all local variables on function return. This closes a gigantic by Guido van Rossum · 28 years ago
  11. 70d4478 Only call sigcheck() at the ticker code if we don't have true signals. by Guido van Rossum · 28 years ago
  12. 1aa1483 Cleanup: by Guido van Rossum · 28 years ago
  13. 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
  14. 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
  15. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  16. 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
  17. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  18. 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
  19. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
  20. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  21. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 28 years ago
  22. 62f7d15 Use the stack size from the code object and the CO_MAXBLOCKS constant by Guido van Rossum · 28 years ago
  23. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  24. 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
  25. 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
  26. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  27. 0aa9ee6 Moved the raise logic out of the main interpreter loop to a separate function. by Guido van Rossum · 28 years ago
  28. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  29. 1a2c5cb Add unistd.h to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  30. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  31. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  32. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  33. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  34. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  35. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  36. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  37. b75fba0 Forget about Ellipses b/w compatibility. by Guido van Rossum · 28 years ago
  38. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  39. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  40. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  41. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  42. cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
  43. b072150 Stupid bug: complex(x,y) would yield x+xj by Guido van Rossum · 28 years ago
  44. 57b1822 *** empty log message *** by Guido van Rossum · 28 years ago
  45. 927f6e6 Needed more includes... by Guido van Rossum · 28 years ago
  46. bae2971 *** empty log message *** by Guido van Rossum · 28 years ago
  47. 6eea326 typo (#indef -> #undef) by Guido van Rossum · 28 years ago
  48. d8a6d1c Afterthough: leave both leading underscores in, by Guido van Rossum · 28 years ago
  49. fe2236f Oops need to mangle global statement separately by Guido van Rossum · 28 years ago
  50. 8ff077b Name mangling, what the heck! by Guido van Rossum · 28 years ago
  51. 8b9ea87 Use MS_DLL_ID as sys.winver by Guido van Rossum · 28 years ago
  52. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  53. c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
  54. f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). by Guido van Rossum · 28 years ago
  55. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  56. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  57. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  58. 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
  59. 6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. by Guido van Rossum · 28 years ago
  60. 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
  61. aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
  62. bf51afa Don't test here for negative number to float power; that belongs in by Guido van Rossum · 28 years ago
  63. 79d96d6 Don't die in resizestring() on filter(<func>, ""). by Guido van Rossum · 28 years ago
  64. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  65. 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
  66. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  67. 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
  68. 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
  69. fe4b6ee Include mymath.h instead of declaring prototypes for math functions. by Guido van Rossum · 28 years ago
  70. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  71. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  72. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  73. 5e41644 Added _REENTRANT definition by Guido van Rossum · 28 years ago
  74. 94a9667 Always insert script directory in front of sys.path -- if there's no by Guido van Rossum · 28 years ago
  75. 3b9c667 Better error message if stride used on normal sequence object by Guido van Rossum · 28 years ago
  76. 6ffd553 Add 'Ellipses' object. by Guido van Rossum · 28 years ago
  77. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  78. 3ecebf1 Changes needed by NeXT (the only platform that seems to use this). by Guido van Rossum · 28 years ago
  79. a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the by Guido van Rossum · 28 years ago
  80. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  81. 7cffd13 added 1996 by Guido van Rossum · 28 years ago
  82. 530956d Py_complex; and WITHOUT_COMPLEX added to getargs.c by Guido van Rossum · 28 years ago
  83. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  84. 236f62d Corrections to aix_loaderror(), by Manus Hand. by Guido van Rossum · 28 years ago
  85. f215060 Jeremy's patches for more robust handling of unmarshallable types. by Guido van Rossum · 28 years ago
  86. 0e41c8c Cosmetic change to the dox_8x3 hack. by Guido van Rossum · 28 years ago
  87. 3b4da59 Renamed static pow() to powerop() to avoid name conflict in some compilers. by Guido van Rossum · 28 years ago
  88. 7c46a92 New style interface via pointer variable. by Guido van Rossum · 28 years ago
  89. cfd0a22 struct frozen is now struct _frozen and comes from import.h. by Guido van Rossum · 28 years ago
  90. 8fa9b6f Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile). by Guido van Rossum · 28 years ago
  91. 6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. by Guido van Rossum · 28 years ago
  92. 582646a grand renaming; added copyright to some files by Guido van Rossum · 28 years ago
  93. 0a8626e Plug memory leak (variable names in code objects were being leaked!) by Guido van Rossum · 28 years ago
  94. 8c1e150 Removed some done "to do" items. Changed #ifdef DEBUG slightly. by Guido van Rossum · 28 years ago
  95. ded690f rename printrefs, getobjects to _Py_ prefix by Guido van Rossum · 28 years ago
  96. dadc824 removed verbose decl; added win3.1 dynamic linking. by Guido van Rossum · 28 years ago
  97. 40f470f moved verbose decl to pydebug.h; added dos_8x3 feature by Guido van Rossum · 28 years ago
  98. f857a6b Added copyright. Include config.h which may define COMPILER. by Guido van Rossum · 28 years ago
  99. 5e3e426 removed sime redundant header includes and decls. by Guido van Rossum · 28 years ago
  100. 795ba58 Removed some redundant header includes. by Guido van Rossum · 28 years ago