- 09 Aug, 2003 6 commits
-
-
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 19 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)
-
Raymond Hettinger authored
Fixed leak caused by switching from PyList_GetItem to PySequence_GetItem. Added missing NULL check. Clarified code by converting an "if" to an "else if". Will backport to 2.3.
-
Anthony Baxter authored
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Fred Drake authored
LaTeX2HTML feels free to remove a surrounding element that contains no other content. Since such an element is typically a named anchor used for hyperlinking, they should not be removed. Unfortunatley, making sure these marks are non-empty is the most direct way of avoiding this behavior. Thanks to Dave Kuhlman for tracking this down; this was some excellent detective work!
-
Brett Cannon authored
Also remove now unnecessary property attributes for thread safety (no longer have lazy attributes) and code simplicity reasons. Timezone storage has been reworked to be simpler and more flexible. All values in LocaleTime instances are lower-cased. This is all done to simplify the module. The module now assumes nothing beyond the strptime function will be exposed for general use beyond providing functionality for strptime.
-
Brett Cannon authored
-
Brett Cannon authored
-
Fred Drake authored
-
Fred Drake authored
conform to XHTML rules.
-
- 04 Aug, 2003 1 commit
-
-
Raymond Hettinger authored
function (not just builtins). The issue arose in a thread on comp.lang.python.
-
- 03 Aug, 2003 2 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-