- 01 Oct, 2006 2 commits
-
-
Kurt B. Kaiser authored
running w/o subprocess.
-
Kurt B. Kaiser authored
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719
-
- 30 Sep, 2006 14 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
string pointed to by its parameter.
-
Georg Brandl authored
to encodings.search_function() contains a dot.
-
Georg Brandl authored
datetime's strftime function.
-
Georg Brandl authored
but also for functions.
-
Georg Brandl authored
keep_blank_values and strict_parsing keyword arguments.
-
Georg Brandl authored
with a slash.
-
Georg Brandl authored
-
Georg Brandl authored
number of arguments, as was the case in Python 2.4.
-
Georg Brandl authored
keyword arguments any more (previously they accepted them, but didn't use them).
-
Georg Brandl authored
GNOME browser in case it is a command with args.
-
Georg Brandl authored
-
Gregory P. Smith authored
-
George Yoshida authored
Will backport to 2.5.
-
- 28 Sep, 2006 1 commit
-
-
Brett Cannon authored
-
- 27 Sep, 2006 2 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 26 Sep, 2006 1 commit
-
-
Brett Cannon authored
-
- 25 Sep, 2006 1 commit
-
-
Armin Rigo authored
-
- 24 Sep, 2006 3 commits
-
-
Georg Brandl authored
being raised when print_exc() was called without an exception set. In version 2.4, this printed "None", restored that behavior.
-
Georg Brandl authored
not being recognized as a keyword after, e.g., this statement: from __future__ import division, with_statement
-
Georg Brandl authored
-
- 23 Sep, 2006 4 commits
-
-
Brett Cannon authored
hopes that more information will help debug the failing test on HPPA Ubuntu.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Fred Drake authored
-
- 22 Sep, 2006 3 commits
-
-
Neal Norwitz authored
of PY_FORMAT_SIZE_T to "l" for Mac OSX. I don't know a better define to use. This should get rid of the warnings on other platforms and Mac too.
-
Neal Norwitz authored
These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate.
-
Neal Norwitz authored
In addition to testing positive numbers, verify negative numbers work in configure. In order to avoid compiler warnings on OS X 10.4, also change the order of the check for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format for Py_ssize_t. This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't defined at configure time. Need to verify the buildbot results. Backport candidate (if everyone thinks this patch can't be improved).
-
- 21 Sep, 2006 3 commits
-
-
Jack Diederich authored
-
Jack Diederich authored
which breaks negative counts * added test for negative numbers will backport to 2.5.1
-
Walter Dörwald authored
-
- 20 Sep, 2006 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
(e.g., ``BaseException(1,2,3)[0:2]``). Discovered in Python 2.5.0 by Thomas Heller and reported to python-dev. This should be backported to 2.5 .
-
Brett Cannon authored
from exceptions.
-
- 19 Sep, 2006 1 commit
-
-
Gregory P. Smith authored
arguments are transposed. (reported by Louis Zechtzer) ..already committed to release24-maint ..needs committing to release25-maint
-
- 18 Sep, 2006 1 commit
-
-
Guido van Rossum authored
-
- 17 Sep, 2006 1 commit
-
-
Ronald Oussoren authored
of python changes (2.5 -> 2.6). Bug #1552935.
-