- 08 Oct, 2006 4 commits
-
-
Ronald Oussoren authored
-
Hye-Shik Chang authored
Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP unicode characters. (Submitted by Ray Chason)
-
Georg Brandl authored
(backport from rev. 52129)
-
Georg Brandl authored
(backport from rev. 51439)
-
- 07 Oct, 2006 1 commit
-
-
Kristján Valur Jónsson authored
Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization.
-
- 06 Oct, 2006 3 commits
-
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
- remove Sleepycat name now that they have been bought
-
- 05 Oct, 2006 1 commit
-
-
Andrew M. Kuchling authored
with this change.] Cause a PyObject_Malloc() failure to trigger a MemoryError, and then add 'if (PyErr_Occurred())' checks to various places so that NULL is returned properly.
-
- 04 Oct, 2006 4 commits
-
-
Armin Rigo authored
* unified the way intobject, longobject and mystrtoul handle values around -sys.maxint-1. * in general, trying to entierely avoid overflows in any computation involving signed ints or longs is extremely involved. Fixed a few simple cases where a compiler might be too clever (but that's all guesswork). * more overflow checks against bad data in marshal.c. * 2.5 specific: fixed a number of places that were still confusing int and Py_ssize_t. Some of them could potentially have caused "real-world" breakage. * list.pop(x): fixing overflow issues on x was messy. I just reverted to PyArg_ParseTuple("n"), which does the right thing. (An obscure test was trying to give a Decimal to list.pop()... doesn't make sense any more IMHO) * trying to write a few tests...
-
Armin Rigo authored
(unsigned long vs. unsigned int).
-
Martin v. Löwis authored
on undefined behaviour of the C compiler anymore.
-
Barry Warsaw authored
test for parts > 3 when we use .split(..., 2).
-
- 02 Oct, 2006 2 commits
-
-
Martin v. Löwis authored
stdint.h.
-
Martin v. Löwis authored
-
- 30 Sep, 2006 12 commits
-
-
Georg Brandl authored
string pointed to by its parameter. (backport from rev. 52078)
-
Georg Brandl authored
to encodings.search_function() contains a dot. (backport from rev. 52075)
-
Georg Brandl authored
datetime's strftime function. (backport from rev. 52072)
-
Georg Brandl authored
but also for functions. (backport from rev. 52069)
-
Georg Brandl authored
with a slash. (backport from rev. 52065)
-
Georg Brandl authored
(backport from rev. 52063)
-
Georg Brandl authored
number of arguments, as was the case in Python 2.4. (backport from rev. 52061)
-
Georg Brandl authored
keyword arguments any more (previously they accepted them, but didn't use them). (backport from rev. 52058)
-
Georg Brandl authored
GNOME browser in case it is a command with args. (backport from rev. 52056)
-
Georg Brandl authored
(backport from rev. 52053)
-
Gregory P. Smith authored
-
George Yoshida authored
Since this paragraph is about exception's message attribute(2.5 feature), I will not backport to 2.4 branch.
-
- 27 Sep, 2006 1 commit
-
-
Andrew M. Kuchling authored
-
- 25 Sep, 2006 3 commits
-
-
Georg Brandl authored
Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist.
-
Georg Brandl authored
Fix %zd string formatting on Mac OS X so it prints negative numbers. 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.
-
Georg Brandl 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. (backport from rev. 51995)
-
Georg Brandl authored
not being recognized as a keyword after, e.g., this statement: from __future__ import division, with_statement (backport from rev. 51993)
-
Georg Brandl authored
(backport from rev. 51991)
-
- 23 Sep, 2006 1 commit
-
-
Neal Norwitz authored
-
- 21 Sep, 2006 3 commits
-
-
Jack Diederich authored
-
Jack Diederich authored
* regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t which breaks negative counts * added test for negative numbers
-
Brett Cannon authored
-
- 19 Sep, 2006 1 commit
-
-
Anthony Baxter authored
-
- 18 Sep, 2006 1 commit
-
-
Anthony Baxter authored
(damn, it's nice to see the line #define PY_VERSION "2.5" in patchlevel.h)
-