- 02 Haz, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
Also promote notices from distutils doc to deprecation boxes.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This removes the need to call flush manually in each test, except when testing code that creates warning without checking them.
-
- 01 Haz, 2011 23 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update.
-
Charles-François Natali yazdı
document.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
_check_dump_tracebacks_later() to avoid failures if the system is slow.
-
Victor Stinner yazdı
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 yazdı
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 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 14 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.
-
Éric Araujo yazdı
This reveals the need for bdist* tests.
-
Victor Stinner yazdı
Tthe signal delivery order is not portable or reliable.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
wrap_text was removed in favor of standard textwrap but the removal of the function was lost in a bad merge; a change in sdist mysteriously disappeared.
-
Éric Araujo yazdı
The code used “long” to refer to a long option (e.g. --quiet), which was probably changed by 2to3 and not caught by the human operator, and then changed to “integer” by me to avoid shadowing without seeing the real obvious fix.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-