- 09 Apr, 2008 1 commit
-
-
Gregory P. Smith authored
Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive. It tried to allocate negative or zero memory. That fails.
-
- 07 Apr, 2008 1 commit
-
-
Georg Brandl authored
-
- 06 Apr, 2008 1 commit
-
-
Gerhard Häring authored
-
- 01 Apr, 2008 1 commit
-
-
Guido van Rossum authored
I have the email trail to prove that George Neville-Neil approved this. (Backport of r62097.)
-
- 29 Mar, 2008 1 commit
-
-
Georg Brandl authored
-
- 28 Mar, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
Test is run with "regrtest.py -R:: test_compile" Backport of r62015
-
- 27 Mar, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
"" "" becomes """", which is invalid code. Backport of r61979.
-
- 25 Mar, 2008 2 commits
-
-
Mark Dickinson authored
is stored as a str instance rather than a unicode instance. Backported from Python 2.6 (see r61904).
-
Mark Dickinson authored
explicitly supplied.
-
- 24 Mar, 2008 1 commit
-
-
Amaury Forgeot d'Arc authored
Corrected the raw-unicode-escape codec to use UTF-16 surrogates in this case, like the unicode-escape codec does. Backport of r61793 and r61853
-
- 21 Mar, 2008 1 commit
-
-
Georg Brandl authored
advertised in the docs. (backport from r61712)
-
- 20 Mar, 2008 1 commit
-
-
Sean Reifscheider authored
and **kwargs expressions could give bogus error messages.
-
- 18 Mar, 2008 5 commits
-
-
Gregory P. Smith authored
-
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.
-
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.
-
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.
-
Trent Nelson authored
-
- 16 Mar, 2008 1 commit
-
-
Vinay Sajip authored
-
- 11 Mar, 2008 1 commit
-
-
Guido van Rossum authored
(Exploit at request.)
-
- 07 Mar, 2008 2 commits
-
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
- 06 Mar, 2008 5 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
(backport from r61275)
-
Martin v. Löwis authored
#1725737: ignore other VC directories other than CVS and SVN's too.
-
Martin v. Löwis authored
permission to create files in the root directory.
-
Martin v. Löwis authored
-
- 23 Feb, 2008 8 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
The 2.6 version also converts to unittest, but it seems to work fine under 2.5.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
Fix by Malte Helmert
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 22 Feb, 2008 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 21 Feb, 2008 4 commits
-
-
Georg Brandl authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-