- 03 Aug, 2004 8 commits
-
-
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 27 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
-
Tim Peters authored
-
Tim Peters authored
after a failed import. This is the last checkin in the "change import failure semantics" series.
-
Tim Peters authored
test_failing_import_sticks -- if an import raises an exception, ensure that trying to import it again continues raising exceptions test_failing_reload -- if a module loads OK, but a reload raises an exception, ensure that the module is still in sys.modules, and that its __dict__ reflects as much of the reload attempt as succeeded. That doesn't seem like sane semantics, but it is backward-compatible semantics <wink>.
-
Tim Peters authored
getting left beyind in sys.modules.
-
Tim Peters authored
PyImport_ReloadModule(): restore the module to sys.modules in error cases. load_package(): semantic-neutral refactoring from an earlier stab at this patch; giving it a common error exit made the code easier to follow, so retaining that part. _RemoveModule(): new little utility to delete a key from sys.modules.
-
Tim Peters authored
-
Tim Peters authored
in failure cases, incompletely initalized module objects are no longer left behind in sys.modules.
-
- 01 Aug, 2004 5 commits
-
-
Tim Peters authored
already correct, so not changed here.
-
Tim Peters authored
-
Neal Norwitz authored
Backport candidate.
-
Neal Norwitz authored
-
Neal Norwitz authored
Backport candidate.
-