- 07 Eyl, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 06 Eyl, 2006 10 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
place of sys.stdout while running tests. Removing one more test to make buildbot happy.
-
Gustavo Niemeyer yazdı
Let's try that once more. Buildbots were broken last time, but probably because tests were sending data to stderr for testing it (sending to a file doesn't touch the problem). The fix is still the same, but tests were reduced (removing tests to be able to fix something is weird, but oh well).
-
Marc-André Lemburg yazdı
-
Georg Brandl yazdı
(backport from rev. 51785)
-
Thomas Heller yazdı
Add asserts to check for 'impossible' NULL values, with comments. In one place where I'm not 1000% sure about the non-NULL, raise a RuntimeError for safety. This should fix the klocwork issues that Neal sent me. If so, it should be applied to the release25-maint branch also.
-
Georg Brandl yazdı
Also make sure that every exception class has __module__ set to 'exceptions'. (backport)
-
Georg Brandl yazdı
imports (if not in package and if beyond toplevel package). (backport from rev. 51765)
-
Georg Brandl yazdı
of os.urandom(). (backport from rev. 51762)
-
Neal Norwitz yazdı
-
Gustavo Niemeyer yazdı
making subprocess not close standard file descriptors.
-
- 05 Eyl, 2006 16 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
to use "in". (backport from rev. 51740)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Partially from SF patch #1551339, but also taken from head.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
checking to live happily with recent gcc optimizations that assume signed integer arithmetic never overflows.
-
Neal Norwitz yazdı
-
- 03 Eyl, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Neal Norwitz yazdı
Doc fix: hashlib objects don't always return a digest of 16 bytes.
-
- 02 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 Eyl, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
(backport from rev. 51677)
-
Fred Drake yazdı
- various minor cleanups for improved consistency
-
- 25 Agu, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 22 Agu, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
- 21 Agu, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
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 yazdı
Handle a few more error conditions. Klocwork 301 and 302. Will backport.
-