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