- 12 Haz, 2008 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Benjamin Peterson yazdı
-
Armin Rigo yazdı
keys in type dictionaries without using this locals() hack.
-
- 11 Haz, 2008 29 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Thomas Heller yazdı
Document ctypes.util.find_library() and ctypes.util.find_msvcrt().
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
(see Doug Evans' comment on python-dev 2008-06-10)
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
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 yazdı
Document the new 'offset' parameter for the 'ctypes.byref' function.
-
Gregory P. Smith yazdı
stringobject and PyBytes defines in bytesobject.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* 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 Haz, 2008 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
C:\temp => file:///C|temp/
-
Gregory P. Smith yazdı
Part of reverting most of r63675 per the mailing list discussion.
-
Armin Ronacher yazdı
-
Armin Ronacher yazdı
-
Gregory P. Smith yazdı
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 yazdı
NameErrors pointed out by Giampaolo.
-
Thomas Heller yazdı
Add an optional 'offset' parameter to byref, defaulting to zero.
-