1. 16 Jun, 2008 2 commits
  2. 15 Jun, 2008 1 commit
  3. 03 Jun, 2008 1 commit
  4. 02 Jun, 2008 1 commit
  5. 01 Jun, 2008 1 commit
  6. 31 May, 2008 1 commit
  7. 25 May, 2008 1 commit
  8. 23 May, 2008 1 commit
  9. 17 May, 2008 1 commit
  10. 11 May, 2008 1 commit
  11. 08 May, 2008 1 commit
  12. 06 May, 2008 1 commit
  13. 03 May, 2008 1 commit
  14. 02 May, 2008 2 commits
  15. 25 Apr, 2008 1 commit
  16. 22 Apr, 2008 1 commit
  17. 21 Apr, 2008 1 commit
  18. 11 Apr, 2008 1 commit
  19. 10 Apr, 2008 2 commits
  20. 09 Apr, 2008 3 commits
  21. 07 Apr, 2008 1 commit
  22. 06 Apr, 2008 1 commit
  23. 01 Apr, 2008 1 commit
  24. 29 Mar, 2008 1 commit
  25. 28 Mar, 2008 1 commit
  26. 27 Mar, 2008 1 commit
  27. 25 Mar, 2008 2 commits
  28. 24 Mar, 2008 1 commit
  29. 21 Mar, 2008 1 commit
  30. 20 Mar, 2008 1 commit
  31. 18 Mar, 2008 4 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
    • Neal Norwitz's avatar
      Backport r61458: · b3635f99
      Neal Norwitz authored
      Issue 2321: reduce memory usage (increase the memory that is returned
      to the system) by using pymalloc for the data of unicode objects.
      b3635f99