[issue13143] os.path.islink documentation is ambiguous

2011-10-09 Thread Garen
New submission from Garen garen.par...@gmail.com: The documentation for os.path.islink says: Return True if path refers to a directory entry that is a symbolic link. Always False if symbolic links are not supported. But what does supported mean? Supported by what? Supported by the OS

[issue7833] Bdist_wininst installers fail to load extensions built with Issue4120 patch

2011-07-15 Thread Garen
Changes by Garen garen.par...@gmail.com: -- nosy: +Garen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7833 ___ ___ Python-bugs-list mailing list

[issue4111] Add Systemtap/DTrace probes

2010-04-15 Thread Garen
Changes by Garen garen.par...@gmail.com: -- nosy: +Garen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4111 ___ ___ Python-bugs-list mailing list

[issue6715] xz compressor support

2010-02-02 Thread Garen Parham
Garen Parham garen.par...@gmail.com added the comment: Once Python gets native support for lzma/xz like it does for zlib, bzip2 it could switch to using it for bundles and remote transfers. See: http://mercurial.selenic.com/bts/issue1463 With lzma/xz being able to compress so much better

[issue6715] xz compressor support

2010-02-02 Thread Garen
Garen garen.par...@gmail.com added the comment: Ugh, can't edit previous message. Meant to say: Once Python gets native support for lzma/xz like it does for zlib and bzip2, Mercurial could switch to using it for bundles and remote transfers. For platforms with native support in-kernel (e.g