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