- 16 Aug, 2006 18 commits
-
-
Thomas Heller authored
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Thomas Heller authored
exception. Remove a stray '?' character from the exception text when the value is retrieved of such an object. Includes tests.
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Anthony Baxter authored
-
Thomas Heller authored
PyObject_stgdict() and PyType_stgdict() calls are non-NULL before dereferencing the result. Hopefully this fixes what klocwork is complaining about. Fix a few other nits as well.
-
Martin v. Löwis authored
Fixes #1535502.
-
Marc-André Lemburg authored
-
Kurt B. Kaiser authored
-
Ka-Ping Yee authored
little-endian byte order on Windows), and to work around clocks with low resolution yielding duplicate UUIDs. Anthony Baxter has approved this change.
-
Kurt B. Kaiser authored
before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Kurt B. Kaiser authored
-
- 15 Aug, 2006 6 commits
-
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
taken from a Debian patch. Should we update the version for each release?
-
Neal Norwitz authored
sporadically on other platforms. This is really a band-aid that doesn't fix the underlying issue in SocketServer. It's not clear if it's worth it to fix SocketServer, however, I opened a bug to track it: http://python.org/sf/1540386
-
Neal Norwitz authored
Now we're even. :-)
-
Tim Peters authored
-
- 14 Aug, 2006 16 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
file correctly even on Windows.
-
Georg Brandl authored
when file is read-only.
-
Georg Brandl authored
raises the correct exceptions.
-
Georg Brandl authored
Add a test to test_inspect to make sure indented source is recognized correctly. (fixes #1224621)
-
Georg Brandl authored
-
Thomas Heller authored
-
Thomas Heller authored
Remove the -no-stack-protector compiler flag for OpenBSD as it has been reported to be unneeded.
-
Marc-André Lemburg authored
-
Georg Brandl authored
-
Marc-André Lemburg authored
-
Thomas Heller authored
ctypes instances no longer have the internal and undocumented '_as_parameter_' attribute which was used to adapt them to foreign function calls; this mechanism is replaced by a function pointer in the type's stgdict. In the 'from_param' class methods, try the _as_parameter_ attribute if other conversions are not possible. This makes the documented _as_parameter_ mechanism work as intended. Change the ctypes version number to 1.0.1.
-
Marc-André Lemburg authored
Replace UnicodeDecodeErrors raised during == and != compares of Unicode and other objects with a new UnicodeWarning. All other comparisons continue to raise exceptions. Exceptions other than UnicodeDecodeErrors are also left untouched.
-
Thomas Heller authored
area because the size if unknown in source/callproc.c.
-
Thomas Heller authored
Fixes klockwork issues #188, #189.
-