1. 21 Kas, 2002 1 kayıt (commit)
  2. 06 Kas, 2002 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      [Patch #633635 from David M. Cooke] · 7e23f009
      Andrew M. Kuchling yazdı
         Make keyname raise ValueError if passed -1, avoiding a segfault
         Make getkey() match the docs and raise an exception in nodelay mode
         The return type of getch() is int, not chtype
      7e23f009
  3. 30 Eki, 2002 1 kayıt (commit)
  4. 26 Eki, 2002 1 kayıt (commit)
  5. 30 Eyl, 2002 1 kayıt (commit)
  6. 02 Agu, 2002 1 kayıt (commit)
  7. 30 Ock, 2002 1 kayıt (commit)
    • Michael W. Hudson's avatar
      I think this fixes · 67fb0c37
      Michael W. Hudson yazdı
      [ #510644 ] test_curses segfaults
      
      If we use the *object* *allocator*, we should use the *object* *deallocator*,
      not the *raw memory* deallocator (confused yet?).
      
      I think this was what caused segfaults when pymalloc was enabled.
      
      Even if it wasn't the cause, it's still wrong.
      
      2.2.1 candidate.
      67fb0c37
  8. 17 Ock, 2002 1 kayıt (commit)
  9. 16 Ock, 2002 2 kayıt (commit)
  10. 08 Ara, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch supplied by Burton Radons for his own SF bug #487390: Modifying · 14648396
      Guido van Rossum yazdı
      type.__module__ behavior.
      
      This adds the module name and a dot in front of the type name in every
      type object initializer, except for built-in types (and those that
      already had this).  Note that it touches lots of Mac modules -- I have
      no way to test these but the changes look right.  Apologies if they're
      not.  This also touches the weakref docs, which contains a sample type
      object initializer.  It also touches the mmap test output, because the
      mmap type's repr is included in that output.  It touches object.h to
      put the correct description in a comment.
      14648396
  11. 11 Kas, 2001 2 kayıt (commit)
  12. 24 Eki, 2001 1 kayıt (commit)
  13. 20 Eki, 2001 1 kayıt (commit)
  14. 13 Eki, 2001 1 kayıt (commit)
  15. 04 Eyl, 2001 1 kayıt (commit)
  16. 19 Tem, 2001 1 kayıt (commit)
  17. 14 Tem, 2001 1 kayıt (commit)
  18. 23 Haz, 2001 1 kayıt (commit)
  19. 10 Nis, 2001 1 kayıt (commit)
  20. 29 Ock, 2001 2 kayıt (commit)
  21. 28 Ock, 2001 1 kayıt (commit)
  22. 19 Ock, 2001 1 kayıt (commit)
  23. 26 Ara, 2000 1 kayıt (commit)
  24. 22 Ara, 2000 1 kayıt (commit)
  25. 21 Ara, 2000 1 kayıt (commit)
  26. 15 Ara, 2000 1 kayıt (commit)
  27. 18 Kas, 2000 1 kayıt (commit)
  28. 07 Kas, 2000 1 kayıt (commit)
  29. 01 Kas, 2000 1 kayıt (commit)
  30. 01 Eyl, 2000 1 kayıt (commit)
  31. 20 Agu, 2000 1 kayıt (commit)
  32. 27 Tem, 2000 1 kayıt (commit)
  33. 26 Tem, 2000 2 kayıt (commit)
  34. 25 Tem, 2000 1 kayıt (commit)
  35. 24 Tem, 2000 1 kayıt (commit)
  36. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf