- 31 Mar, 2006 13 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
regenerated codec should survive reindent.py unchanged.
-
Walter Dörwald yazdı
IncrementalDecoder.decode().
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
caused detection of the error)
-
Fred Drake yazdı
-
Tim Peters yazdı
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 yazdı
- 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 kayıt (commit)
-
-
Barry Warsaw yazdı
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 yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Armin Rigo yazdı
-
Anthony Baxter yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
-
Armin Rigo yazdı
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 yazdı
-
Anthony Baxter yazdı
Backed out an old patch from 2000.
-
Phillip J. Eby yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
- update the refcount information (late, but not a bad thing to do...) - clarify that PyGen_New() steals a reference
-
Phillip J. Eby yazdı
-
Phillip J. Eby yazdı
for setup.py "upload" command.
-
- 29 Mar, 2006 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Fix the hit and miss style of testing for sets and dicts.
-
- 28 Mar, 2006 6 kayıt (commit)
-
-
Tim Peters yazdı
interpolate PY_FORMAT_SIZE_T instead of #if'ing on MS_WIN64.
-
Armin Rigo yazdı
otherwise, test/test_ctypes.py fails. What about ctypes.macholib?
-
Armin Rigo yazdı
-
Georg Brandl yazdı
-
Armin Rigo yazdı
-
Martin v. Löwis yazdı
-