- 04 May, 2010 15 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
any non-float non-integer argument is now converted to an integer (if possible) using its __int__ method. Previously, only small arguments were treated this way; larger arguments (those whose __int__ was outside the range of a C long) would produce a TypeError. Patch by Alexander Belopolsky (with minor modifications).
-
Mark Dickinson yazdı
When a Decimal operation raises multiple signals and more than one of those signals is trapped, the specification determines the order in which the signals should be handled. In many cases this order wasn't being followed, leading to the wrong Python exception being raised. This commit fixes those cases, and adds extra tests. The tests are only enabled when EXTENDEDERRORTESTS is True, since they involve rerunning each Decimal testcase several times.
-
Victor Stinner yazdı
_io module doesn't call this function which was introduced in Python3.
-
Alexandre Vassalotti yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Was not applied to modules that will not compile under OS X, dbmmodule.c, getaddrinfo.c, and getnameinfo.c.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
passed to free() and make a `char *` to a `const char *` as found by Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found with Clang's static analyzer.
-
- 03 May, 2010 10 kayıt (commit)
-
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Clang.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Antoine Pitrou yazdı
exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon.
-
Jesus Cea yazdı
-
Vinay Sajip yazdı
-
- 02 May, 2010 6 kayıt (commit)
-
-
Brett Cannon yazdı
-
Michael Foord yazdı
-
Antoine Pitrou yazdı
gc.DEBUG_STATS.
-
Ronald Oussoren yazdı
uses the default browser.
-
Ronald Oussoren yazdı
works on OSX
-
Mark Dickinson yazdı
-
- 01 May, 2010 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(yes, this is a sensitive subject, sorry)
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
-
Senthil Kumaran yazdı
-
Andrew M. Kuchling yazdı
-
- 30 Nis, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
test_multiprocessing. Patch by Paul Moore.
-
Marc-André Lemburg yazdı
Only override the AC_PROG_CC determined CFLAGS if they were set by the user. This restores the default behavior in the common case of not having CFLAGS defined when running configure.
-