1. e59214e call_object: print message before abort() by Guido van Rossum · 30 years ago
  2. 74e6a11 * Python/import.c: support *.o/*.so as alternative for by Guido van Rossum · 30 years ago
  3. 14144fc Added delattr() by Guido van Rossum · 30 years ago
  4. cae027b * Python/bltinmodule.c: added tuple() builtin by Guido van Rossum · 30 years ago
  5. df05ac6 Python/bltinmodule.c: mods by Andrew Kuchling to implement by Guido van Rossum · 30 years ago
  6. 2d95185 * Python/bltinmodule.c (builtin_vars): correct typo in error msg by Guido van Rossum · 30 years ago
  7. a110aa6 * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- by Guido van Rossum · 30 years ago
  8. 4ca6c9d * Python/compile.c (com_argdefs, com_arglist): avoid referencing by Guido van Rossum · 30 years ago
  9. 3a24181 err_clear: clear interpreter stack trace by Guido van Rossum · 30 years ago
  10. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  11. ba941eb MPW changes by Guido van Rossum · 30 years ago
  12. 24f4850 errors.c: clear traceback too. by Guido van Rossum · 30 years ago
  13. 14aa5da version.c is no longer... by Guido van Rossum · 30 years ago
  14. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  15. abe173a Replace intrcheck() by sigcheck() in many places. by Guido van Rossum · 30 years ago
  16. 6f5f8dd Fix waiting for children -- save ppid in pidlist as well. by Guido van Rossum · 30 years ago
  17. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  18. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  19. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago
  20. 871b805 New version handles -o<string> same as -o <string> by Guido van Rossum · 30 years ago
  21. 2508ade A getopt.c for your amusement by Guido van Rossum · 30 years ago
  22. 8e454f3 Misc changes. by Guido van Rossum · 31 years ago
  23. be0e942 New files. by Guido van Rossum · 31 years ago
  24. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  25. b898bd2 New file by Guido van Rossum · 31 years ago
  26. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  27. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  28. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  29. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  30. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  31. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  32. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  33. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  34. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  35. 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
  36. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  37. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  38. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  39. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  40. dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
  41. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  42. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  43. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  44. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  45. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  46. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  47. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  48. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  49. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  50. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  51. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  52. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  53. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  54. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  55. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  56. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  57. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  58. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  59. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  60. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  61. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  62. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  63. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  64. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  65. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  66. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  67. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  68. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  69. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  70. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 32 years ago
  71. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  72. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  73. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 32 years ago
  74. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 32 years ago
  75. 775f4da * Makefile: use cp -r to install the library by Guido van Rossum · 32 years ago
  76. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  77. a2b7f40 * Configure.py: use #!/usr/local/bin/python by Guido van Rossum · 32 years ago
  78. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  79. d014ea6 * classobject.c: in instance_lenth, test result of call_object by Guido van Rossum · 32 years ago
  80. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  81. a9e7dc1 * bltinmodule.c: added built-in function cmp(a, b) by Guido van Rossum · 32 years ago
  82. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  83. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  84. d10d829 Added C++ support in thread.h; don't use signals if not strictly by Sjoerd Mullender · 32 years ago
  85. 2dff991 Give code objects a more useful representation. by Guido van Rossum · 32 years ago
  86. 99bec95 Add some debugging features if DEBUG defined by Guido van Rossum · 32 years ago
  87. 59bff39 Add sys.exitfunc feature. Make askync non-static. by Guido van Rossum · 32 years ago
  88. da8cd86 Add $PYTHONSTARTUP feature. by Guido van Rossum · 32 years ago
  89. 14b4adb Add an optional interface to turn malloc debugging on and off. by Guido van Rossum · 32 years ago
  90. 2179945 newest version by Sjoerd Mullender · 32 years ago
  91. aee8bc1 adapted SV module to the new svideo library. update thread package. by Sjoerd Mullender · 32 years ago
  92. a93265a suppress unnecessary error message if too many arguments are passed by Guido van Rossum · 32 years ago
  93. f9a2d33 fix *serious* (new) bug in testbool: by default objects should test by Guido van Rossum · 32 years ago
  94. 2b81dc9 fix *serious* (new) bug in evalfile: forgot to initialize s!!! by Guido van Rossum · 32 years ago
  95. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  96. 94390a4 use getargs() in more cases; oct(0) should return '0', not '00' by Guido van Rossum · 32 years ago
  97. 96caaee check for embedded \0 in strings for z and s formats by Guido van Rossum · 32 years ago
  98. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  99. 04691fc Changes so that user-defined classes can implement operations invoked by Guido van Rossum · 32 years ago
  100. df72a65 To ignore a call, cast it to (void), not to (void *)... by Guido van Rossum · 32 years ago