- 08 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 13 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport.
-
- 04 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Agu, 2004 1 kayıt (commit)
-
-
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.
-
- 28 Haz, 2002 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Didn't use the patch, because universal newlines support made it easy. It might be worth fixing the actual problem in the 2.2 maintenance branch, in which case the patch is still needed.
-
- 01 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Tem, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 07 Nis, 2001 1 kayıt (commit)
-
-
Greg Stein yazdı
This is the accepted portion of patch #402498.
-
- 12 Şub, 2001 1 kayıt (commit)
-
-
Thomas Heller yazdı
mechanism to support self-modifying modules.
-
- 24 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 18 Tem, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
use "cvs diff -b" to verify.
-
- 26 Haz, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
-
- 19 Şub, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
-
- 18 Şub, 2000 2 kayıt (commit)
-
-
Greg Stein yazdı
add clsFilesystemImporter class attribute, alter handling of suffix list convert suffix importers to funcs rather than instances remove backwards compat code: Importer.install and 2-tuple get_code() result values
-
Greg Stein yazdı
switch to isinstance() rather than direct type comparisons removing chaining concept update ImportManager.install() to take an optional namespace to install itself in. this will be useful for setting up rexec environments. minor comment nits
-
- 03 Ock, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
-
- 24 Kas, 1999 2 kayıt (commit)
-
-
Greg Stein yazdı
-
Greg Stein yazdı
-
- 20 Kas, 1999 4 kayıt (commit)
-
-
Greg Stein yazdı
-
Greg Stein yazdı
-
Greg Stein yazdı
-
Greg Stein yazdı
remove use of "os" module (bootstrap issues) and go to the underlying platform-specific modules fix problem in _compile() (trapped wrong error on permission issues) add SysPathImporter and BuiltinImporter put __file__ into modules imported from the filesystem. [backwards compat] put __path__ into modules [backwards compat] oops: it is doing this for all modules, not just packages. comment and tweak to the PackageArchiveImporter
-
- 07 Kas, 1999 2 kayıt (commit)
-
-
Greg Stein yazdı
-
Greg Stein yazdı
-