- 12 Haz, 2008 10 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
-
Amaury Forgeot d'Arc yazdı
if its UUID has lowercase letters.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
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 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-