- 03 Jun, 2011 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Jun, 2011 6 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Also promote notices from distutils doc to deprecation boxes.
-
Éric Araujo authored
-
Éric Araujo authored
This removes the need to call flush manually in each test, except when testing code that creates warning without checking them.
-
Tarek Ziade authored
-
Tarek Ziade authored
-
- 01 Jun, 2011 25 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Éric Araujo authored
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.
-
Charles-François Natali authored
document.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
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 7 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.
-