| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
the name instead of enduring nanny "security warnings" from
tempfile.mktemp().
|
| |
|
|
|
|
| |
binary-vs-text-mode screwups.
|
|
|
|
| |
idea what. Added liberal XXX explanations for the next guy.
|
|
|
|
|
|
|
|
| |
figure out what the code was doing. The fixes were a combination of
closing open files before deletion, opening files in binary mode, and
plain skipping things that can't work on Windows (BaseTest.decompress
uses a process gimmick that doesn't exist on Windows, and, even if it
did, assumes a "bunzip2" executable is on PATH).
|
| |
|
|
|
|
| |
failing.
|
| |
|
|
|
|
| |
bz2 tests to pass on Windows; most are still failing.
|
|
* setup.py
(PyBuildExt.detect_modules): Included bz2 module detection.
* Modules/bz2module.c
* Lib/test/test_bz2.py
* Doc/lib/libbz2.tex
Included files implementing, testing, and documenting bz2 module.
* Doc/Makefile.deps
* Doc/lib/lib.tex
Include references to libbz2.tex.
* Misc/NEWS
(Library): Mention distutils' c++ linkage patch, and new bz2 module.
|