- 31 Mar, 2006 8 commits
-
-
Walter Dörwald authored
regenerated codec should survive reindent.py unchanged.
-
Walter Dörwald authored
IncrementalDecoder.decode().
-
Neal Norwitz authored
-
Neal Norwitz authored
gcc. Without this flag, doing pretty much anything with NaNs causes a Floating Point Exception signal. This causes the interpreter to quit. The failing tests this fixes are: test_float, test_long, and test_struct. This is somewhat equivalent to doing signal(SIGFPE, SIG_IGN). Will verify if this is a problem in 2.4 and backport if necessary (probably).
-
Fred Drake authored
caused detection of the error)
-
Fred Drake authored
-
Tim Peters authored
effect at the time test_decimal was imported. Else running test_decimal had the bad side effect of permanently changing the decimal context in effect. That caused text_tokenize to fail if it ran after test_decimal.
-
Tim Peters authored
- The doctests in decistmt() weren't run at all when test_tokenize was run via regrtest.py. - Some expected output in decistmt() was Windows-specific (but nobody noticed because the doctests weren't getting run). - test_roundtrip() didn't actually test anything when running the tests with -O. Now it does. - Changed test_roundtrip() to show the name of the input file when it fails. That would have saved a lot of time earlier today. - Added a bunch of comments.
-
- 30 Mar, 2006 20 commits
-
-
Barry Warsaw authored
adds the following API calls: PySet_Clear(), _PySet_Next(), and _PySet_Update(). The latter two are considered non-public. Tests and documentation (for the public API) are included.
-
Guido van Rossum authored
-
Ronald Oussoren authored
on OSX 10.4 or later. This stops the compiler for complaining about calls to deprecated functions in these extensions, they are supposed to wrap as much of Carbon as possible.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Armin Rigo authored
-
Anthony Baxter authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Armin Rigo authored
This is from the SF tracker as well; for some reason the content of test_index.py was lost and an empty file was checked in instead.
-
Anthony Baxter authored
-
Anthony Baxter authored
Backed out an old patch from 2000.
-
Phillip J. Eby authored
-
Fred Drake authored
-
Fred Drake authored
- update the refcount information (late, but not a bad thing to do...) - clarify that PyGen_New() steals a reference
-
Phillip J. Eby authored
-
Phillip J. Eby authored
for setup.py "upload" command.
-
- 29 Mar, 2006 1 commit
-
-
Raymond Hettinger authored
Fix the hit and miss style of testing for sets and dicts.
-
- 28 Mar, 2006 11 commits
-
-
Tim Peters authored
interpolate PY_FORMAT_SIZE_T instead of #if'ing on MS_WIN64.
-
Armin Rigo authored
otherwise, test/test_ctypes.py fails. What about ctypes.macholib?
-
Armin Rigo authored
-
Georg Brandl authored
-
Armin Rigo authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
with title().
-
Thomas Heller authored
-
Georg Brandl authored
This was discovered by test_email failing with -Qnew.
-