- 09 Agu, 2006 3 kayıt (commit)
-
-
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 17 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ı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
Fix the name of the pdb file as well.
-
Thomas Heller yazdı
The '-mimpure-text' linker flag is required when linking _ctypes.so.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neil Schemenauer yazdı
In the 2.5 development cycle, MAKE_CLOSURE as changed to take free variables as a tuple rather than as individual items on the stack. Closes patch #1534084.
-
Georg Brandl yazdı
-
Gregory P. Smith yazdı
-
Fred Drake yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
in the byte code and co_consts even if they were not used, ie immediately popped off the stack.
-
Neal Norwitz yazdı
on each iteration. I'm not positive this is the best way to handle this. I'm also not sure that there aren't other cases where the lnotab is generated incorrectly. It would be great if people that use pdb or tracing could test heavily. Also: * Remove dead/duplicated code that wasn't used/necessary because we already handled the docstring prior to entering the loop. * add some debugging code into the compiler (#if 0'd out).
-
Neal Norwitz yazdı
str(exception) raised an exception.
-
- 03 Agu, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 02 Agu, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-