- 08 Sep, 2007 1 commit
-
-
Skip Montanaro authored
-
- 07 Sep, 2007 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
Add a workaround for a strange bug on win64, when _ctypes is compiled with the SDK compiler. This should fix the failing Lib\ctypes\test\test_as_parameter.py test.
-
Thomas Heller authored
-
Thomas Heller authored
-
Brett Cannon authored
ever going back out to Python code in PyObject_Call(). Required introducing a static RuntimeError instance so that normalizing an exception there is no reliance on a recursive call that would put the exception system over the recursion check itself.
-
Brett Cannon authored
implementation of either function depends on ctypes but uuid as a whole does not.
-
- 06 Sep, 2007 6 commits
-
-
Gregory P. Smith authored
windows happy.
-
Skip Montanaro authored
branch, seems like it ought to be on the trunk as well.
-
Thomas Heller authored
-
Georg Brandl authored
-
Armin Rigo authored
This attack is against ceval.c:IMPORT_NAME, which calls an object (__builtin__.__import__) without holding a reference to it.
-
Armin Rigo authored
ptrace_enter_call() assumes no exception is currently set. This assumption is broken when throwing into a generator.
-
- 05 Sep, 2007 5 commits
-
-
Georg Brandl authored
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only).
-
Martin v. Löwis authored
a readonly source.
-
Armin Rigo authored
There are probably a number of places that are open to attacks such as the following one, in bltinmodule.c:min_max().
-
Martin v. Löwis authored
to get dependencies right.
-
Bill Janssen authored
-
- 04 Sep, 2007 7 commits
-
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
to include some information about the build environment.
-
Martin v. Löwis authored
source encoding. Will backport to 2.5.
-
Martin v. Löwis authored
get_completion_type to readline.
-
Martin v. Löwis authored
context. Fixes #1626801.
-
Mark Summerfield authored
-
- 03 Sep, 2007 2 commits
-
-
Matthias Klose authored
-
Georg Brandl authored
-
- 02 Sep, 2007 1 commit
-
-
Ronald Oussoren authored
by the Makefile is also used at configure-time.
-
- 01 Sep, 2007 10 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Skip Montanaro authored
empty pattern match. (issue 852532).
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
- 31 Aug, 2007 1 commit
-
-
Bill Janssen authored
-