- 31 Mar, 2006 25 commits
-
-
Georg Brandl authored
argument to specify where to write the prompt.
-
Georg Brandl authored
that have __private names in their __slots__.
-
Georg Brandl authored
-
Georg Brandl authored
failures gracefully
-
Jeremy Hylton authored
Explicitly clear all elements from arena->a_objects and remove assert() that refcount is 1. It's possible for a program to get a reference to the list via sys.getobjects() or via gc functions.
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
e.g. IndentationError. (bug #1447885)
-
Georg Brandl authored
-
Thomas Wouters authored
we are about to leave behind. An example of the cause of this leak can be found in the leakers directory, in case we ever want to tackle the underlying problem.
-
Walter Dörwald authored
module. It's possible to generate HTML calendar now and the module can be called as a script (e.g. via ``python -mcalendar``).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Walter Dörwald authored
-
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 15 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.
-