- 02 Mar, 2006 16 commits
-
-
Tim Peters authored
-
Brett Cannon authored
-
Thomas Wouters authored
(Should 'code' be cast to the right pointer type?)
-
Brett Cannon authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Thomas Wouters authored
-
Thomas Wouters authored
to an unsigned int (and back again) on 64-bit machines, even though the actual value of the Py_ssize_t variable is way below 31 bits. I suspect compiler-error.
-
Brett Cannon authored
-
Guido van Rossum authored
The culprit was an expression-less yield -- the first apparently in the standard library. I added a unit test for this. Also removed the hack to force compilation of test_with.py.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Thomas Wouters authored
-
- 01 Mar, 2006 24 commits
-
-
Thomas Wouters authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Thomas Wouters authored
-
Tim Peters authored
-
Thomas Wouters authored
-
Martin v. Löwis authored
-
Thomas Wouters authored
convince gcc (4.0.x) the variables are never used uninitialized (and raising a proper exception if they ever are.)
-
Thomas Wouters authored
-
Thomas Wouters authored
(PyMarshal_ReadShortFromFile() is only used in zipimport.c, I don't believe the extra initializations will matter one way or another.)
-
Thomas Wouters authored
-
Brett Cannon authored
-
Thomas Wouters authored
everywhere else?)
-
Thomas Wouters authored
-
Thomas Wouters authored
the sentinel value in the main function, rather than the helper. This function could possibly do with an early-out if any of the helper calls ends up with a len of 0, but I doubt it really matters (how common are malformed hangul syllables, really?)
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Martin v. Löwis authored
-
Thomas Wouters authored
-
Martin v. Löwis authored
-
Brett Cannon authored
-
Guido van Rossum authored
exception, it should not be propagated up. With unit tests.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-