- 31 May, 2011 10 commits
-
-
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 25 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
-
Victor Stinner authored
encreset() instead of decreset().
-
Alexis Metaireau authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brian Quinlan authored
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Tarek Ziade authored
This change also makes sure the logger handlers are not alterated after an installation. That also fixes the remaining environment alteration issue in test_packaging.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
Nadeem Vawda authored
-
- 29 May, 2011 5 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
DATA_CRLF was used to test BZ2File's universal newline logic, which was removed in changeset ce63a5dcb0af. The tests themselves were removed in fbabdb0d7dd2.
-
Nadeem Vawda authored
* In bz2.decompress(), concatenate partial results in a way that should be more friendly to other Python implementations * Remove redundant comments in test_bz2 * Use 'while True:' instead of 'while 1:'
-
Ned Deily authored
old Apple-supplied Carbon Tk 8.4.
-
Ned Deily authored
on Mac OS X. (Patch by Ronald Oussoren)
-