- 08 Aug, 2003 2 commits
-
-
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
-
- 02 Aug, 2003 2 commits
-
-
Skip Montanaro authored
see how much of the file was not covered by the build process
-
Raymond Hettinger authored
by returning an empty list instead of raising a TypeError.
-
- 01 Aug, 2003 4 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
- 31 Jul, 2003 4 commits
-
-
Anthony Baxter authored
Trivial patch, and the alternative is to guess at the right values based on platform...
-
Skip Montanaro authored
submitted by Bernard Herzog. Closes patch 779830.
-
Mark Hammond authored
-
Skip Montanaro authored
-
- 30 Jul, 2003 2 commits
-
-
Fred Drake authored
to extract next time without having to remember where in CVS to dig it out.
-
Fred Drake authored
-