- 08 Agu, 2003 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
which can now take zero arguments.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Simplify the pure python examples * Add a quantify() example
-
Brett Cannon yazdı
-
- 07 Agu, 2003 3 kayıt (commit)
-
-
Michael W. Hudson yazdı
Include a test case that failed for one of my efforts to repair this.
-
Fred Drake yazdı
Backporting to Python 2.3 branch.
-
Martin v. Löwis yazdı
-
- 06 Agu, 2003 1 kayıt (commit)
-
-
Mark Hammond yazdı
Will also check in on the 2.3 branch.
-
- 05 Agu, 2003 19 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
(From SF patch #543867)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Contributed by George Yoshida)
-
Raymond Hettinger yazdı
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 yazdı
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.3.
-
Fred Drake yazdı
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 yazdı
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 yazdı
-
Brett Cannon yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
conform to XHTML rules.
-
- 04 Agu, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
function (not just builtins). The issue arose in a thread on comp.lang.python.
-
- 03 Agu, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 02 Agu, 2003 2 kayıt (commit)
-
-
Skip Montanaro yazdı
see how much of the file was not covered by the build process
-
Raymond Hettinger yazdı
by returning an empty list instead of raising a TypeError.
-
- 01 Agu, 2003 4 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 31 Tem, 2003 4 kayıt (commit)
-
-
Anthony Baxter yazdı
Trivial patch, and the alternative is to guess at the right values based on platform...
-
Skip Montanaro yazdı
submitted by Bernard Herzog. Closes patch 779830.
-
Mark Hammond yazdı
-
Skip Montanaro yazdı
-