Server IP : 103.119.228.120 / Your IP : 18.188.183.21 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/pyliblzma-0.5.3/ |
Upload File : |
Version 0.5.3 - 13 Apr 2010, by Per Øyvind Karlsen <peroyvind@mandriva.org> - update compression option names in API documentation. - fix segfault with LZMACompressor (#521975). - fix compress() & LZMACompressor.flush() finishing when there's still data left. (#521975 & #537199) - Synchronize code with bz2module.c from python upstream: o Issue #7205: Fix a possible deadlock when using a LZMAFile object from several threads at once. Version 0.5.2 - 26 Feb 2009, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Synchronize code with bz2module.c from python upstream: o fixes various minor issues and bugs. o support the context manager protocol (adds __enter__() & __enter__()). o use Py_buffer. o make code more in sync with bz2module.c for easier maintenance etc.. Version 0.5.1 - 26 Jan 2009, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Fix huge memleaks in LZMADecompress() and also fix broken flush() and reset() functions. - Fix various minor memleaks and bugs. - This will be the last version supporting python versions older than 2.6. Version 0.5.0 - 25 Jan 2009, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Add support for xz format (is now default format, xz/liblzma >= 4.999.8beta required). - Add support for extreme preset. - Add support for setting decoder memlimit. - Lots of fixes and cleanups. - Compression options are now passed as dictionary with keywords rather than as keyword arguments directly. Version 0.4.1 - 12 Nov 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Migrate code to use new and final(?) liblzma api (lzma_utils >= 4.999.6). Version 0.4.0 - 11 Sep 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Add liblzma_file.[ch] implementing lzma_FILE*. (code much based on RPM's lzdio.c) - renamed functions, classes, variables from liblzma* to lzma*. - Implement LZMAFile object. (as with much of the existing code, most of the code is derived from Gustavo Niemeyer's bz2.c and adapted to lzma) - Repository has now been migrated from git to bzr and is now hosted and publically available at http://launchpad.net/pyliblzma. Version 0.3.4 - 10 Sep 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Add portability fixes for BSD. (from Anders F. Björklund) Version 0.3.3 - 10 Sep 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Rename python module name from 'liblzma' to 'lzma' as giving the module same name as the library would result in problems if the library were to be found in $PWD or $PYTHONPATH. Rationale behind module being named PylibLZMA and not PyLZMA is due to a different PyLZMA already exists, it's python module name is 'pylzma', so 'lzma' is available. :) - fix code formatting that was quite messed up due to mixed usage of tab expansion and various tab length. - clean out compiler flag craziness. Version 0.3.2 - 28 May 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Fix build with pre-C99. - Fix url. - Add some background to README. Version 0.3.1 - 23 May 2008, by Per Øyvind Karlsen <peroyvind@mandriva.org> - Fix so that destructor actually gets called when (de)compressor objects are no longer used. - Add format option. - Improve setup.py so that proper source tarball can be generated with sdist. - Various minor fixes.