disabled
  
   S355 c    S<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  
   U355 c    U<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  
   W358 f    W<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
  $   Yli~*C]9qţ[m ?     Y------------------------------------------------------------
revno: 485
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:24:57 +0200
message:
  update NEWS for 0.5.3
------------------------------------------------------------
revno: 484
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:24:44 +0200
message:
  update path to headers to include
------------------------------------------------------------
revno: 483
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:06:47 +0200
message:
  bump version
------------------------------------------------------------
revno: 482
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 23:05:20 +0200
message:
  loop untill there's no data left in LZMA_compress() (fixes #537199)
------------------------------------------------------------
revno: 481
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:29:41 +0200
message:
  check the uncompressed stream with lzma_alone format in test_compress_large_stream
------------------------------------------------------------
revno: 480
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:26:35 +0200
message:
  fix flushing not running all the way till it's done (#521975)
------------------------------------------------------------
revno: 479
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Tue 2010-04-13 22:23:44 +0200
message:
  just use generate_Random for data_large
------------------------------------------------------------
revno: 478
committer: Per Øyvind Karlsen <peroyvind@mandriva.org>
branch nick: pyliblzma
timestamp: Fri 2010-04-09 03:59:35 +0200
message:
  get random data for testing compression og large block
------------------------------------------------------------
revno: 477
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
branch nick: pyliblzma
timestamp: Sun 2010-02-21 01:53:50 +0100
message:
  make code a bit more consistent with bz2module.c for easier maintenance...
------------------------------------------------------------
revno: 476
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
branch nick: pyliblzma
timestamp: Sun 2010-02-21 00:45:54 +0100
message:
  - fix segfault with LZMACompressor (#521975) (and sync layout of the related code with bz2module.c a bit too while at it)
------------------------------------------------------------
revno: 475
committer: Per Øyvind Karlsen <peroyvind@localhost.localdomain>
branch nick: pyliblzma
timestamp: Sun 2010-02-21 00:08:09 +0100
message:
  from /python/trunk/Modules/bz2module.c:
  Issue