[issue10146] Incorrect regex generation in translate_pattern

2010-10-19 Thread Noah Kantrowitz
New submission from Noah Kantrowitz : If a prefix is passed to translate_pattern it will generate a pattern using the unescaped output of os.path.join(). This is fine on *nix, but on Windows it results in a pattern like r'build\.*', which matches any string starting with "bui

[issue2852] sidebar directive fails

2008-05-14 Thread Noah Kantrowitz
New submission from Noah Kantrowitz <[EMAIL PROTECTED]>: The normal ReST sidebar directive creates a div with the same class as the HTML sidebar. This makes it not render its contents correctly. Perhaps the default template/CSS should match on div#sphinxsidebar or similar? -- as

[issue2321] return more memory from unicode objects to system

2008-03-17 Thread Noah Kantrowitz
Changes by Noah Kantrowitz <[EMAIL PROTECTED]>: -- nosy: +coderanger __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2321> __ ___ Python-bugs