- 13 Jun, 2008 5 commits
-
-
Neal Norwitz authored
should implement less than or equal to (as the code does).
-
Neal Norwitz authored
It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
-
Neal Norwitz authored
-
Amaury Forgeot d'Arc authored
Some functions in the msvcrt module are skipped, and socket.ioctl is enabled only when using a more recent Platform SDK. (and yes, there are still companies that use a 10-years old compiler)
-
Benjamin Peterson authored
This should prevent some test_multiprocessing failures
-
- 12 Jun, 2008 11 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
Also remove references to odbc libraries, which are not shipped with vs2003 express. (and certainly not useful)
-
Amaury Forgeot d'Arc authored
if its UUID has lowercase letters.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Armin Rigo authored
keys in type dictionaries without using this locals() hack.
-
- 11 Jun, 2008 24 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
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.
-