summaryrefslogtreecommitdiffstats
path: root/PCbuild/_bz2.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Move out VS9 project files to PC\VS9.0 folder. Fixes #13210Brian Curtin2012-05-131-581/+0
|
* Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-0/+581
file-like objects using a new `fileobj` constructor argument. Patch by Nadeem Vawda.