- 21 Mar, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
advertised in the docs. (backport from r61712)
-
- 20 Mar, 2008 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
and **kwargs expressions could give bogus error messages.
-
- 18 Mar, 2008 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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.
-
Trent Nelson yazdı
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.
-
Neal Norwitz yazdı
Issue 2321: reduce memory usage (increase the memory that is returned to the system) by using pymalloc for the data of unicode objects.
-
Trent Nelson yazdı
-
- 16 Mar, 2008 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 11 Mar, 2008 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Exploit at request.)
-
- 07 Mar, 2008 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
- 06 Mar, 2008 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
(backport from r61275)
-
Martin v. Löwis yazdı
#1725737: ignore other VC directories other than CVS and SVN's too.
-
Martin v. Löwis yazdı
permission to create files in the root directory.
-
Martin v. Löwis yazdı
-
- 23 Şub, 2008 8 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
The 2.6 version also converts to unittest, but it seems to work fine under 2.5.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
Fix by Malte Helmert
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 22 Şub, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 21 Şub, 2008 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 19 Şub, 2008 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
upgrade their python2.5 install and then run Python's test suite. This is needed because one of the test files for the decimal module changed it name (see issue 2114) and OSX doesn't feature a full package manager.
-
- 18 Şub, 2008 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
only on 32-bit systems.
-
- 15 Şub, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
MemoryError was not guaranteed.
-
Martin v. Löwis yazdı
-
- 14 Şub, 2008 2 kayıt (commit)
-
-
Fred Drake yazdı
Makefile explicitly for now
-
Fred Drake yazdı
-