- 13 Jul, 2007 3 commits
-
-
Thomas Heller authored
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
-
Thomas Heller authored
-
Thomas Heller authored
of c_char_p and c_wchar_p has changed as a sideeffect.
-
- 12 Jul, 2007 5 commits
-
-
Georg Brandl authored
Python tutorial. (backport from rev. 56306)
-
Georg Brandl authored
(backport from rev. 56302)
-
Georg Brandl authored
with %G. (backport from rev. 56298)
-
Georg Brandl authored
(backport from rev. 56296)
-
Georg Brandl authored
without handler. (backport from rev. 56293)
-
- 11 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56280)
-
- 09 Jul, 2007 3 commits
-
-
Ronald Oussoren authored
when a users install GNU libtool early in his PATH
-
Ronald Oussoren authored
Backport of 56204.
-
Ronald Oussoren authored
console object, avoid crashing in that case.
-
- 02 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56143)
-
- 01 Jul, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56137)
-
- 30 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56129)
-
- 27 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56091)
-
- 25 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56084)
-
- 19 Jun, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 56040)
-
Georg Brandl authored
(backport from rev. 56038)
-
- 17 Jun, 2007 1 commit
-
-
Neal Norwitz authored
-
- 16 Jun, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 56006)
-
- 15 Jun, 2007 1 commit
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r55896 | thomas.heller | 2007-06-11 17:58:33 +0200 (Mo, 11 Jun 2007) | 3 lines Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" or "K" codes. ........
-
- 14 Jun, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 13 Jun, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 11 Jun, 2007 4 commits
-
-
Neal Norwitz authored
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
-
Neal Norwitz authored
-
Neal Norwitz authored
Fix a bug when there was a newline in the string expandtabs was called on. This also catches another condition that can overflow.
-
Neal Norwitz authored
Prevent these tests from running on Win64 since they don't apply there either
-
- 09 Jun, 2007 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow.
-
- 08 Jun, 2007 3 commits
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r55129 | thomas.heller | 2007-05-04 21:54:22 +0200 (Fr, 04 Mai 2007) | 3 lines Do not truncate 64-bit pointers to 32-bit integers. Fixes SF #1703286, will backport to release25-maint. ........ r55131 | thomas.heller | 2007-05-04 21:56:32 +0200 (Fr, 04 Mai 2007) | 1 line Oops, these tests do not run on Windows CE. ........
-
Thomas Heller authored
Closes [1700455]. Backported from trunk.
-
Martin v. Löwis authored
-
- 07 Jun, 2007 3 commits
-
-
Kristján Valur Jónsson authored
-
Georg Brandl authored
(backport from rev. 55805)
-
Georg Brandl authored
Backport from py3k rev. 55708 by Guido. (backport from rev. 55802)
-
- 05 Jun, 2007 3 commits
-
-
Georg Brandl authored
Patch by Tim Delany (missing DECREF). SF #1731330.
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it reads a file that ends with incomplete sequence and sizehint argument for .read() is specified.
-