- 15 Oct, 2006 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
files in VC7.1 pythoncore.vcproj.
-
- 12 Oct, 2006 11 commits
-
-
Georg Brandl authored
(backport from rev. 52313)
-
Georg Brandl authored
(backport from rev. 52311)
-
Georg Brandl authored
about the case of filenames. (backport from rev. 52309)
-
Georg Brandl authored
(bug #1556261). (backport from rev. 52307)
-
Georg Brandl authored
embedded in the string to convert. (backport from rev. 52305)
-
Georg Brandl authored
(backport from rev. 52303)
-
Georg Brandl authored
arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer. (backport from rev. 52301)
-
Georg Brandl authored
in inspect.findsource(). (backport from rev. 52299)
-
Georg Brandl authored
(backport from rev. 52297)
-
Georg Brandl authored
is started with that option. (backport from rev. 52295)
-
Georg Brandl authored
(backport from rev. 52293)
-
- 10 Oct, 2006 1 commit
-
-
Ronald Oussoren authored
-
- 09 Oct, 2006 4 commits
-
-
Martin v. Löwis authored
-
Barry Warsaw authored
-
Georg Brandl authored
(backport from rev. 52251)
-
Andrew M. Kuchling authored
-
- 08 Oct, 2006 9 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
Skip Montanaro authored
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
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 1 commit
-
-
Georg Brandl authored
string pointed to by its parameter. (backport from rev. 52078)
-