- 10 Sep, 2007 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
/usr/xpg4/bin/tr); make the character ranges explicit.
-
- 09 Sep, 2007 3 commits
-
-
Gregory P. Smith authored
alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls.
-
Gregory P. Smith authored
-
Ronald Oussoren authored
(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 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 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Walter Dörwald authored
-