- 11 Agu, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
64-bit boxes. I have no idea what the ctypes docs mean by "integers", and blind-guessing here that it intended to mean the signed C "int" type, in which case perhaps I can repair this by feeding the thread id argument to type ctypes.c_long(). Also made the worker thread daemonic, so it doesn't hang Python shutdown if the test continues to fail.
-
- 10 Agu, 2006 11 kayıt (commit)
-
-
Tim Peters yazdı
of quoted test data relied on preserving a single trailing blank. Changed the string from raw to regular, and forced in the trailing blank via an explicit \x20 escape.
-
Tim Peters yazdı
-
Tim Peters yazdı
PyThreadState_SetAsyncExc(): internal correctness changes wrt refcount safety and deadlock avoidance. Also added a basic test case (relying on ctypes) and repaired the docs.
-
Martin v. Löwis yazdı
mention that this is UCD 4.1 now.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
SF bug #1112549.
-
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 2 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.
-