1. 66a8977 Moved mac-specific exit handling to macmain.c by Jack Jansen · 29 years ago
  2. 9513f2c Made a bit more robust against out-of-memory situations by Jack Jansen · 29 years ago
  3. 0a72e8d Added missing include for <Aliases.h> by Jack Jansen · 29 years ago
  4. 6c06688 set date to oct 13 by Guido van Rossum · 29 years ago
  5. 53f4524 disable code generation for access statement by Guido van Rossum · 29 years ago
  6. 1c45ca3 keep exitfunc alive while calling it by Guido van Rossum · 29 years ago
  7. 95ffa23 Removed unused variables by Jack Jansen · 29 years ago
  8. a1e7e62 fix bug with missing default for last arg (discovered by Tommy Burnette) by Guido van Rossum · 29 years ago
  9. befa14f #undef argument, for the Mac by Guido van Rossum · 29 years ago
  10. 020dfe7 include Python.h by Guido van Rossum · 29 years ago
  11. 650ae0a remove unwanted fatal() from err_badcall() by Guido van Rossum · 29 years ago
  12. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  13. 6ec3c65 Implemented two new functions in sys: by Sjoerd Mullender · 29 years ago
  14. 0587011 rd_object() with exception is fatal error by Guido van Rossum · 29 years ago
  15. 69f6ee6 err_badcall() is fatal error by Guido van Rossum · 29 years ago
  16. 667d704 Initial revision by Guido van Rossum · 29 years ago
  17. e3e61c1 empty kw dict is ok for builtins by Guido van Rossum · 29 years ago
  18. a1633cd split cofnfig.c in 1000 little files :-) by Guido van Rossum · 29 years ago
  19. 47ad5e7 moved stuff around to resemble main.c by Guido van Rossum · 29 years ago
  20. 6ec1efb add imp.get_frozen_object() by Guido van Rossum · 29 years ago
  21. b7b4562 avoid resize of 0-length tuple by Guido van Rossum · 29 years ago
  22. 21eb0b5 mac CW-only fix for messy windows upon exit by Jack Jansen · 29 years ago
  23. b7d0df4 Allow mac user to set "command line flags" by option-starting python. by Jack Jansen · 29 years ago
  24. 0db1ef9 fix bogus DECREF in finally clause by Guido van Rossum · 29 years ago
  25. 614cf81 Undef 'argument' before including mac headers by Jack Jansen · 29 years ago
  26. ff8b494 changes for keyword args to built-in functions and classes by Guido van Rossum · 29 years ago
  27. ce0a6de never close the file in imp.load_... by Guido van Rossum · 29 years ago
  28. 53bb7ff be more suspicious of getlocals() by Guido van Rossum · 29 years ago
  29. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  30. 11a3f0c2 NT specific change for nicer error message (Mark H) by Guido van Rossum · 29 years ago
  31. 3212031 rename arglist to alist (conflict with new grammar symbol) by Guido van Rossum · 29 years ago
  32. f10570b 3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value) is seen as f('kw', value)) by Guido van Rossum · 29 years ago
  33. 7faeab3 new MAGIC; some changes to default files for imp.load_... functions by Guido van Rossum · 29 years ago
  34. e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
  35. aaf1839 added sys.platform by Guido van Rossum · 29 years ago
  36. e40bddc new grammar by Guido van Rossum · 29 years ago
  37. 872537c added locals() and globals(); [raw_]input() uses readline() by Guido van Rossum · 29 years ago
  38. eceb3e3 Porting to CW CFM68K by Jack Jansen · 29 years ago
  39. ae12e19 Added PY_RESOURCE (mac only) to imp module by Jack Jansen · 29 years ago
  40. 75f288d re-enabled NeXT dynamic linking (#ifdef NeXT) by Guido van Rossum · 29 years ago
  41. 5d9acb6 Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING. by Jack Jansen · 29 years ago
  42. fbe6d33 Check if we've already loaded a dynamic module under a different name. by Sjoerd Mullender · 29 years ago
  43. 6233293 OS/2 thread support by Guido van Rossum · 29 years ago
  44. 4e2e0f9 renaming phase 3 by Guido van Rossum · 29 years ago
  45. 9a1f388 init sys_checkinterval to 10 by Guido van Rossum · 29 years ago
  46. 527c264 flush stdout before writing to stderr in print_error() by Guido van Rossum · 29 years ago
  47. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  48. 684ed98 remove unused code for tp_call by Guido van Rossum · 29 years ago
  49. cc8914f fix comment about exit() by Guido van Rossum · 29 years ago
  50. a44823b In NT, write fatal() msg to debugging device by Guido van Rossum · 29 years ago
  51. 8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c by Guido van Rossum · 29 years ago
  52. 53e8d44 changes in NT tests by Guido van Rossum · 29 years ago
  53. 59461c7 use PROTO macro around fn prototype by Guido van Rossum · 29 years ago
  54. 0fbec64 for BorlandC by Guido van Rossum · 29 years ago
  55. 464a0a1 for MPW __SC__ by Guido van Rossum · 29 years ago
  56. 4f508cc add explicit 0 flags for methodlist by Guido van Rossum · 30 years ago
  57. 3097c3a change ifdefs and fix "%#s" format by Guido van Rossum · 30 years ago
  58. 2b7e04a for __SC__ by Guido van Rossum · 30 years ago
  59. c388068 magic number changes of CR/LF are swapped by Guido van Rossum · 30 years ago
  60. e9fbc09 rename macstrerror to PyMac_StrError; no EINTR test in CW by Guido van Rossum · 30 years ago
  61. 8a1e8eb fix bogus test for negative float by Guido van Rossum · 30 years ago
  62. 6a75d26 ported to 68K Mac; changed suffix to .slb by Guido van Rossum · 30 years ago
  63. 3a205f7 hope to fix DEC Alpha gcc problems by declaring ints instead of longs by Guido van Rossum · 30 years ago
  64. d9dfaf5 fix typo (== for =) in assignment by Guido van Rossum · 30 years ago
  65. 1d339e8 fix bug in try-finally with class exceptions; declare different func pointers for different uses by Guido van Rossum · 30 years ago
  66. 9c96a92 Added hooks to support importing pyc code from a resource on the mac. by Jack Jansen · 30 years ago
  67. 24c1374 call __import__() with 4 args instead of 1 by Guido van Rossum · 30 years ago
  68. 4e04373 Added code to import dynamic modules using mac CFM. by Jack Jansen · 30 years ago
  69. bd06e96 mac changes: by Jack Jansen · 30 years ago
  70. 7f7f274 use Py_CHARMASK by Guido van Rossum · 30 years ago
  71. 2165158 test for float to the float power here by Guido van Rossum · 30 years ago
  72. 6b6e0aa DECREF result of run_string by Guido van Rossum · 30 years ago
  73. 0b34490 init_frozen non-static, frozenmain.c not in Makefile any more by Guido van Rossum · 30 years ago
  74. 262e124 print class name for exceptions that are classes by Guido van Rossum · 30 years ago
  75. 08e767b Under CodeWarrior, make the window go away on exit(0) by Jack Jansen · 30 years ago
  76. a715299 remove unused variable by Guido van Rossum · 30 years ago
  77. 90f0e07 fix glaring bug in get_magic by Guido van Rossum · 30 years ago
  78. 42a5124 Think C mod to suppress pausing at normal exit by Guido van Rossum · 30 years ago
  79. c2ed415 removed frozenmain.o from objects added to library by Guido van Rossum · 30 years ago
  80. 0de81bf don't dictclear deleted modules in doneimport by Guido van Rossum · 30 years ago
  81. 8bf7c48 allow classes as exceptions by Guido van Rossum · 30 years ago
  82. 8ae87c0 make call_pyc_file static by Guido van Rossum · 30 years ago
  83. 164d4ff added missing case to get_docstring by Guido van Rossum · 30 years ago
  84. a6f6050 moved callable() to object.c by Guido van Rossum · 30 years ago
  85. 64fc649 don't overwrite error already set (e.g. from O&) by Guido van Rossum · 30 years ago
  86. 40b2619 removed getopt.o from OBJS by Guido van Rossum · 30 years ago
  87. 3952cb0 fix mem leak (localmap in optimize) by Guido van Rossum · 30 years ago
  88. d1b9393 support "O&" taking an object constructor a void* by Guido van Rossum · 30 years ago
  89. 1919ca7 add missing INCREF in RAISE_EXCEPTION by Guido van Rossum · 30 years ago
  90. 10bb1c4 don't use function prototypes by Guido van Rossum · 30 years ago
  91. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 30 years ago
  92. 7f9fa97 fix import related leaks by Guido van Rossum · 30 years ago
  93. 5ef86d5 Undef strerror on the mac before redefining it by Jack Jansen · 30 years ago
  94. 97d68c0 added getopt.c to object, permanently by Guido van Rossum · 30 years ago
  95. 5c2306c include rename2.h by Guido van Rossum · 30 years ago
  96. 2ac3bc2 rename method arg because of typedef conflict by Guido van Rossum · 30 years ago
  97. 0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization by Guido van Rossum · 30 years ago
  98. c3f82b6 nt thread support by Guido van Rossum · 30 years ago
  99. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  100. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 30 years ago