- 01 Haz, 2011 11 kayıt (commit)
-
-
Victor Stinner yazdı
Add also linux_version() to __all__.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 May, 2011 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
if the constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Victor Stinner yazdı
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Benjamin Peterson yazdı
-
Ralf Schmitt yazdı
This change makes configure check for - the existence of a hg repository - the hg executable itself - the python executable Running $(srcdir)/Parser/asdl_c.py (i.e. ASDLGEN) will fail if any of the above prerequisites is missing, so we now disable it instead. closes #12225
-
Victor Stinner yazdı
io.BufferedReader._peek_unlocked(). Patch written by John O'Connor.
-
Victor Stinner yazdı
Tthe signal delivery order is not portable or reliable.
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Nick Coghlan yazdı
-
Tarek Ziade yazdı
-
Tarek Ziade yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 May, 2011 14 kayıt (commit)
-
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner yazdı
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
fgets(). Fix the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
Victor Stinner yazdı
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
Tarek Ziade yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
message
-
Victor Stinner yazdı
threading.get_ident() and document it. This function was used by _thread.get_ident().
-
Victor Stinner yazdı
-
Victor Stinner yazdı
encreset() instead of decreset().
-
Alexis Metaireau yazdı
-
Tarek Ziade yazdı
-