What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fix #242: Handle exceptions in the `on_data` callable.
This release [2] has been signed with my code signing key:
Vinay Sajip (CODE SIGNING KEY)
Fingerprint: CA74 9
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
- * Fix #117: Add WKD (Web Key Directory) support for auto-locating keys.
Thanks to Myzel394 for the patch.
* Fix #237: Ensure local variable is initialized eve
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fix #228: Clarify documentation for encryption/decryption.
* Make I/O buffer size configurable via buffer_size attribute on a GPG instance.
This release [2] has been
On 2023-07-22 at 11:04:35 +,
Vinay Sajip via Python-list wrote:
> What Changed?
> =
What changed, indeed.
Maybe I'm old, and curmudgeonly, but it would be nice if the body of
these annoucement emails (not just this one) contained the name of the
program and a one-line summary of
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Added TRUST_EXPIRED to trust_keys.
* Fix #206: Remove deprecated --always-trust in favour of --trust-model always
* Fix #208: Add status_detail attribute to result
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fixed #181: Added the ability to pass file paths to encrypt_file,
decrypt_file,
sign_file, verify_file, get_recipients_file and added import_keys_file.
* Fixed #18
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
Brief summary:
* Fixed #161: Added a status attribute to the returned object from gen_key()
which
is set to 'ok' if a key was successfully created, or 'key not created' if that
wa
A new version of the Python module which wraps GnuPG has been released.
What Changed?=
This is an enhancement and bug-fix release, and all users are encouraged
toupgrade.
Brief summary:
* Fixed #107: Improved documentation.
* Fixed #112: Raised a ValueError if a gnupghome is specified
A new version of the Python module which wraps GnuPG has been released.
What Changed?=This is an enhancement and security-fix release, and
all users are stronglyencouraged to upgrade.
Brief summary:
* Fixed #108: Changed how any return value from the on_data callable is
processed
A new version of the Python module which wraps GnuPG has been released.
What Changed?=This is a security-fix release, and all users are
strongly encouraged to upgrade.This fix mitigates against CVE-2018-12020. See
the discoverer's blog post [6] formore information.
Brief su
A new version of the Python module which wraps GnuPG has been released.
What Changed? = This is an enhancement and bug-fix release, and all
users are encouraged to upgrade. See the project website [1] for more
information.
Brief summary:
* Subkey information is now collected and
py2 now, gotta fix that one
--
https://mail.python.org/mailman/listinfo/python-list
when the new version of XPN py2 newsreader src-tarball hits
alt.binaries, the world will hold it's breath.
major usability overhaul is ongoing.
release will be in style in usenet binary newsgroup.
full autoconfigure, no bs asked.
--
https://mail.python.org/mailman/listinfo/python-list
the with statement is a tiny bit slower (less than 2% on my computer).
[...]
> avg += (stop - start) / 500
Better to skip the pointless initialision of avg and just write:
avg = (stop - start)/500
> avg += (stop - start) / 500
> print('Execute time with OLD version : ',
import time
avg = float(0)
# copy with WITH function and execute time
for i in range(500):
start = time.clock()
with open('q://my_projects/cricket.mp3', 'rb') as old,
open('q://my_projects/new_cricket.mp3', 'wb') as new:
for j in old:
new.write(j)
stop = time.cloc
A new version of the Python module which wraps GnuPG has been released.
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
See the project website [1] for more information.
Brief summary:
* Updated message handling logic to no
A new version of the Python module which wraps GnuPG has been released.
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
See the project website [1] for more information.
Brief summary:
* Added support for ``KEY_CONSIDERED`` in
On 16-8-2016 0:11, Irmen de Jong wrote:
> Hi,
> as I've always done for a new release I've uploaded new versions of my
> package's
> documentation files, but they are not showing up on Pythonhosted.org - the
> previous
> version is still there.
>
> Is there something wrong with the update mechan
Hi,
as I've always done for a new release I've uploaded new versions of my package's
documentation files, but they are not showing up on Pythonhosted.org - the
previous
version is still there.
Is there something wrong with the update mechanism?
I've been using "python3 setup.py build_sphinx uplo
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is an enhancement and bug-fix release, and all users are encouraged to
upgrade.
See the project website [1] for more information.
Brief summary:
* Fixed #22: handled PROGRESS messages
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is an enhancement and bug-fix release, but the bug-fixes
include some security improvements, so all users are encouraged
to upgrade. See the project website [1] for more information.
Brief
Greetings,
http://pypi2u.appspot.com/ is a simple service that notifies you on new
versions of packages you're interested in.
You can view the code, fill bugs and suggest ideas at
https://bitbucket.org/tebeka/pypi2u
Hope you find it useful,
--
Miki
--
https://mail.python.org/mailman/listinfo/
Vinay Sajip writes:
> A new version of the Python module which wraps GnuPG has been
> released.
>
There seem to be 2 gnupg modules for Python. The other one has version number
1.2.5. Very confusing!
--
Piet van Oostrum
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
On Thursday, February 6, 2014 10:53:59 PM UTC+2, Vinay Sajip wrote:
> A new version of the Python module which wraps GnuPG has been
> released.
> Cheers
>
> Vinay Sajip
>
> Red Dove Consultants Ltd.
Hi
Good job!
One question - is this package runs executable when particu
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is an enhancement and bug-fix release, but the bug-fixes
include some security improvements, so all users are encouraged
to upgrade. See the project website ( http://code.google.com/p/python
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Added improved shell quoting to guard against
A new version of the Python module which wraps GnuPG has been released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project website (
http://code.google.com/p/python-gnupg/ ) for more information. Summary:
An encoding bug which caused an exception when
Was it so hard to state in the email subject what the new version is
or describe in the body a small summary on what you've released? I
swear the users on this list post the most useless emails.
Sent from my iPhone
On Apr 9, 2013, at 7:12 AM, Jake D wrote:
> There's a new version
There's a new version of im.py out on GitHub:
https://github.com/jhunter-d/im.py/blob/master/im.py
--
http://mail.python.org/mailman/listinfo/python-list
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Improved support for status messages from GnuPG
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Improved support for status messages from GnuPG
-
Release of PyGreSQL version 4.1.1
-
A few problems showed up with the 4.1 release so we are releasing a
quick bugfix version.
It is available at: http://pygresql.org/files/PyGreSQL-4.1.1.tgz.
If you are running NetBSD, look in the
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Better support for status messages from GnuPG
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor bug-fix release. See the project website (
http://code.google.com/p/python-gnupg/ ) for more information.
Summary:
Better support for status messages from GnuPG.
A random data file
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Better support for status messages from GnuPG
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Better support for status messages from GnuPG
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement and bug-fix release. See the project
website ( http://code.google.com/p/python-gnupg/ ) for more
information. Summary:
Detached signatures can now be created and
A new version of the Python module which wraps GnuPG has been
released.
What Changed?
=
This is a minor enhancement release. See the project website (
http://code.google.com/p/python-gnupg/ ) for more information.
The current version passes all tests on Windows (Python 2.4, 2.5, 2.6
Hi All,
1.Added a new User Delay and Constraint Editor panel. You can add,
delete, or update User Delays or Constraints.
2 .These User Delays and User Constraints are saved at the top of
the .tim file.
3.Changing a User Delay or User Constraint updates every one of the
same type in the di
I've uploaded ssl-1.15.tgz, the backport of the 2.6/3.x SSL module to
Python 2.3-2.5. It provides an option for not using SSLv2, and also
fixes a bug with write retries.
Bill
--
http://mail.python.org/mailman/listinfo/python-list
A new version of the Python module which wraps GnuPG has been
released.
What Does It Do?
The gnupg module allows Python programs to make use of the
functionality provided by the Gnu Privacy Guard (abbreviated GPG or
GnuPG). Using this module, Python programs can encrypt and
hello
i recently tried out this new version of psyco...
http://www.voidspace.org.uk/python/weblog/arch_d7_2009_03_14.shtml#e1063
...because of the new support for generators. the above link says "To
use and test generators, create preferences.py, following the
instructions in set
follow this link
http://freenewsoftware.blogspot.com/2007/12/python.html
--
http://mail.python.org/mailman/listinfo/python-list
John Nagle wrote:
> Heikki Toivonen wrote:
>That's progress, but the build still doesn't work:
...
> during a C compile, we get
>
> SWIG/_m2crypto_wrap.c:2529:18: error: _lib.h: No such file or directory
>
> and the build goes downhill from there, with many compile errors in the
> GCC phase.
Heikki Toivonen wrote:
> John Nagle wrote:
>
>>But notice that the -D entry didn't appear on the SWIG command line.
>>Neither did the "-includeall". The "swig_opts" values around line
>>129 aren't actually being used. I think that's left over from the code
>>intended
>>to allow builds with Pytho
John Nagle wrote:
> But notice that the -D entry didn't appear on the SWIG command line.
> Neither did the "-includeall". The "swig_opts" values around line
> 129 aren't actually being used. I think that's left over from the code
> intended
> to allow builds with Python 2.3 and earlier. The "sel
Heikki Toivonen wrote:
> John Nagle wrote:
>
>>Back in March, I posted this:
>>
>>
>>>Hit that with OpenSSL. Red Hat took elliptical curve cryptography
>>>out of Fedora 6 for patent reasons. With that missing, M2Crypto won't
>>>build. It ought to; the implementor of M2Crypto thought of that
John Nagle wrote:
> Back in March, I posted this:
>
>> Hit that with OpenSSL. Red Hat took elliptical curve cryptography
>> out of Fedora 6 for patent reasons. With that missing, M2Crypto won't
>> build. It ought to; the implementor of M2Crypto thought of that, because
>> it's an optional f
Paul Boddie wrote:
> On 20 Sep, 22:12, John Nagle <[EMAIL PROTECTED]> wrote:
>
>>That was for M2Crypto 0.17.
>>
>>It's still broken in M2Crypto 0.18.
>>
>>And there's no RPM or Windows binary.
>>
>>Nobody actually uses this stuff, do they?
>
>
> I can find Ubuntu packages for 0.1
On 20 Sep, 22:12, John Nagle <[EMAIL PROTECTED]> wrote:
>
> That was for M2Crypto 0.17.
>
> It's still broken in M2Crypto 0.18.
>
> And there's no RPM or Windows binary.
>
> Nobody actually uses this stuff, do they?
I can find Ubuntu packages for 0.16 and 0.17:
http://packages.ubu
Back in March, I posted this:
> Hit that with OpenSSL. Red Hat took elliptical curve cryptography
> out of Fedora 6 for patent reasons. With that missing, M2Crypto won't
> build. It ought to; the implementor of M2Crypto thought of that, because
> it's an optional feature. But M2Crypto uses
At Monday 22/1/2007 15:58, you wrote:
Can I install only the higher version of a certain package ?
Is that done by simply copying them ?
You should read the install instructions given in the package, but
usually it's as easy as:
- extract the .zip into a temporary directory
- open a command
I've been started with Python on winXP,
by installing the "Enthought" edition (about half a year old).
This works like a charm.
As a regular windows user,
I'm not used to install partial packages.
Now I find interesting application,
that require higher versions of certain packages.
Can I install o
We from INdT (Nokia Institute of Technology -- Brazil) have the pleasure
to announce the new version of Python for Maemo, for Maemo SDK 2.1
("Scirocco") and SDK 3.0 ("Bora"). Highlights of this version:
* Support for Nokia N800[1] device/software (SDK 3.0)
* Language u
Hello,
Today we are releasing a new GNUmed version. GNUmed is a package to manage
medical offices. Version is up to 0.2.3 Version features and bug fixes are
explained in our Wiki
http://wiki.gnumed.de/bin/view/Gnumed/ReleaseStatus
http://wiki.gnumed.de/bin/view/Gnumed/RoadMap
Packages avail
Marcio> I have version 4.70 installed in my debian system (installed
Marcio> with apt-get, so I don't know where the sources are from). After
Marcio> reading the thread_ at sourceforge, I did a google search for
Marcio> "python emacs" and found the `Emacs goodies`_ page at python.o
Hi all,
My first try on using RST to write an email. so I can (will) make
mistakes :-)
I am experiencing the problem shown in this thread_ of the
`python-mode`_ discussion list hosted at SourceForge.
.. _thread:
https://sourceforge.net/tracker/?func=detail&atid=581349&aid=1215039&group_id=869
On Tue, 10 May 2005 00:49:40 -0300, André Roberge
<[EMAIL PROTECTED]> wrote:
> Learning to program computer should be fun, for adults and children
> alike. RUR-PLE is an environment designed to help you learn computer
> programming using the language Python. To use RUR-PLE, you need
> wxPython.
Version 0.8.5 of rur-ple has been released.
The web site has completely changed; it includes over 35 pages.
http://rur-ple.sourceforge.net/
--
Learning to program computer should be fun, for adults and children
alike. RUR-PLE is an environment designed to help
Python is now enter 2.4 era. It is greate, and I want to upgrade too.
However, everytime upgrading to a new version is a great pain. For
every version, we start to re-install what have been in our past
python.
Re-install all packages sometimes require searching for a new version
of binary which
Hi Everybody:
Since the current maintainer of the informixdb module appears to have
gone missing, I have decided to take over the project. The new home of
the informixdb module is http://sourceforge.net/projects/informixdb .
Version 1.4 features the following improvements:
* Build uses distutils
Hi David,
I'm using Python on Mac OSX and although my case is not precisely your
scenario but it is pretty common to have more than 1 pythons installed
in Mac OSX 10.3, if Fink is used.
If I understand the above correctly, 1) "make install" and "make altinstall" use
the same process, the only di
I currently have Python 2.2 and 2.3.4 installed. I want to install Python 2.4,
and erase 2.3.4, but retain 2.2, for I need it for my connectivity program.
According to the the documentation:
If you have a previous installation of Python that you don't want to replace
yet, use
make altin
David Smith wrote:
> If I understand the above correctly, 1) "make install" and "make altinstall"
> use
> the same process, the only difference being the man page update, and the hard
> link
correct.
> 2) that previous versions of python are not deleted. Therefore I should be
> able
> to inst
64 matches
Mail list logo