1. d11bfdd Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even by Guido van Rossum · 27 years ago
  2. bb5c6f8 Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  3. 0bac33b Oops, forgot one: inittab. by Guido van Rossum · 27 years ago
  4. 79f25d9 Quickly renamed the remaining files -- this directory is done. by Guido van Rossum · 27 years ago
  5. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  6. 373c869 Quickly renamed. Also removed the long comment explaining why this is by Guido van Rossum · 27 years ago
  7. b209a11 Quickly renamed. by Guido van Rossum · 27 years ago
  8. 62cb0ba Moved to ../Modules. by Guido van Rossum · 27 years ago
  9. 58a6ac5 Removed cgensupport.[co] (to ../Modules). by Guido van Rossum · 27 years ago
  10. c474dea Expand one level of symbolic link in sys.argv[0] before inserting its by Guido van Rossum · 27 years ago
  11. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  12. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  13. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  14. 1d2e240 (Jack:) On the Mac, don't automatically enable dynamic loading. by Guido van Rossum · 27 years ago
  15. 62bf108 (Jack:) Don't define TRUE and FALSE if already defined. by Guido van Rossum · 27 years ago
  16. 6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. by Guido van Rossum · 27 years ago
  17. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  18. 5f5e817 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). by Guido van Rossum · 27 years ago
  19. 2a7f58d Allow passing a .pyo file. Print correct name in fatal error from PyErr_Print. by Guido van Rossum · 27 years ago
  20. 228d7f3 Added assert statement. by Guido van Rossum · 27 years ago
  21. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  22. c6472e9 1. Add string conversions to int(), long(), float(). (Not to complex()!) by Guido van Rossum · 27 years ago
  23. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  24. 6af0c00 Fix dumb bug calling parsestrplus with wrong node as argument. by Guido van Rossum · 27 years ago
  25. 1c6a459 Define __debug__ as 0 if -O is given, 1 otherwise. Also test for by Guido van Rossum · 27 years ago
  26. 7c53111 Added support for ``if __debug__:'' -- if -O is given, this form is by Guido van Rossum · 27 years ago
  27. 0824f63 When -O is given, use ".pyo" instead of ".pyc". by Guido van Rossum · 27 years ago
  28. c43b685 Clarify error message for unexpected keyword parameter. by Guido van Rossum · 27 years ago
  29. 8259805 Greatly renamed. Not a very thorough job -- I'm going to restructure it anyway. by Guido van Rossum · 27 years ago
  30. 8e793d9 Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is nonzero. by Guido van Rossum · 27 years ago
  31. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  32. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  33. 2dc4661 Oops, remove an unused variable from PyErr_Format(). by Guido van Rossum · 27 years ago
  34. 7433b12 Added new global flag variable Py_InteractiveFlag and new function by Guido van Rossum · 27 years ago
  35. 1548bac Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 27 years ago
  36. 0d85be1 *Don't* kill all local variables on function exit. This will be done by Guido van Rossum · 27 years ago
  37. e8811f8 Added intern() function. by Guido van Rossum · 27 years ago
  38. deb0c5e Two small changes: by Guido van Rossum · 28 years ago
  39. d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
  40. 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
  41. 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
  42. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
  43. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  44. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
  45. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
  46. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
  47. a424013 Kill all local variables on function return. This closes a gigantic by Guido van Rossum · 28 years ago
  48. 70d4478 Only call sigcheck() at the ticker code if we don't have true signals. by Guido van Rossum · 28 years ago
  49. 1aa1483 Cleanup: by Guido van Rossum · 28 years ago
  50. 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
  51. 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
  52. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  53. 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
  54. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  55. 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
  56. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
  57. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  58. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 28 years ago
  59. 62f7d15 Use the stack size from the code object and the CO_MAXBLOCKS constant by Guido van Rossum · 28 years ago
  60. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  61. 635abd2 Check for duplicate keyword arguments at compile time. by Guido van Rossum · 28 years ago
  62. 8f49e12 Make builtin_module_names a tuple instead of a list. by Guido van Rossum · 28 years ago
  63. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  64. 0aa9ee6 Moved the raise logic out of the main interpreter loop to a separate function. by Guido van Rossum · 28 years ago
  65. c1547d9 Better way to handle 64-bit ints, keeping gcc -Wall happy. by Guido van Rossum · 28 years ago
  66. 1a2c5cb Add unistd.h to make gcc -Wall happy. by Guido van Rossum · 28 years ago
  67. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  68. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  69. ed0af8f Support __complex__ method on instances, for complex() conversion. by Guido van Rossum · 28 years ago
  70. 150b2df Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any* by Guido van Rossum · 28 years ago
  71. 3afb595 Some extra flags that an HPUX user wants me to add. by Guido van Rossum · 28 years ago
  72. b0c168c Tentative changes to make this work better on 64-bit machines. by Guido van Rossum · 28 years ago
  73. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  74. b75fba0 Forget about Ellipses b/w compatibility. by Guido van Rossum · 28 years ago
  75. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  76. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  77. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  78. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago
  79. cc88341 Changes to setpythonpath(): by Guido van Rossum · 28 years ago
  80. b072150 Stupid bug: complex(x,y) would yield x+xj by Guido van Rossum · 28 years ago
  81. 57b1822 *** empty log message *** by Guido van Rossum · 28 years ago
  82. 927f6e6 Needed more includes... by Guido van Rossum · 28 years ago
  83. bae2971 *** empty log message *** by Guido van Rossum · 28 years ago
  84. 6eea326 typo (#indef -> #undef) by Guido van Rossum · 28 years ago
  85. d8a6d1c Afterthough: leave both leading underscores in, by Guido van Rossum · 28 years ago
  86. fe2236f Oops need to mangle global statement separately by Guido van Rossum · 28 years ago
  87. 8ff077b Name mangling, what the heck! by Guido van Rossum · 28 years ago
  88. 8b9ea87 Use MS_DLL_ID as sys.winver by Guido van Rossum · 28 years ago
  89. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  90. c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
  91. f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). by Guido van Rossum · 28 years ago
  92. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  93. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  94. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  95. 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
  96. 6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. by Guido van Rossum · 28 years ago
  97. 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
  98. aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
  99. bf51afa Don't test here for negative number to float power; that belongs in by Guido van Rossum · 28 years ago
  100. 79d96d6 Don't die in resizestring() on filter(<func>, ""). by Guido van Rossum · 28 years ago