- 06 Sep, 2006 3 commits
-
-
Georg Brandl authored
of os.urandom(). (backport from rev. 51762)
-
Neal Norwitz authored
-
Gustavo Niemeyer authored
making subprocess not close standard file descriptors.
-
- 05 Sep, 2006 16 commits
-
-
Sean Reifscheider authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
to use "in". (backport from rev. 51740)
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Backport 51669: Make sure memory is properly cleaned up in file_init (even though this should not be able to happen since we already parsed the args)
-
Neal Norwitz authored
generator expressions (x for x, in ... ) works again. Sigh, I only fixed for loops the first time, not list comps and genexprs too. I couldn't find any more unpacking cases where there is a similar bug lurking.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Partially from SF patch #1551339, but also taken from head.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows.
-
Neal Norwitz authored
-
- 03 Sep, 2006 5 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Neal Norwitz authored
Doc fix: hashlib objects don't always return a digest of 16 bytes.
-
- 02 Sep, 2006 1 commit
-
-
Neal Norwitz authored
-
- 01 Sep, 2006 2 commits
-
-
Georg Brandl authored
(backport from rev. 51677)
-
Fred Drake authored
- various minor cleanups for improved consistency
-
- 25 Aug, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 22 Aug, 2006 2 commits
-
-
Neal Norwitz authored
-
Anthony Baxter authored
-
- 21 Aug, 2006 4 commits
-
-
Neal Norwitz authored
a unicode string in a build with wide unicode (UCS-4) support. I will forward port to 2.6. Can someone backport to 2.4?
-
Neal Norwitz authored
Handle a few more error conditions. Klocwork 301 and 302. Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. (remove the padding)
-
- 20 Aug, 2006 1 commit
-
-
Georg Brandl authored
(backport from rev. 51416)
-
- 19 Aug, 2006 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
Neal Norwitz authored
Klocwork #307
-
- 18 Aug, 2006 2 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
(backport from rev. 51368)
-