- 12 Aug, 2003 3 commits
-
-
Walter Dörwald authored
If there is only one bad character it will now be printed in a form that is a valid Python string.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 11 Aug, 2003 13 commits
-
-
Brett Cannon authored
-
Michael W. Hudson authored
Now test_descr only appears to leak two references & I think this are in fact illusory (it's to do with things getting resurrected in __del__ methods & it's easy to be believe confusion occurs when that happens <wink>). Woohoo!
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Skip Montanaro authored
-
Skip Montanaro authored
docs
-
Skip Montanaro authored
the tp_name is not correct, but what's exposed to users is known visibly as "StringIO", not "StringI" or "StringO".
-
Skip Montanaro authored
-
Michael W. Hudson authored
This should go onto release23-maint, too.
-
Jason Tishler authored
under Cygwin. The attached patch corrects this problem. I tested this patch under Red Hat Linux 8.0 too.
-
Jack Jansen authored
but attempting to get it resulted in a crash. Fixed. Backport candidate.
-
Brett Cannon authored
time.daylight is true. Add an explicit test for this situation. Fixed some wording in docstrings.
-
- 09 Aug, 2003 7 commits
-
-
Raymond Hettinger authored
The default seed is time.time(). Multiplied by 256 before truncating so that fractional seconds are used. This way, two successive calls to random.seed() are much more likely to produce different sequences.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Verify that the encoding actually exists. Fixes #775985. Will backport to 2.3.
-
Martin v. Löwis authored
-
Raymond Hettinger authored
(Contributed by Andrew Dalke.)
-
Raymond Hettinger authored
(Contributed by Jay T Miller.)
-
Kurt B. Kaiser authored
backported to 23-maint
-
- 08 Aug, 2003 8 commits
-
-
Raymond Hettinger authored
-
Michael W. Hudson authored
Sure looks like it to me! <wink> When I run the leak2.py script I posted to python-dev, I only see three reference leaks in all of test_descr. When I run test_descr.test_main, I still see 46 leaks. This clearly demands posting a yelp to python-dev :-) This certainly should be applied to release23-maint, and in all likelyhood release22-maint as well.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
which can now take zero arguments.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Simplify the pure python examples * Add a quantify() example
-
Brett Cannon authored
-
- 07 Aug, 2003 3 commits
-
-
Michael W. Hudson authored
Include a test case that failed for one of my efforts to repair this.
-
Fred Drake authored
Backporting to Python 2.3 branch.
-
Martin v. Löwis authored
-
- 06 Aug, 2003 1 commit
-
-
Mark Hammond authored
Will also check in on the 2.3 branch.
-
- 05 Aug, 2003 5 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
(From SF patch #543867)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Contributed by George Yoshida)
-