summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/bz2_codec.py
Commit message (Expand)AuthorAgeFilesLines
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+25
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-2/+19
* Revert previous change. MAL preferred the old version.Raymond Hettinger2003-12-011-4/+41
* Simplifed the code.Raymond Hettinger2003-12-011-41/+4
* Fix typo in the comments.Raymond Hettinger2003-09-241-1/+1
* Added codec for bz2 compression.Raymond Hettinger2003-09-231-0/+64