1. 02 Nis, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Applying SF patch #412553 by Christopher Lee: fix linuxaudiodev · f5bd6843
      Guido van Rossum yazdı
      handling of EAGAIN.
      
      This may or may not fix the problem for me (Mandrake 7.2 on a Dell
      Optiplex GX110 desktop): I can't hear the output, but it does pass the
      test now.  It doesn't fix the problem for Fred (Mandrake 7.2 on a Dell
      Inspiron 7500 which has the Maestro sound drivers).  Fred suspects
      that it's the kernel version in combination with the driver.
      f5bd6843
  2. 17 Ock, 2001 1 kayıt (commit)
  3. 15 Ock, 2001 1 kayıt (commit)
  4. 08 Eki, 2000 1 kayıt (commit)
  5. 06 Eki, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      test_linuxaudio: · e2b7c4de
      Jeremy Hylton yazdı
          read the header from the .au file and do a sanity check
          pass only the data to the audio device
          call flush() so that program does not exit until playback is complete
          call all the other methods to verify that they work minimally
          call setparameters with a bunch of bugs arguments
      
      linuxaudiodev.c:
          use explicit O_WRONLY and O_RDONLY instead of 1 and 0
          add a string name to each of the entries in audio_types[]
          add AFMT_A_LAW to the list of known formats
          add x_mode attribute to lad object, stores imode from open call
          test ioctl return value as == -1, not < 0
          in read() method, resize string before return
          add getptr() method, that calls does ioctl on GETIPTR or GETOPTR
              depending on x_mode
          in setparameters() method, do better error checking and raise
              ValueErrors; also use ioctl calls recommended by Open Sound
              System Programmer's Guido (www.opensound.com)
          use PyModule_AddXXX to define names in module
      e2b7c4de
  6. 01 Eyl, 2000 2 kayıt (commit)
  7. 31 Agu, 2000 1 kayıt (commit)
  8. 18 Agu, 2000 1 kayıt (commit)
  9. 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
  10. 11 Tem, 2000 1 kayıt (commit)
  11. 08 Tem, 2000 1 kayıt (commit)
  12. 03 May, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Vladimir Marangozov's long-awaited malloc restructuring. · b18618da
      Guido van Rossum yazdı
      For more comments, read the patches@python.org archives.
      For documentation read the comments in mymalloc.h and objimpl.h.
      
      (This is not exactly what Vladimir posted to the patches list; I've
      made a few changes, and Vladimir sent me a fix in private email for a
      problem that only occurs in debug mode.  I'm also holding back on his
      change to main.c, which seems unnecessary to me.)
      b18618da
  13. 31 Mar, 2000 1 kayıt (commit)
  14. 30 Mar, 2000 1 kayıt (commit)