1. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  2. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  3. 06fe7e5 Added comment symbols around word after #endif. by Sjoerd Mullender · 30 years ago
  4. 599f0d1 - Added ability to get at strings embedded in the struct by Jack Jansen · 30 years ago
  5. e00637b Removed extraneous fclose() in case of .pyc file argument by Jack Jansen · 30 years ago
  6. 8fd2d94 Added hook for better mac error messages. by Jack Jansen · 30 years ago
  7. 69d9eb9 replace abort() calls by fatal() by Guido van Rossum · 30 years ago
  8. 363ac7d set name to <lambda> instead of None for lambdas by Guido van Rossum · 30 years ago
  9. 13d0ed1 prevent core dump for old getargs() with NULL arg by Guido van Rossum · 30 years ago
  10. c054a66 call err_clear in err_setval by Guido van Rossum · 30 years ago
  11. 030ae17 fix pow() core dump by Guido van Rossum · 30 years ago
  12. 42a24ef add getargs.o:getargs.c rule by Guido van Rossum · 30 years ago
  13. a440310 Plug memory leak for code objects by Guido van Rossum · 30 years ago
  14. 180d7b4 * Python/ceval.c, Include/ceval.h: promote MakePendingCalls to by Guido van Rossum · 30 years ago
  15. fe3f1a2 * Python/{modsupport.c,getargs.c,Makefile.in}, by Guido van Rossum · 30 years ago
  16. 6989e54 * Python/errors.c (err_clear): clear interpreter stack trace by Guido van Rossum · 30 years ago
  17. 83dd6c3 * Python/pythonrun.c: add string "Python" to fatal error message by Guido van Rossum · 30 years ago
  18. a66e25d * Python/pythonmain.c: fatal error if can't alloc mem for -c string by Guido van Rossum · 30 years ago
  19. bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
  20. 6c84969 Fix various potential buffer overrun problems. by Guido van Rossum · 30 years ago
  21. 798199d * Python/pythonrun.c (print_error): print only last line of by Guido van Rossum · 30 years ago
  22. a967209 * Python/ceval.c (eval_code): added registry of pending functions by Guido van Rossum · 30 years ago
  23. fdef271 * Import/pythonrun.h, Python/{import,pythonrun}.c, by Guido van Rossum · 30 years ago
  24. ae311bd Mods for HP-UX dynamic loading. by Guido van Rossum · 30 years ago
  25. 1662dd5 added Py_AtExit() -- register cleanup functions for C modules by Guido van Rossum · 30 years ago
  26. e4ab647 * Python/getmtime.c: Remove mac specifics (Mac subdirectory has by Guido van Rossum · 30 years ago
  27. 9717991 Merge back to main trunk by Guido van Rossum · 30 years ago
  28. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  29. e59214e call_object: print message before abort() by Guido van Rossum · 30 years ago
  30. 74e6a11 * Python/import.c: support *.o/*.so as alternative for by Guido van Rossum · 30 years ago
  31. 14144fc Added delattr() by Guido van Rossum · 30 years ago
  32. cae027b * Python/bltinmodule.c: added tuple() builtin by Guido van Rossum · 30 years ago
  33. df05ac6 Python/bltinmodule.c: mods by Andrew Kuchling to implement by Guido van Rossum · 30 years ago
  34. 2d95185 * Python/bltinmodule.c (builtin_vars): correct typo in error msg by Guido van Rossum · 30 years ago
  35. a110aa6 * Python/pythonrun.c (print_error): added INCREF/DECREF pair -- by Guido van Rossum · 30 years ago
  36. 4ca6c9d * Python/compile.c (com_argdefs, com_arglist): avoid referencing by Guido van Rossum · 30 years ago
  37. 3a24181 err_clear: clear interpreter stack trace by Guido van Rossum · 30 years ago
  38. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  39. ba941eb MPW changes by Guido van Rossum · 30 years ago
  40. 24f4850 errors.c: clear traceback too. by Guido van Rossum · 30 years ago
  41. 14aa5da version.c is no longer... by Guido van Rossum · 30 years ago
  42. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  43. abe173a Replace intrcheck() by sigcheck() in many places. by Guido van Rossum · 30 years ago
  44. 6f5f8dd Fix waiting for children -- save ppid in pidlist as well. by Guido van Rossum · 30 years ago
  45. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  46. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  47. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago
  48. 871b805 New version handles -o<string> same as -o <string> by Guido van Rossum · 30 years ago
  49. 2508ade A getopt.c for your amusement by Guido van Rossum · 30 years ago
  50. 8e454f3 Misc changes. by Guido van Rossum · 31 years ago
  51. be0e942 New files. by Guido van Rossum · 31 years ago
  52. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  53. b898bd2 New file by Guido van Rossum · 31 years ago
  54. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  55. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  56. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  57. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  58. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  59. c45611d * import.c (get_module): total rewrite, to ensure proper search order: for by Guido van Rossum · 31 years ago
  60. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  61. c600411 * mpzmodule.c: removed redundant mpz_print function. by Guido van Rossum · 31 years ago
  62. 2e8f8a3 Added compare operations for functions and code objects. by Guido van Rossum · 31 years ago
  63. 094885b Must initialize 'inspect' flag by Guido van Rossum · 31 years ago
  64. e77a757 * nismodule.c: database keys and values can contain null bytes. be more by Guido van Rossum · 31 years ago
  65. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  66. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  67. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  68. dc4b93d * listobject.c (list_ass_slice): XDECREF instead of DECREF so by Guido van Rossum · 31 years ago
  69. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  70. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  71. 8054fad Changes to accept double-quoted strings on input. by Guido van Rossum · 31 years ago
  72. 5a2a683 * filemodule.c: added writelines() -- analogous to readlines() by Guido van Rossum · 31 years ago
  73. 52c1f51 import.c: When something is wrong with the .pyc, properly open the .py by Sjoerd Mullender · 31 years ago
  74. 89b3325 * import.c (MAGIC): Changed magic word to avoid confusion about exec by Guido van Rossum · 31 years ago
  75. 3bb8a05 Several optimizations and speed improvements. by Sjoerd Mullender · 31 years ago
  76. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  77. cacd957 * stdwinmodule.c (stdwin_done): interface to shutdown stdwin (now this is by Guido van Rossum · 31 years ago
  78. 21d335e Makefile, import.c: Lance's alternative module search (allow .pyc file by Guido van Rossum · 31 years ago
  79. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  80. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  81. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  82. 9e90a67 * pythonmain.c: -k option, usage message, more environment flags. by Guido van Rossum · 31 years ago
  83. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  84. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  85. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  86. 81daa32 Access checks now work, at least for instance data (not for methods by Guido van Rossum · 31 years ago
  87. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  88. 6ac258d * pythonrun.c: Print exception type+arg *after* stack trace instead of by Guido van Rossum · 31 years ago
  89. acbe8da (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!) by Guido van Rossum · 31 years ago
  90. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  91. f56e3db Support for frozen scripts; added -i option. by Guido van Rossum · 31 years ago
  92. 5b72218 * Fixed some subtleties with fastlocals. You can no longer access by Guido van Rossum · 31 years ago
  93. 8b17d6b Changes to speed up local variables enormously, by avoiding dictionary by Guido van Rossum · 31 years ago
  94. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  95. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  96. 9e51f9b bltinmodule.c: added round(x, [n]); coerce() of two class instances by Guido van Rossum · 31 years ago
  97. bf80e54 * stdwinmodule.c: various new commands: setwin{pos,size}, by Guido van Rossum · 31 years ago
  98. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  99. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  100. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago