- 31 May, 2011 4 commits
-
-
Éric Araujo authored
This reveals the need for bdist* tests.
-
Éric Araujo authored
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 authored
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 authored
-
- 30 May, 2011 6 commits
-
-
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 30 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)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Charles-François Natali authored
underlying OS pipe buffer size.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
changeset: 70465:4f248dd34dd9 branch: 3.2 parent: 70463:7f2e3c466d57 user: Gregory P. Smith <greg@krypto.org> date: Sat May 28 09:06:02 2011 -0700 files: Lib/test/test_subprocess.py description: Fix ProcessTestCasePOSIXPurePython to test the module from import when changeset: 70466:2c91045d16a6 parent: 70464:2936e8f12e4f user: Gregory P. Smith <greg@krypto.org> date: Sat May 28 09:06:02 2011 -0700 files: Lib/test/test_subprocess.py description: Fix ProcessTestCasePOSIXPurePython to test the module from import when
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-