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