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