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