[issue6208] path separator output ignores shell's path separator: / instead of \

2013-11-13 Thread ThurnerRupert
ThurnerRupert added the comment: david, you mentioned working code. i am the opposite of an expert in the source code of python, but i thought i would be able to at least find where the code is for sys.stdout.write and sys.stderr.write, where i thought \ should be replaced by / when running

[issue6208] path separator output ignores shell's path separator: / instead of \

2009-06-14 Thread ThurnerRupert
ThurnerRupert added the comment: the parent process would be "sh.exe" in the msys case, contrary to the windows standard cmd.exe, explorer.exe, system, system idle process, ... an example is the mercurial "status" command, see http://selenic.com/repo/index.cgi/hg/file/8b

[issue6208] path separator output ignores shell's path separator: / instead of \

2009-06-08 Thread ThurnerRupert
ThurnerRupert added the comment: to give an example case, running mercurial, which we do for a couple of years now with success. one install, starting it either from cmd, or mingw/msys bash: $ hg status M src\com\file.txt $ hg co -m "different path now" src/com/file.txt apar

[issue6208] path separator output ignores shell's path separator: / instead of \

2009-06-08 Thread ThurnerRupert
ThurnerRupert added the comment: if one installes python for windows with the provided installer, and then run this python from mingw/msys or cygwin, python prints backslash as path separator instead of forward slash. it would be nice if python would notice that it was started out of bash

[issue6208] path separator output ignores shell's path separator: / instead of \

2009-06-05 Thread ThurnerRupert
Changes by ThurnerRupert : -- components: +IO, Windows ___ Python tracker <http://bugs.python.org/issue6208> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6208] path separator output ignores shell's path separator: / instead of \

2009-06-05 Thread ThurnerRupert
New submission from ThurnerRupert : when installing python for windows and running it from a msys or cygwin shell, python does not notice that the path separator is backslash "/" instead of forward slash "\". can this be configured somehow, so the outputs are done like the c

[issue2696] unicode string does not get freed --> memory leak?

2008-04-26 Thread ThurnerRupert
New submission from ThurnerRupert <[EMAIL PROTECTED]>: is it possible that str and unicode str are treated differently, i.e. unicode str does not give memory back? jonas borgström noticed the following behaviour: >>> resident_size() 3780 >>> a = ["

[issue1871] help fix memory usage or leak - edgewall trac 0.11 blocked ...

2008-01-19 Thread ThurnerRupert
New submission from ThurnerRupert: how could one find a memory problem in python. edgewall trac 0.11 seems blocked for such a problem, where nobody had a really helpful idea for nearly three weeks. see http://groups.google.com/group/trac- dev/browse_thread/thread/116e519da54f16b

[issue1870] bug tracker exception, when searching for "creator"

2008-01-19 Thread ThurnerRupert
New submission from ThurnerRupert: filling out "creator" gives the following traceback: Traceback (most recent call last): File "/home/roundup/roundup-production//lib/python2.4/site- packages/roundup/cgi/client.py", line 770, in renderContext result = pt.render(self