1. 2a7f58d Allow passing a .pyo file. Print correct name in fatal error from PyErr_Print. by Guido van Rossum · 27 years ago
  2. 228d7f3 Added assert statement. by Guido van Rossum · 27 years ago
  3. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  4. c6472e9 1. Add string conversions to int(), long(), float(). (Not to complex()!) by Guido van Rossum · 27 years ago
  5. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  6. 6af0c00 Fix dumb bug calling parsestrplus with wrong node as argument. by Guido van Rossum · 27 years ago
  7. 1c6a459 Define __debug__ as 0 if -O is given, 1 otherwise. Also test for by Guido van Rossum · 27 years ago
  8. 7c53111 Added support for ``if __debug__:'' -- if -O is given, this form is by Guido van Rossum · 27 years ago
  9. 0824f63 When -O is given, use ".pyo" instead of ".pyc". by Guido van Rossum · 27 years ago
  10. c43b685 Clarify error message for unexpected keyword parameter. by Guido van Rossum · 27 years ago
  11. 8259805 Greatly renamed. Not a very thorough job -- I'm going to restructure it anyway. by Guido van Rossum · 27 years ago
  12. 8e793d9 Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is nonzero. by Guido van Rossum · 27 years ago
  13. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  14. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  15. 2dc4661 Oops, remove an unused variable from PyErr_Format(). by Guido van Rossum · 27 years ago
  16. 7433b12 Added new global flag variable Py_InteractiveFlag and new function by Guido van Rossum · 27 years ago
  17. 1548bac Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 27 years ago
  18. 0d85be1 *Don't* kill all local variables on function exit. This will be done by Guido van Rossum · 27 years ago
  19. e8811f8 Added intern() function. by Guido van Rossum · 27 years ago
  20. deb0c5e Two small changes: by Guido van Rossum · 28 years ago
  21. d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
  22. 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
  23. 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
  24. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
  25. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  26. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
  27. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
  28. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
  29. a424013 Kill all local variables on function return. This closes a gigantic by Guido van Rossum · 28 years ago
  30. 70d4478 Only call sigcheck() at the ticker code if we don't have true signals. by Guido van Rossum · 28 years ago
  31. 1aa1483 Cleanup: by Guido van Rossum · 28 years ago
  32. 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
  33. 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
  34. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  35. 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
  36. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  37. 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
  38. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
  39. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  40. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 28 years ago
  41. 62f7d15 Use the stack size from the code object and the CO_MAXBLOCKS constant by Guido van Rossum · 28 years ago
  42. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  43. 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
  44. 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
  45. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  46. 0aa9ee6 Moved the raise logic out of the main interpreter loop to a separate function. by Guido van Rossum · 28 years ago
  47. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  48. 1a2c5cb Add unistd.h to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  49. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  50. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  51. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  52. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  53. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  54. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  55. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  56. b75fba0 Forget about Ellipses b/w compatibility. by Guido van Rossum · 28 years ago
  57. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  58. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  59. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  60. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  61. cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
  62. b072150 Stupid bug: complex(x,y) would yield x+xj by Guido van Rossum · 28 years ago
  63. 57b1822 *** empty log message *** by Guido van Rossum · 28 years ago
  64. 927f6e6 Needed more includes... by Guido van Rossum · 28 years ago
  65. bae2971 *** empty log message *** by Guido van Rossum · 28 years ago
  66. 6eea326 typo (#indef -> #undef) by Guido van Rossum · 28 years ago
  67. d8a6d1c Afterthough: leave both leading underscores in, by Guido van Rossum · 28 years ago
  68. fe2236f Oops need to mangle global statement separately by Guido van Rossum · 28 years ago
  69. 8ff077b Name mangling, what the heck! by Guido van Rossum · 28 years ago
  70. 8b9ea87 Use MS_DLL_ID as sys.winver by Guido van Rossum · 28 years ago
  71. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  72. c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
  73. f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). by Guido van Rossum · 28 years ago
  74. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  75. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  76. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  77. 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
  78. 6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. by Guido van Rossum · 28 years ago
  79. 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
  80. aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
  81. bf51afa Don't test here for negative number to float power; that belongs in by Guido van Rossum · 28 years ago
  82. 79d96d6 Don't die in resizestring() on filter(<func>, ""). by Guido van Rossum · 28 years ago
  83. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  84. 0bbf253 Insert "./" in front of pathname when it contains no '/' (if USE_SHLIB) by Guido van Rossum · 28 years ago
  85. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  86. 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
  87. 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
  88. fe4b6ee Include mymath.h instead of declaring prototypes for math functions. by Guido van Rossum · 28 years ago
  89. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  90. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  91. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  92. 5e41644 Added _REENTRANT definition by Guido van Rossum · 28 years ago
  93. 94a9667 Always insert script directory in front of sys.path -- if there's no by Guido van Rossum · 28 years ago
  94. 3b9c667 Better error message if stride used on normal sequence object by Guido van Rossum · 28 years ago
  95. 6ffd553 Add 'Ellipses' object. by Guido van Rossum · 28 years ago
  96. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  97. 3ecebf1 Changes needed by NeXT (the only platform that seems to use this). by Guido van Rossum · 28 years ago
  98. a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the by Guido van Rossum · 28 years ago
  99. 42cd305 new .pyc magic number (** operator) by Guido van Rossum · 28 years ago
  100. 7cffd13 added 1996 by Guido van Rossum · 28 years ago