- 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.
-
- 04 Jun, 2007 1 commit
-
-
Brett Cannon authored
the format arguments.
-
- 02 Jun, 2007 1 commit
-
-
Neal Norwitz authored
SF 1668596/1720897: distutils now copies data files even if package_dir is empty.
-
- 01 Jun, 2007 2 commits
-
-
Georg Brandl authored
(backport from rev. 55735)
-
Georg Brandl authored
(backport from rev. 55732)
-
- 30 May, 2007 1 commit
-
-
Thomas Heller authored
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r55677 | thomas.heller | 2007-05-30 09:01:25 +0200 (Mi, 30 Mai 2007) | 2 lines Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. Closes bug #1726026. ........
-
- 25 May, 2007 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 22 May, 2007 1 commit
-
-
Neal Norwitz authored
-