Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1957
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
| Newsgroups | comp.lang.python.announce |
| Subject | ANN: pyftpdlib 1.5.0 released |
| Date | Sun, 13 Dec 2015 19:47:05 +0100 |
| Lines | 38 |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.7.1450091162.14916.python-announce-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de q4W0qkLDy7VKP7jn7dfOHgvXs86HGyR68nGcBawIoZCg== |
| Return-Path | <g.rodola@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'yet.': 0.03; 'subject:ANN': 0.07; 'subject:released': 0.07; 'enhancements': 0.09; 'high-level': 0.09; 'portable': 0.09; 'send()': 0.09; 'url:faqs': 0.09; 'url:github': 0.09; 'url:rst': 0.09; 'python': 0.10; 'python.': 0.11; 'clear-text': 0.16; 'fallback': 0.16; 'ftps': 0.16; 'guys,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:rfcs': 0.16; 'pfxlen:0': 0.18; 'script.': 0.18; 'ssl': 0.18; 'skip:= 10': 0.18; 'library': 0.20; 'to:2**1': 0.21; 'dropped': 0.22; 'programming': 0.22; 'plain': 0.24; 'to:no real name:2**1': 0.27; 'message-id:@mail.gmail.com': 0.27; 'interface': 0.29; 'changes:': 0.29; 'release.': 0.29; "i'm": 0.30; 'connection': 0.30; "we're": 0.30; 'announce': 0.32; 'language.': 0.32; 'url:python': 0.33; 'scalable': 0.33; 'server': 0.34; 'received:google.com': 0.35; 'clear': 0.35; 'list:': 0.35; 'text.': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'faster': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'skip:p 20': 0.38; 'mailing': 0.38; 'data': 0.39; 'easily': 0.39; 'skip:e 20': 0.39; 'to:addr:python.org': 0.40; 'complete': 0.63; 'pleased': 0.64; 'skip:\xc2 10': 0.67; '8bit%:24': 0.84; '=====': 0.84; 'benchmark': 0.84; 'url:master': 0.84; '-\xc2\xa0': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=KsSlN5tvBSXNYyblFBz4BUigaStblsCLjv8vbHPJX1A=; b=kTlLentxMJpFynqyqtSAWjJDzHYxS9Dg1xO16HIsJ6YH012ebMh1KgSHOJ5Ongyeox LUUCuLApjDSDyvyJOjgj6E8+Ura8tb1t3yZCIYr+RKdWsGHfwV3HStZNCrGFQSOoDS1i +WyWcDuQZz4id+cg5rwB7STh9gxq/bMm0Xoilhd5ersf4tbq0G/aRcwum+wyjTIaWck8 nK9uQ839dKu25Rlt//NKye19a2wxV6KgYTAHQnL3RILZfq/zR31H2Y45ydyNruLGrZs6 e2U6oX/+lFcb43lkyDxh4DZbpnNliLniyKDWcwjvsQrvSjDhNqMX3H5isN5I88vjlSu+ TAPA== |
| X-Received | by 10.28.55.13 with SMTP id e13mr4633516wma.83.1450032444623; Sun, 13 Dec 2015 10:47:24 -0800 (PST) |
| X-Mailman-Approved-At | Mon, 14 Dec 2015 06:06:01 -0500 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python.announce:1957 |
Show key headers only | View raw
Hi there guys, I'm pleased to announce pyftpdlib 1.5.0 release. About ===== Python FTP server library provides a high-level portable interface to easily write very efficient and scalable asynchronous FTP servers with Python. It is the most complete RFC-959<http://www.faqs.org/rfcs/rfc959.html> FTP server implementation available for Python <http://www.python.org/> programming language. Main enhancements =============== - Many bugfixes against the SSL implementation. - #365: FTPS (FTP over SSL) is now 25% faster when dealing with clear-text connections. - #340: dropped python 2.4 and 2.5 support. - #344: SSL support for benchmark script. - #351: fallback on using plain send() if sendfile() fails and no data has been transmitted yet. - #356: sendfile() is now used in case we're using SSL but data connection is in clear text. Links ===== Home: https://github.com/giampaolo/pyftpdlib Docs: https://pythonhosted.org/pyftpdlib/ Mailing list: https://groups.google.com/forum/#!forum/pyftpdlib Changes: https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst Thanks -- Giampaolo - http://grodola.blogspot.com
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN: pyftpdlib 1.5.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2015-12-13 19:47 +0100
csiph-web