- 01 Jun, 2011 14 commits
-
-
Victor Stinner authored
_check_dump_tracebacks_later() to avoid failures if the system is slow.
-
Victor Stinner authored
the file descriptor of a pipe closed in the parent process is valid in the child process according to fstat(), but the mode of the file descriptor is invalid, and read or write raise an error. test.support.requires_mac_ver() is now a decorator, as suggested by Ezio Melotti, and its docstring is fixed (linux_version => mac_ver).
-
Victor Stinner authored
descriptor of a pipe closed in the parent process is valid in the child process according to fstat(), but the mode of the file descriptor is invalid, and read or write raise an error. Add also requires_mac_ver() decorator to test.support.
-
Victor Stinner authored
Add also linux_version() to __all__.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 31 May, 2011 15 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
if the constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Victor Stinner authored
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Benjamin Peterson authored
-
Ralf Schmitt authored
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 authored
io.BufferedReader._peek_unlocked(). Patch written by John O'Connor.
-
Victor Stinner authored
Tthe signal delivery order is not portable or reliable.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Nick Coghlan authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 May, 2011 11 commits
-
-
Victor Stinner authored
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner authored
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
fgets(). Fix the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
Victor Stinner authored
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
Tarek Ziade authored
-
Victor Stinner authored
-
Victor Stinner authored
message
-
Victor Stinner authored
threading.get_ident() and document it. This function was used by _thread.get_ident().
-
Victor Stinner authored
-