1. 09 Ara, 2001 1 kayıt (commit)
  2. 23 Mar, 2001 1 kayıt (commit)
    • Barry Warsaw's avatar
      Several changes for Jython portability. This closes SF patch · dfdac1af
      Barry Warsaw yazdı
      #403666.  Specifically,
      
      In codestr, force `c' to be global.  It's unclear what the semantics
      should be for a code object compiled at module scope, but bound and
      run in a function.  In CPython, `c' is global (by accident?) while in
      Jython, `c' is local.  The intent of the test clearly is to make `c'
      global, so let's be explicit about it.
      
      Jython also does not have a __builtins__ name in the module's
      namespace, so we use a more portable alternative (though I'm not sure
      why the test requires "__builtins__" in the g namespace).
      
      Finally, skip the new.code() test if the new module doesn't have a
      `code' attribute.  Jython will never have this.
      dfdac1af
  3. 09 Şub, 2001 1 kayıt (commit)
  4. 01 Şub, 2001 1 kayıt (commit)
  5. 28 Ock, 2001 1 kayıt (commit)
  6. 25 Ock, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      PEP 227 implementation · 619eea68
      Jeremy Hylton yazdı
      test_new: new.code() noew takes two more arguments
      test_grammer: Add a bunch of test cases for lambda (not really PEP 227 related)
      619eea68
  7. 17 Ock, 2001 2 kayıt (commit)
  8. 12 Ara, 2000 1 kayıt (commit)
  9. 26 Mar, 1998 1 kayıt (commit)
  10. 27 Ock, 1997 1 kayıt (commit)
  11. 17 Ock, 1997 1 kayıt (commit)
  12. 23 Ara, 1996 1 kayıt (commit)
    • Barry Warsaw's avatar
      test_rotor.py: New test of the rotor module. · 5e056bbb
      Barry Warsaw yazdı
      test_*: converted to the new test harness.  GvR note!  test_signal.py
      works interatively (i.e. when verbose=1) but does not work inside the
      test harness.  It must be a timing issue, but I haven't figured it out
      yet.
      5e056bbb
  13. 10 Ara, 1996 1 kayıt (commit)