- 10 Agu, 2006 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
since 1.2a1) Patch 1528468 Tal Einat.
-
Tim Peters yazdı
directories each time it ran, at least on Windows. Several changes: explicitly closed all files; wrapped long lines; stopped suppressing errors when removing a file or directory fails (removing /shouldn't/ fail!); and changed what appeared to be incorrect usage of os.removedirs() (that doesn't remove empty directories at and /under/ the given path, instead it must be given an empty leaf directory and then deletes empty directories moving /up/ the path -- could be that the conceptually simpler shutil.rmtree() was really actually intended here).
-
Kurt B. Kaiser yazdı
-
Tim Peters yazdı
-
- 09 Agu, 2006 15 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Kurt B. Kaiser yazdı
-
Andrew M. Kuchling yazdı
-
Kurt B. Kaiser yazdı
internal error reporting by moving message to IDLE console.
-
Kurt B. Kaiser yazdı
message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt
-
Armin Rigo yazdı
-
Ronald Oussoren yazdı
-
Armin Rigo yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
value is obtained by invoking hash on the long int. Fixes #1536021.
-
Georg Brandl yazdı
C argument format strings; fixes rest of #1523610.
-
Tim Peters yazdı
-
- 08 Agu, 2006 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
must not.
-
Georg Brandl yazdı
PyMapping_Size and PySequence_Size. Because len() tries first sequence, then mapping size, it will always raise a "non-mapping object has no len" error which is confusing.
-
Georg Brandl yazdı
-
- 06 Agu, 2006 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Once I see how the buildbots react, I'll backport this to 2.4.
-
Andrew MacIntyre yazdı
platforms that don't support changing thread stack size.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
sys.stdin is closed.
-
Georg Brandl yazdı
the md5 and sha modules, so add it in Modules/Setup.dist too.
-
Georg Brandl yazdı
-
- 05 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Agu, 2006 3 kayıt (commit)
-
-
Bob Ippolito yazdı
Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-