- 04 May, 2010 13 commits
-
-
Mark Dickinson authored
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 authored
_io module doesn't call this function which was introduced in Python3.
-
Alexandre Vassalotti authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Was not applied to modules that will not compile under OS X, dbmmodule.c, getaddrinfo.c, and getnameinfo.c.
-
Brett Cannon authored
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
passed to free() and make a `char *` to a `const char *` as found by Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found with Clang's static analyzer.
-
- 03 May, 2010 10 commits
-
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Clang.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Brett Cannon authored
Found using Clang's static analyzer.
-
Antoine Pitrou authored
exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon.
-
Jesus Cea authored
-
Vinay Sajip authored
-
- 02 May, 2010 6 commits
-
-
Brett Cannon authored
-
Michael Foord authored
-
Antoine Pitrou authored
gc.DEBUG_STATS.
-
Ronald Oussoren authored
uses the default browser.
-
Ronald Oussoren authored
works on OSX
-
Mark Dickinson authored
-
- 01 May, 2010 7 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(yes, this is a sensitive subject, sorry)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
Senthil Kumaran authored
-
Andrew M. Kuchling authored
-
- 30 Apr, 2010 4 commits
-
-
Antoine Pitrou authored
test_multiprocessing. Patch by Paul Moore.
-
Marc-André Lemburg authored
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.
-
Ronald Oussoren authored
Mac/README. Fixes issue 7107.
-
Ronald Oussoren authored
-