- 18 Agu, 2003 1 kayıt (commit)
-
-
Thomas Heller yazdı
Will backport to release23-maint.
-
- 17 Agu, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Relaxed the argument restrictions for non-operator methods. They now allow any iterable instead of requiring a set. This makes the module a little easier to use and paves the way for an efficient C implementation which can take better advantage of iterable arguments while screening out immutables. * Deprecated Set.update() because it now duplicates Set.union_update() * Adapted the tests and docs to include the above changes. * Added more test coverage including testing identities and checking to make sure non-restartable generators work as arguments. Will backport to Py2.3.1 so that the interface remains consistent across versions. The deprecation of update() will be changed to a FutureWarning.
-
- 16 Agu, 2003 3 kayıt (commit)
-
-
Fred Drake yazdı
throughout the documentation.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Positive wording for the description of why < and > and = can all be False. * Move to a three column table format that puts long method names side-by-side with their operator equivalents * Mention that KeyError can be raised by Set.pop() and Set.remove(). * Minor tweaks to the examples. Will backport as soon as Fred rebuilds the docs so I can confirm the tables formatted properly
-
- 15 Agu, 2003 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
If opening a directory, the exception would leak.
-
Walter Dörwald yazdı
unchanged (and sys.gettotalrefcount() remains constant). Fix a few typos.
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Michael W. Hudson yazdı
[ 784825 ] fix obscure crash in descriptor handling Should be applied to release23-maint and in all likelyhood release22-maint, too. Certainly doesn't apply to release21-maint.
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
Fix, by not using n at all in that case. Needs to be applied to release23-maint, too.
-
Tim Peters yazdı
number. This accounts for the 2 refcount leaks per test_complex run Michael Hudson discovered (I figured only I would have the stomach to look for leaks in floating-point code <wink>).
-
- 14 Agu, 2003 9 kayıt (commit)
-
-
Neil Schemenauer yazdı
usually preferred.
-
Walter Dörwald yazdı
When parsing the constructor arguments failed, a reference to the argument tuple was leaked.
-
Neil Schemenauer yazdı
-
Walter Dörwald yazdı
when an encoding error occurs and the callback name is unknown, i.e. when the callback has to be called. The problem was that the fact that the callback has already been looked up was only recorded in a local variable in charmap_encoding_error(), because charmap_encoding_error() got it's own copy of the errorHandler pointer instead of a pointer to the pointer in PyUnicode_EncodeCharmap().
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Michael W. Hudson yazdı
Check for a[:] = a _before_ calling PySequence_Fast on a. release23-maint candidate Reference leak doesn't happen with head of release22-maint.
-
Fred Drake yazdı
the output was consumed would cause and exception to be raise in logmerge; suppress this specific error, because it's not helpful.
-
Kurt B. Kaiser yazdı
on W2K and XP. Python Bugs 780451, 784183 Backported to 2.2-maint
-
Fred Drake yazdı
-
- 13 Agu, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 12 Agu, 2003 4 kayıt (commit)
-
-
Walter Dörwald yazdı
UnicodeTranslateError message.
-
Walter Dörwald yazdı
If there is only one bad character it will now be printed in a form that is a valid Python string.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 11 Agu, 2003 10 kayıt (commit)
-
-
Brett Cannon yazdı
-
Michael W. Hudson yazdı
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 yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
docs
-
Skip Montanaro yazdı
the tp_name is not correct, but what's exposed to users is known visibly as "StringIO", not "StringI" or "StringO".
-
Skip Montanaro yazdı
-
Michael W. Hudson yazdı
This should go onto release23-maint, too.
-