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
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
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
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 .
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
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
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
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
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