- 03 Aug, 2004 20 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport to 2.3.
-
Martin v. Löwis authored
Python was built with VC 7.1.
-
Michael W. Hudson authored
It's not the 100% solution -- it may not even be the 90% solution -- but it does seem to help.
-
Michael W. Hudson authored
-
Anthony Baxter authored
-
Michael W. Hudson authored
-
Michael W. Hudson authored
-
Anthony Baxter authored
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 authored
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 authored
Hard to believe it ever helped anything, and it hurts finding reference leaks.
-
Michael W. Hudson authored
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 authored
-
Raymond Hettinger authored
-
Armin Rigo authored
-
Fred Drake authored
-
Raymond Hettinger authored
-
Mark Hammond authored
connect error
-
Brett Cannon authored
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 Aug, 2004 20 commits
-
-
Fred Drake authored
-
Neal Norwitz authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
- fix broken assert statement; should just raise
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
have differing refcount semantics. If anyone sees a prettier way to acheive the same ends, then please go for it. I think this is the first time I've ever used Py_XINCREF.
-
Andrew M. Kuchling authored
-
Michael W. Hudson authored
(or to whatever the 'insert' method chose to return).
-
Michael W. Hudson authored
-
Michael W. Hudson authored
must have annoyed me at some point.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Fixes an incorrect variable in a PyDict_CheckExact. * Allow general mapping locals arguments for the execfile() function and exec statement. * Add tests.
-
Anthony Baxter authored
-
Anthony Baxter authored
"@ seems the syntax that everybody can hate equally" Implementation by Mark Russell, from SF #979728.
-
Tim Peters authored
-