- 08 Aug, 2006 11 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Thomas Heller authored
must not.
-
Georg Brandl authored
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 authored
-
- 06 Aug, 2006 6 commits
-
-
Andrew M. Kuchling authored
Once I see how the buildbots react, I'll backport this to 2.4.
-
Andrew MacIntyre authored
platforms that don't support changing thread stack size.
-
Georg Brandl authored
-
Georg Brandl authored
sys.stdin is closed.
-
Georg Brandl authored
the md5 and sha modules, so add it in Modules/Setup.dist too.
-
Georg Brandl authored
-
- 05 Aug, 2006 1 commit
-
-
Georg Brandl authored
-
- 04 Aug, 2006 17 commits
-
-
Bob Ippolito authored
Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning.
-
Tim Peters authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
Fix the name of the pdb file as well.
-
Thomas Heller authored
The '-mimpure-text' linker flag is required when linking _ctypes.so.
-
Thomas Heller authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Neil Schemenauer authored
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 authored
-
Gregory P. Smith authored
-
Fred Drake authored
-
Neal Norwitz authored
-
Neal Norwitz authored
in the byte code and co_consts even if they were not used, ie immediately popped off the stack.
-
Neal Norwitz authored
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 authored
str(exception) raised an exception.
-
- 03 Aug, 2006 1 commit
-
-
Anthony Baxter authored
-
- 02 Aug, 2006 4 commits
-
-
Tim Peters authored
-
Martin v. Löwis authored
for stream decoder, but final=True for the decode function.
-
Thomas Heller authored
-
Thomas Heller authored
Document that using the wrong calling convention can also raise 'ValueError: Procedure called with the wrong number of arguments'.
-