[issue25050] windows installer does not allow 32 and 64 installs side by side

2015-09-10 Thread Adam Groszer

New submission from Adam Groszer:

Installed with python-3.4.3.msi first, then wanted a 64bit side-by-side )of 
course in an other folder)

Wanted to install python-3.4.3.amd64.msi, the first thing this one did is 
removed the 32bit install :-(

--
components: Installation, Windows
messages: 250356
nosy: Adam.Groszer, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: windows installer does not allow 32 and 64 installs side by side
type: behavior
versions: Python 3.4

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25050>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21186] RawConfigParser __name__ option handling inconsistent

2014-04-09 Thread Adam Groszer

New submission from Adam Groszer:

In RawConfigParser the __name__ option handling is inconsistent:

RawConfigParser.options() and items() works hard to hide it, but has_options() 
does not

--
components: Library (Lib)
messages: 215809
nosy: Adam.Groszer
priority: normal
severity: normal
status: open
title: RawConfigParser __name__ option handling inconsistent
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21186
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21186] RawConfigParser __name__ option handling inconsistent

2014-04-09 Thread Adam Groszer

Adam Groszer added the comment:

e.g.

myconfig.has_options(existing section, __name__)

is always True, whereas

myconfig.options(existing section)

never has a __name__ entry

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21186
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6884] Impossible to include file in sdist that starts with 'build' on Win32

2012-02-26 Thread Adam Groszer

Adam Groszer agros...@gmail.com added the comment:

Hello,

On Sun, 26 Feb 2012 03:37:06 + you wrote:

 BTW if someone knows about a continuous integration service which provides 
 Windows and Mac OS X VMs I’m all ears.

ZTK (Zope toolkit) ended up with renting a windows (server) VM.
http://winbot.zope.org/
There we run a buildbot that does the windows releases of some packages 
(zope.interface, zope.proxy, etc) and runs the tests.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11786] ConfigParser.[Raw]ConfigParser optionxform()

2011-04-06 Thread Adam Groszer

New submission from Adam Groszer agros...@gmail.com:

The documentation http://docs.python.org/library/configparser.html states that 
optionxform() is used only beginning ConfigParser.ConfigParser, whereas it is 
ALSO in effect for ConfigParser.RawConfigParser. (As I checked in the source)

--
assignee: docs@python
components: Documentation
messages: 133148
nosy: Adam.Groszer, docs@python
priority: normal
severity: normal
status: open
title: ConfigParser.[Raw]ConfigParser optionxform()
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11786
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6884] Impossible to include file in sdist that starts with 'build' on Win32

2010-06-17 Thread Adam Groszer

Adam Groszer agros...@gmail.com added the comment:

This seems to be a major flaw, noone caring about it?

--
components: +Distutils
nosy: +Adam.Groszer
versions: +Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com