- 09 Aug, 2006 15 commits
-
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
-
Andrew M. Kuchling authored
-
Kurt B. Kaiser authored
internal error reporting by moving message to IDLE console.
-
Kurt B. Kaiser authored
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 authored
-
Ronald Oussoren authored
-
Armin Rigo authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
value is obtained by invoking hash on the long int. Fixes #1536021.
-
Georg Brandl authored
C argument format strings; fixes rest of #1523610.
-
Tim Peters authored
-
- 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 7 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
-