1. 22 Jun, 2008 1 commit
  2. 16 Jun, 2008 2 commits
  3. 15 Jun, 2008 1 commit
  4. 03 Jun, 2008 1 commit
  5. 02 Jun, 2008 1 commit
  6. 01 Jun, 2008 1 commit
  7. 31 May, 2008 1 commit
  8. 25 May, 2008 1 commit
  9. 23 May, 2008 1 commit
  10. 17 May, 2008 1 commit
  11. 11 May, 2008 1 commit
  12. 08 May, 2008 1 commit
  13. 06 May, 2008 1 commit
  14. 03 May, 2008 1 commit
  15. 02 May, 2008 2 commits
  16. 25 Apr, 2008 1 commit
  17. 22 Apr, 2008 1 commit
  18. 21 Apr, 2008 1 commit
  19. 11 Apr, 2008 1 commit
  20. 10 Apr, 2008 2 commits
  21. 09 Apr, 2008 3 commits
  22. 07 Apr, 2008 1 commit
  23. 06 Apr, 2008 1 commit
  24. 01 Apr, 2008 1 commit
  25. 29 Mar, 2008 1 commit
  26. 28 Mar, 2008 1 commit
  27. 27 Mar, 2008 1 commit
  28. 25 Mar, 2008 2 commits
  29. 24 Mar, 2008 1 commit
  30. 21 Mar, 2008 1 commit
  31. 20 Mar, 2008 1 commit
  32. 18 Mar, 2008 3 commits
    • Gregory P. Smith's avatar
      The missing NEWS entry for r61542.. · eff5a4e9
      Gregory P. Smith authored
      eff5a4e9
    • Gregory P. Smith's avatar
      Backport r61450 from trunk: · 631df755
      Gregory P. Smith authored
       Fix chown on 64-bit linux.  It needed to take a long (64-bit on 64bit linux) as
       uid and gid input to accept values >=2**31 as valid while still accepting
       negative numbers to pass -1 to chown for "no change".
      
       Fixes issue1747858.
      631df755
    • Trent Nelson's avatar
      The behaviour of winsound.Beep() seems to differ between different versions of... · 549171e1
      Trent Nelson authored
      The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either:
          a) no sound card entirely
          b) legacy beep driver has been disabled
          c) the legacy beep driver has been uninstalled
      Sometimes RuntimeErrors are raised, sometimes they're not.  If _have_soundcard() returns False, don't expect winsound.Beep() to raise a RuntimeError, as this clearly isn't the case, as demonstrated by the various Win32 XP buildbots.
      549171e1