- 09 Eyl, 2007 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Ronald Oussoren yazdı
(Make-)files that use mandir (and other data directory macros). This patch solves a warning during configure, specifically: ... config.status: creating Makefile.pre config.status: WARNING: ../Makefile.pre.in seems to ignore the --datarootdir setting ... See also: <http://www.gnu.org/software/automake/manual/autoconf/Changed-Directory-Variables.html>
-
- 08 Eyl, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 07 Eyl, 2007 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
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 yazdı
-
Thomas Heller yazdı
-
Brett Cannon yazdı
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 yazdı
implementation of either function depends on ctypes but uuid as a whole does not.
-
- 06 Eyl, 2007 6 kayıt (commit)
-
-
Gregory P. Smith yazdı
windows happy.
-
Skip Montanaro yazdı
branch, seems like it ought to be on the trunk as well.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
This attack is against ceval.c:IMPORT_NAME, which calls an object (__builtin__.__import__) without holding a reference to it.
-
Armin Rigo yazdı
ptrace_enter_call() assumes no exception is currently set. This assumption is broken when throwing into a generator.
-
- 05 Eyl, 2007 5 kayıt (commit)
-
-
Georg Brandl yazdı
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only).
-
Martin v. Löwis yazdı
a readonly source.
-
Armin Rigo yazdı
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 yazdı
to get dependencies right.
-
Bill Janssen yazdı
-
- 04 Eyl, 2007 7 kayıt (commit)
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
to include some information about the build environment.
-
Martin v. Löwis yazdı
source encoding. Will backport to 2.5.
-
Martin v. Löwis yazdı
get_completion_type to readline.
-
Martin v. Löwis yazdı
context. Fixes #1626801.
-
Mark Summerfield yazdı
-
- 03 Eyl, 2007 2 kayıt (commit)
-
-
Matthias Klose yazdı
-
Georg Brandl yazdı
-
- 02 Eyl, 2007 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
by the Makefile is also used at configure-time.
-
- 01 Eyl, 2007 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Skip Montanaro yazdı
empty pattern match. (issue 852532).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-