- 04 Agu, 2004 5 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
imputils Importer._process_result(): remove name from modules dict if exec fails. This is what all the builtin importers do now, new in 2.4.
-
Tim Peters yazdı
-
- 03 Agu, 2004 33 kayıt (commit)
-
-
Fred Drake yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
(closes SF bug #658254, patch #663482)
-
Fred Drake yazdı
scripts without modifying either the distutils installation or the setup.py scripts of packages with which the new commands will be used. Specifically, an option is added to distutils that allows additional packages to be searched for command implementations in addition to distutils.command. The additional packages can be specified on the command line or via the installation or personal configuration files already loaded by distutils. For discussion, see the thread starting with: http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html This closes SF patch #102241.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Anthony Baxter yazdı
-
Fred Drake yazdı
for the tests, and restored properly when done
-
Michael W. Hudson yazdı
-
Fred Drake yazdı
possible that the callback-less flavors of the ref or proxy could have been added during GC, so we don't want to replace them.
-
Michael W. Hudson yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.3.
-
Martin v. Löwis yazdı
Python was built with VC 7.1.
-
Michael W. Hudson yazdı
It's not the 100% solution -- it may not even be the 90% solution -- but it does seem to help.
-
Michael W. Hudson yazdı
-
Anthony Baxter yazdı
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-
Anthony Baxter yazdı
an initlog() (and initlog()'s docstring says "don't use this"!) This allows test_cgi to be run repeatedly in a single run of the interpreter.
-
Michael W. Hudson yazdı
way to guarantee a deadlock on the next call! If I've inadvertently done some damage to this test, sorry (but I don't think I have).
-
Michael W. Hudson yazdı
Hard to believe it ever helped anything, and it hurts finding reference leaks.
-
Michael W. Hudson yazdı
the case of __del__ resurrecting an object. This makes the apparent reference leaks in test_descr go away (which I expected) and also kills off those in test_gc (which is more surprising but less so once you actually think about it a bit).
-
Michael W. Hudson yazdı
-
Raymond Hettinger yazdı
-
Armin Rigo yazdı
-
Fred Drake yazdı
-
Raymond Hettinger yazdı
-
Mark Hammond yazdı
connect error
-
Brett Cannon yazdı
comma expression in listpop() that was being returned. Still essentially unused (as it is meant to be), but now the compiler thinks it is worth *something* by having it incremented.
-
- 02 Agu, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-