- 01 Aug, 2006 7 commits
-
-
Ronald Oussoren authored
on MacOS X actually works correctly in all cases.
-
Thomas Heller authored
-
Georg Brandl authored
KeyboardInterrupt.
-
Andrew M. Kuchling authored
Patch by Douglas Greiman. The test_run_abort() testcase produces a core file on Unix systems, even though the test is successful. This can be confusing or alarming to someone who runs 'make test' and then finds that the Python interpreter apparently crashed.
-
Thomas Heller authored
-
Thomas Heller authored
in the cast() function.
-
Andrew M. Kuchling authored
-
- 31 Jul, 2006 16 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.)
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Is the explanation of the 'stacklevel' parameter clear? Please feel free to edit it. I don't have LaTeX installed on this machine, so haven't verified that the markup is correct. Will check tonight, or maybe the automatic doc build will tell me.
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Tim Peters authored
warning on Windows. Afraid I can't detect a pattern to when the pack formats decide to use a signed or unsigned format code -- appears nearly arbitrary to my eyes. So I left all the pack formats alone and changed the special-case data values instead.
-
Tim Peters authored
warnings on Win32. Also added an XXX about the line: pos3 = self.fp.tell() `pos3` is never referenced, and I have no idea what the code intended to do instead.
-
Andrew McNamara authored
-
Tim Peters authored
-
- 30 Jul, 2006 17 commits
-
-
Georg Brandl authored
-
Neal Norwitz authored
and may need to be reverted if it causes problems.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
George Yoshida authored
-
George Yoshida authored
-
Georg Brandl authored
-
Martin v. Löwis authored
Fixes #1439538 Will backport to 2.4 Also regenerate pyconfig.h.in.
-
Martin v. Löwis authored
Fixes #1257728.
-
Martin v. Löwis authored
no longer maintained separatedly.
-
Martin v. Löwis authored
Fixes #1525866.
-
Georg Brandl authored
refers to file descriptors, not file objects.
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Pass the char* and size around rather than PyObject's.
-
Neal Norwitz authored
This provides the proper warning for struct.pack(). PyErr_Warn() is now deprecated in favor of PyErr_WarnEx(). As mentioned by Tim Peters on python-dev.
-
Neal Norwitz authored
Also fix a SystemError when trying to assign to yield expressions.
-