[Python-announce] release-info 0.3.5

2021-12-28 Thread Anthon van der Neut
For various reasons you might want to know which Python versions are “current”: * provide a list of pyXY targets to tox * remove a no longer supported version of Python from the .whl files you generate to upload to PyPI * determine which ‘Programming Language :: Python ::’ classifiers to

[ANN] winpysetup 1.2

2015-09-27 Thread Anthon van der Neut
I am happy to announce the availability of a new version of winpysetup changes in this version: - added 3.5 and VisualStudio 2015 Community edition. Both are for post XP windows versions only. Be forewarned that VisualStudio can take a long time downloading updates it needs on a clean Windows 7, a

ruamel.orderddict a C implementation of Foord/Larosa's odict and superset of standard library OrderedDict

2015-08-25 Thread Anthon van der Neut
After once again multiple (this time only three) years, I am happy to announce version 0.4.9 of ruamel.orderddict. Main enhancement since the original release in 2007 is the addition of the viewkeys/viewitems/viewvalues methods as added to the dictionaries in Python 2.7 The package can be install

winpysetup 1.1: easy setup of multiple python versions on a clean windows system

2015-05-25 Thread Anthon van der Neut
I am happy to announce the availability of a new version of winpysetup changes: - this version is capable of generating itself by setting up the necessary Python 2.3 version and running py2exe - minimal run time environment (removed code inherited from original project) - test on appropriate .

winpysetup easy setup of multiple python versions on a clean windows system

2015-05-18 Thread Anthon van der Neut
I am happy to announce the availability of winpysetup version 0.2 dd 2015-05-18 Winpysetup ( https://bitbucket.org/ruamel/winpysetup/ ) allows setting up a clean testing on Windows for multiple python versions without downloading and installing MSI installers, prerequisites, all the time waiting

ordereddict 0.4.5 ( fast implementation of ordereddict and sorteddict in C)

2012-06-18 Thread Anthon van der Neut
After a hiatus of several years, I am pleased to announce version 0.4.5 of the ordereddict module. This is primarily a bug fix release and will be the last one for ordereddict in this form. Changes: - fixed a bug in slicing SortedDicts found by Migel Anguel - fixed a bug reinserting last item

ordereddict 0.4 (incl. sorteddict)

2007-10-31 Thread Anthon van der Neut
I am pleased to announce version 0.4 of the ordereddict module. Changes: - added pickling - added optional relaxed initialisation/update (from unordered dicts) - added KVIO (Key Value Insertion Order ie. key moves to back on update) - implemented a seperate subtype sorteddict, with KSO (Key Sorte

ordereddict 0.3

2007-10-24 Thread Anthon van der Neut
I am pleased to announce version 0.3 of the ordereddict module. Changes: added setkeys/setvalues/setitems added slice retrieval, deletion, assigment added .rename(oldkey, newkey) rename a key keeping same value and position fixed .index(): non-existing key now returns ValueError instead of Sy

ordereddict 0.2

2007-10-16 Thread Anthon van der Neut
of dict() plus for now: .index(), .reverse(), .insert()) I hope this is useful and appreciate any feedback Anthon van der Neut -- Windows specific compilation problem: In order for things to link under Visual Studio 2003, I had to #ifdef out the call _PyObject_GC_TRACK. I am not sure why this c