- 08 Kas, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Marc-André Lemburg yazdı
-
- 07 Kas, 2001 7 kayıt (commit)
-
-
Martin v. Löwis yazdı
Also delegate kw arguments through ** calls.
-
Marc-André Lemburg yazdı
This patch boosts performance for comparing identical string object by some 20% on my machine while not causing any noticable slow-down for other operations (according to tests done with pybench).
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
with the signature, not an ad hoc abbreviated form.
-
Fred Drake yazdı
-
Fred Drake yazdı
not affect the API. Clean up the text about call syntax apply() is equivalent to. Based on comments by Thomas Guettler.
-
Tim Peters yazdı
I'm guessing at this, pending more info from the bug submitter. Wise changed how the %GROUP% vrbl got defined between versions 5.0a (used before Python 2.2) and 8.14, to hold the full path to Start Menu group instead of just the group name. If I'm guessing correctly, the info the bug report is complaining about is in one of the registry keys we set up that neither Windows nor Python cares about. We did store a full path there in 2.2b1 instead of just the group name; the patch cuts it back to just the name again.
-
- 06 Kas, 2001 14 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
PDF version.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
referenced, WeakKeyDictionary.has_key() should return 0 instead of raising TypeError.
-
Fred Drake yazdı
referencable (weakref.ref() raises TypeError), return 0 instead of propogating the TypeError. This closes SF bug #478536; bugfix candidate.
-
Jack Jansen yazdı
generally did things to get it working.
-
Jack Jansen yazdı
support them.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by the Metrowerks compiler for quite some time.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he sent me, except for the namechange (fmgr->hfsplus).
-
- 05 Kas, 2001 17 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
in the presence of empty-string arguments.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
the Web page)
-
Andrew M. Kuchling yazdı
-
Tim Peters yazdı
ntpath.join('a', '') was producing 'a' instead of 'a\\' as in 2.1. Impossible to guess what was ever *intended*, but since split('a\\') produces ('a', ''), I think it's best if join('a', '') gives 'a\\' back.
-
Barry Warsaw yazdı
#477864.
-
Barry Warsaw yazdı
my own doing, some originally written by Matthew Dixon Cowles.
-
Fred Drake yazdı
does not share data with the original.
-
Fred Drake yazdı
original by replacing self.data temporarily, then using the update() method on the new mapping object to populate it. This closes SF bug #476616.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Universal Headers 3.4
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin.
-
Jack Jansen yazdı
Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me.
-