- 09 Haz, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The example C extension used the “three.fast_taunt” name, but no “three” parent was defined in the setup.cfg. This did not cause a failure nor even print a warning, we may want to change that.
-
- 08 Haz, 2011 5 kayıt (commit)
-
-
Éric Araujo yazdı
Such tests are IMO easier to read if both operators are grouped.
-
Éric Araujo yazdı
This helps debugging in case of trailing blanks and such things.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Namely: use default arguments instead of explicit empty string; use multiple arguments instead of building strings.
-
Éric Araujo yazdı
-
- 07 Haz, 2011 10 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Victor Stinner yazdı
temporary symbolic link.
-
Victor Stinner yazdı
-
Brett Cannon yazdı
Found by LLVM/clang 2.9.
-
Brett Cannon yazdı
Found by LLVM/clang 2.9.
-
Brett Cannon yazdı
prevent accidental assignment. Silences a warning from LLVM/clang 2.9.
-
Brett Cannon yazdı
always appended to the include directories regardless of whether it was already in the list of directories. This could cause issue if sqlite was installed in the same location as another install of Python. Now a check is done to make sure the directory is not included twice.
-
- 06 Haz, 2011 21 kayıt (commit)
-
-
Victor Stinner yazdı
instead of an active loop (while True: pass) to limit race conditions.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Using sets in tests did not check whether the values were written in the right section or with the right key.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
:class:`multiprocessing.Process`. Also, fix Process.join() to not use polling anymore, when given a timeout.
-
Antoine Pitrou yazdı
Patch by Catalin Iacob.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
error if faulthandler.dump_tracebacks_later() is missing (e.g. if Python is compiled without threads).
-
Victor Stinner yazdı
Add TESTTIMEOUT variable (default: 3600 seconds). Use TESTTIMEOUT=0 to disable the timeout. *** fix
-
Martin v. Löwis yazdı
It's unclear what this was referring to; most likely, it was about sockets that the application had already closed, in which case it's not a sockets problem, but an application problem.
-
Martin v. Löwis yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-