1. 17 May, 1993 1 commit
  2. 12 May, 1993 4 commits
  3. 11 May, 1993 1 commit
  4. 10 May, 1993 3 commits
  5. 07 May, 1993 2 commits
  6. 06 May, 1993 2 commits
  7. 15 Apr, 1993 1 commit
  8. 08 Apr, 1993 1 commit
  9. 07 Apr, 1993 1 commit
  10. 01 Apr, 1993 6 commits
  11. 30 Mar, 1993 3 commits
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      * Fixed some subtleties with fastlocals. You can no longer access · 5b722184
      Guido van Rossum authored
        f_fastlocals in a traceback object (this is a core dump hazard
        if there are <nil> entries), but instead eval_code() merges the fast
        locals back into the locals dictionary if it looks like the local
        variables will be retained.  Also, the merge routines save
        exceptions since this is sometimes needed (alas!).
      
      * Added id() to bltinmodule.c, which returns an object's address
        (identity).  Useful to walk arbitrary data structures containing
        cycles.
      
      * Added compile() to bltinmodule.c and compile_string() to
        pythonrun.[ch]: support to exec/eval arbitrary code objects.  The
        code that defaults globals and locals is moved from run_node in
        pythonrun.c (which is now identical to eval_node) to eval_code in
        ceval.c.  [XXX For elegance a clean-up session is necessary.]
      5b722184
    • Guido van Rossum's avatar
      Changes to speed up local variables enormously, by avoiding dictionary · 8b17d6bd
      Guido van Rossum authored
      lookup (opcode.h, ceval.[ch], compile.c, frameobject.[ch],
      pythonrun.c, import.c).  The .pyc MAGIC number is changed again.
      Added get_menu_text to flmodule.
      8b17d6bd
  12. 29 Mar, 1993 5 commits
  13. 27 Mar, 1993 1 commit
  14. 17 Mar, 1993 2 commits
  15. 16 Mar, 1993 2 commits
  16. 02 Mar, 1993 3 commits
  17. 01 Mar, 1993 1 commit
  18. 25 Feb, 1993 1 commit
    • Guido van Rossum's avatar
      Vrec.py, Vrecb.py: · 85f7bd52
      Guido van Rossum authored
      	 - call v.SetParam() after v.BindGLWindow()
      	 - turn of dithering in mono/grey mode
      	 - use prefposition to place the top left corner at (150, 150)
      	   (so that the video remains visible during recording)
      	 - default width is 256
      Vcopy.py: correct typos; more verbose output.
      OldVcopy.py: new name for Jack's old grabbing Vcopy.py.
      Vstat.py: print values of all video parameters.
      85f7bd52