- 11 Jun, 2008 27 commits
-
-
Thomas Heller authored
Document ctypes.util.find_library() and ctypes.util.find_msvcrt().
-
Thomas Heller authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
(see Doug Evans' comment on python-dev 2008-06-10)
-
Thomas Heller authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Thomas Heller authored
Document the new 'offset' parameter for the 'ctypes.byref' function.
-
Gregory P. Smith authored
stringobject and PyBytes defines in bytesobject.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Convert binary methods in Integral to mixin methods * Remove three-arg __pow__ as a required method * Make __int__ the root method instead of __long__.
-
- 10 Jun, 2008 13 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
C:\temp => file:///C|temp/
-
Gregory P. Smith authored
Part of reverting most of r63675 per the mailing list discussion.
-
Armin Ronacher authored
-
Armin Ronacher authored
-
Gregory P. Smith authored
occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin.
-
Josiah Carlson authored
NameErrors pointed out by Giampaolo.
-
Thomas Heller authored
Add an optional 'offset' parameter to byref, defaulting to zero.
-
Thomas Heller authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Robert Schuppenies authored
-