[issue11162] Add tuple/list sep to string split method

2011-02-09 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: I was hoping that I could use a list/tuple of separators for the split method: abcde.split([b, d]) vs. import re re.split(b|d, abcde) That's one extra LOC, and (worse still) forces me to learn regexp. Does

[issue11162] Add tuple/list sep to string split method

2011-02-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- components: +Interpreter Core -Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11162

[issue6715] xz compressor support

2011-05-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6715 ___ ___ Python-bugs-list

[issue12246] create installation path if it's non-existent

2011-06-02 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: If I happen to not have the directory, $PREFIX/python3.3/site-packages, I get an erroneous message telling me that I don't write permissions. -- assignee: tarek components: Distutils2 files: create-dir-if-nonexistent.diff

[issue12249] add missing command

2011-06-02 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: It's not indicated where one should run the command 'make html' in the Building the documentation page, so when it failed for me when running it from the cpython distribution root, I was left a little puzzled, searching where

[issue12246] create installation path if it's non-existent

2011-06-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: On Fri, 2011-06-03 at 16:18 +, Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: Ah, I understand; I have a $srcdir/Lib/site-packages directory, but packaging wants to install into $prefix/site-packages, which

[issue12249] add missing command

2011-06-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: On Fri, 2011-06-03 at 15:47 +, Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: Your patch adds the cd before running make, but other examples and filenames (for example :file:`tools/sphinx`) are also

[issue13472] devguide doesn’t list all build dependencies

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13472 ___ ___ Python-bugs

[issue13440] Explain the status quo wins a stalemate principle in the devguide

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13440 ___ ___ Python-bugs

[issue12907] Update test coverage devguide page

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12907 ___ ___ Python-bugs

[issue12296] Minor clarification in devguide

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12296 ___ ___ Python-bugs

[issue13762] missing section: how to contribute to devguide

2012-01-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: I struggled to find how to contribute to the devguide. I even struggled to find where the VCS is. I think it would be kool if there was a section for this info (it's not always fun to search the intertubes). -- components

[issue13124] Add Running a Build Slave page to the devguide

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13124 ___ ___ Python-bugs

[issue12409] Moving Documenting Python to Devguide

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12409 ___ ___ Python-bugs

[issue13275] Recommend xml.etree for XML processing

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13275 ___ ___ Python-bugs

[issue13275] Recommend xml.etree for XML processing

2012-01-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: @Araujo bit offtopic, but which XML library have you found most elegant? Is it available in the stdlib? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13275

[issue13763] rm obsolete reference in devguide

2012-01-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: this line: commonly abbreviated svn, after the program name was once changed to: commonly abbreviated hg, after the program name and it no longer makes sense -- components: Devguide files: rm-obsolete-reference.patch

[issue13764] Misc/build.sh is outdated... talks about svn

2012-01-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: I am wondering what else is outdated in that file. Is it still useful? -- components: Build messages: 151052 nosy: tshepang priority: normal severity: normal status: open title: Misc/build.sh is outdated... talks about svn

[issue13766] explain the relationship between Lib/lib2to3/Grammar.txt and Grammar/Grammar

2012-01-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: Lib/lib2to3/Grammar.txt seems like a modified copy of Grammar/Grammar. Can you state so somewhere, maybe in the beginning of Lib/lib2to3/Grammar.txt (the Note section). One problem with the way it is now, is that there are changes

[issue13762] missing section: how to contribute to devguide

2012-01-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: I guess I should have looked more carefully. Thanks and sorry for the noise. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13762

[issue2175] Expat sax parser silently ignores the InputSource protocol

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2175 ___ ___ Python-bugs-list

[issue12779] Update packaging documentation

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12779 ___ ___ Python-bugs

[issue13768] Doc/tools/dailybuild.py available only on 2.7 branch

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: tshepang priority: normal severity: normal status: open title: Doc/tools/dailybuild.py available only on 2.7 branch versions: Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python

[issue13763] rm obsolete reference in devguide

2012-01-12 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: On Thu, Jan 12, 2012 at 00:12, Sandro Tosi rep...@bugs.python.org wrote: Sandro Tosi sandro.t...@gmail.com added the comment: But we may explain what's behind: after the mercury chemical element symbol - what do you think? Good

[issue13763] rm obsolete reference in devguide

2012-01-12 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: Ezio Melotti ezio.melo...@gmail.com added the comment: If 'program' refers to the executable, the sentence is still valid. Interesting. It didn't appear like that until you mentioned it. It was far more clear with subversion:svn than

[issue13768] Doc/tools/dailybuild.py available only on 2.7 branch

2012-01-15 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: New submission from Georg Brandl ge...@python.org: Why is that a concern?  It is not needed for the doc build and intended to be used on python.org only. It's mentioned in http://hg.python.org/devguide/file/5d4a90e568ed

[issue13768] Doc/tools/dailybuild.py available only on 2.7 branch

2012-01-15 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: ok, the url is http://hg.python.org/devguide/file/5d4a90e568ed/docquality.rst -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13768

[issue13808] url for Tutor mailing list is broken

2012-01-17 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: faq.rst: correct url is http://mail.python.org/mailman/listinfo/tutor -- components: Devguide messages: 151488 nosy: ezio.melotti, tshepang priority: normal severity: normal status: open title: url for Tutor mailing list

[issue13810] refer people to Doc/Makefile when not using 'make' to build main documentation

2012-01-17 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: this is regarding documenting.rst: The url for checking out Sphinx from svn has been outdated for a while, so I think it would be better to refer people to Doc/Makefile for the correct urls, instead of having to keep updating

[issue13763] rm obsolete reference in devguide

2012-01-17 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: I included both suggestions in the latest patch. -- Added file: http://bugs.python.org/file24269/rm-obsolete-reference2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue16799] switch regrtest from getopt options to argparse Namespace

2012-12-28 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16799 ___ ___ Python-bugs

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-28 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: I am running Debian 7, which has sphinx is1.1.3+dfsg-4. When I run $ python tools/sphinx-build.py -bhtml . build/ I get a whole bunch of errors: Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created building

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-28 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: It is my preference to be able to build all of CPython with the already-installed distro packages, instead of pulling in foreign ones. Any reason why not use later versions? Can't the docs be written such that they can run on various versions

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: docutils 0.8.1-8 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16805 ___ ___ Python-bugs-list mailing

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: no-one has done the work of testing, preparation and migration: do you volunteer? :) What needs doing exactly? I would volunteer if guided. I normally build with the Debian-provided tools, and the docs look good, all but those note directive errors

[issue16813] use paths relative to CPython root

2012-12-29 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: I think it's a good idea to simply list the 'full' path. -- assignee: docs@python components: Devguide, Documentation files: use-paths-relative-to-root.diff keywords: patch messages: 178494 nosy: docs@python, ezio.melotti, tshepang priority

[issue16814] use --directory option of make

2012-12-29 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: This avoids having to run 2 separate commands. -- components: Devguide files: make-can-specify-build-directory.diff keywords: patch messages: 178495 nosy: ezio.melotti, tshepang priority: normal severity: normal status: open title: use

[issue16814] use --directory option of make

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I like long-form options for documentation purposes since it's clearer what the option is for. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16814

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I have tested the attached patch using official tools (make -C Doc html) and the only differences, between before and after, are: * The genindex files, where some of the keywords that are duplicated in the documentation would end up getting randomly

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: The previous patch applies cleanly to 3.3 and 3.4. I am now attaching one that applies cleanly to 3.2. -- versions: +Python 3.3 Added file: http://bugs.python.org/file28482/remove-directives-warnings-3.2.diff

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: And this one patch applies to 2.7. -- versions: +Python 2.7, Python 3.2 Added file: http://bugs.python.org/file28483/remove-directives-warnings-2.7.diff ___ Python tracker rep...@bugs.python.org http

[issue13810] refer people to Doc/Makefile when not using 'make' to build main documentation

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Additionally, the whole way we're fetching those tools will be revisited soon. What are/were your plans ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13810

[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: The Linux (and Unix?) equivalent is xdg-open. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16813

[issue16813] use paths relative to CPython root in documentation building instructions

2012-12-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Nice. Didn't know about that one. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16813 ___ ___ Python

[issue16814] use --directory option of make in describing how to build the docs

2012-12-30 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: This is not a `make' tutorial... I find the latest patch to be a great compromise though. Many people would be grateful to learn about the -C option. I am one of them. -- ___ Python tracker rep

[issue10529] Write argparse i18n howto

2013-01-03 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10529 ___ ___ Python-bugs

[issue16857] replace email address on howto with my home page

2013-01-03 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: I would rather not get the 'thanks' I have been getting since this was published. Rather let that be my website. -- assignee: docs@python components: Documentation files: no-mail.diff keywords: patch messages: 179000 nosy: docs@python, tshepang

[issue16857] replace my email address on argparse howto with my website

2013-01-03 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- title: replace email address on howto with my home page - replace my email address on argparse howto with my website ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16857

[issue16857] replace my email address on argparse howto with my website

2013-01-04 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: thanks -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16857 ___ ___ Python-bugs-list mailing list

[issue16862] FAQ has outdated information about Stackless

2013-01-04 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16862 ___ ___ Python-bugs

[issue16863] Python 2 error in Argparse tutorial

2013-01-04 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- title: Argparse tutorial outdated - Python 2 error in Argparse tutorial ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16863

[issue16863] Python 2 error in Argparse tutorial

2013-01-05 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: A quick patch would be 'This tutorial was written for argparse in Python 3. A few details are different in 2.x.' But feel free to do better. That really sounds great, especially since it avoids resorting to things as ugly as ...and this is Python 2

[issue16931] mention work-around to create diffs in default/non-git mode

2013-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16931 ___ ___ Python-bugs

[issue16949] removal of string exceptions is already done

2013-01-13 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: This part of the PEP is written as if string exceptions are currently being removed, which is not the case. Also, it is probably more accurate to say they are forbidden *and* are removed, instead of they are forbidden *because* they are are removed

[issue16950] the old raise syntax is not legal in Python 3

2013-01-13 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: There is an outdated statement that the old form of raising exceptions *will* be removed in Python 3. It's ambiguous in that you don't know if such was ever in Python 3, and it is also time-sensitive (and now outdated). -- assignee: docs

[issue16950] the old raise syntax is not legal in Python 3

2013-01-13 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file28713/raise-exception.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16950

[issue16951] expand on meaning of 'string literals that rely on significant trailing whitespace'

2013-01-13 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: In PEP 8, there is: Don't write string literals that rely on significant trailing whitespace It's not clear to me what this means, and therefore likely needs further explanation, or maybe an example. -- assignee: docs@python components

[issue16951] expand on meaning of 'string literals that rely on significant trailing whitespace'

2013-01-13 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I don't think there is a more concise way of putting it in the PEP. Is it not more important to be clear than to be concise? Can't you put this info that PEP, or at least a link to this issue? -- ___ Python

[issue16978] fix grammar in 'threading' documentation

2013-01-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- assignee: docs@python components: Documentation files: grammar.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: fix grammar in 'threading' documentation versions: Python 2.7

[issue16978] fix grammar in 'threading' documentation

2013-01-16 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: Also, sentence starting with Due to the does not flow so nice for me... maybe a comma is needed after CPython? -- type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue16954] Add docstrings for ElementTree module

2013-01-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16954 ___ ___ Python-bugs

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2013-01-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16965 ___ ___ Python-bugs

[issue17009] Thread Programming With Python should be removed

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17009 ___ ___ Python-bugs

[issue16996] Reuse shutil.which() in webbrowser module

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16996 ___ ___ Python-bugs

[issue17003] Unification of read() and readline() argument names

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17003 ___ ___ Python-bugs

[issue17005] Add a topological sort algorithm

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17005 ___ ___ Python-bugs

[issue10740] sqlite3 module should allow DDL statements in transactions

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10740 ___ ___ Python-bugs

[issue14103] argparse: add ability to create a bash completion script

2013-02-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: thanks so much; will play with it soon enough -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14103

[issue8040] documentation pages should link to other versions of the same page

2013-02-10 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8040 ___ ___ Python-bugs-list

[issue17175] update PEP 430

2013-02-10 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: The issue referred to has since been resolved. -- assignee: docs@python components: Documentation files: update.diff keywords: patch messages: 181778 nosy: docs@python, tshepang priority: normal severity: normal status: open title: update PEP

[issue14219] make the Classes tutorial more gentle

2013-02-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- title: start the Class tutorial in a more gentle manner - make the Classes tutorial more gentle versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14219

[issue17218] support title and description in argparse add_mutually_exclusive_group

2013-02-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17218 ___ ___ Python-bugs

[issue16651] Find out what stdlib modules lack a pure Python implementation

2013-02-27 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16651 ___ ___ Python-bugs

[issue14266] pyunit script as shorthand for python -m unittest

2013-03-04 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14266 ___ ___ Python-bugs

[issue9556] Specifying the time a TimedRotatingFileHandler rotates

2013-03-07 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9556 ___ ___ Python-bugs-list

[issue17376] TimedRotatingFileHandler documentation regarding 'Week day' lacking

2013-03-07 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: Usage of 'W' type is not clear from reading the documentation, specifically how to specify what day-of-week: Doc/library/logging.handlers.rst:291. An example http://stackoverflow.com/q/14304954/321731. -- assignee: docs@python components

[issue10224] Build 3.x documentation using python3.x

2013-03-07 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10224 ___ ___ Python-bugs

[issue17343] Add a version of str.split which returns an iterator

2013-03-08 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17343 ___ ___ Python-bugs

[issue17337] input() and raw_input() do not work correctly with colored prompts

2013-03-08 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17337 ___ ___ Python-bugs

[issue17349] wsgiref.simple_server.demo_app is not PEP-3333 compatible

2013-03-08 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +pje, tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17349 ___ ___ Python

[issue15851] Lib/robotparser.py doesn't accept setting a user agent string, instead it uses the default.

2013-03-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15851 ___ ___ Python-bugs

[issue17398] document url argument of RobotFileParser

2013-03-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: Looking at the documentation, one would think RobotFileParser does not accept any argument, but it does -- url. Documenting this would remove the pain of having to call set_url(). -- assignee: docs@python components: Documentation messages

[issue5845] rlcompleter should be enabled automatically

2013-03-21 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5845 ___ ___ Python-bugs-list

[issue5845] rlcompleter should be enabled automatically

2013-03-21 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- versions: +Python 3.4 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5845

[issue15392] Create a unittest framework for IDLE

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15392 ___ ___ Python-bugs

[issue17438] json.load docs should mention that it always return unicode

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17438 ___ ___ Python-bugs

[issue17462] argparse FAQ: how it is different from optparse

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17462 ___ ___ Python-bugs

[issue17473] -m is not universally applicable

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17473 ___ ___ Python-bugs

[issue17514] Add the license to argparse.py

2013-03-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @Antoine OP is interesting in only that file. Why not just add that single line at the top (at least for 2.7, and 3.3+)? -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue17516] Dead code should be removed

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17516 ___ ___ Python-bugs

[issue12246] create installation path if it's non-existent

2011-06-04 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: But this part of the code runs only when you want to install a 3rd party module isn't it? What you are proposing simply adds a delay, for the use will have to then add that directory manually. Or is there something I'm missing here

[issue12246] create installation path if it's non-existent

2011-06-04 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: s/use/user -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12246 ___ ___ Python-bugs

[issue12246] create installation path if it's non-existent

2011-06-05 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: Are there cases where my patch would result in site-packages directory installed in an unwanted place? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12246

[issue12246] create installation path if it's non-existent

2011-06-05 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: I've changed the patch to represent what I've since learned. It now just displays a message, instead of silently creating the missing path. -- Added file: http://bugs.python.org/file22259/display-warning.diff

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-06 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: Find attached. -- Added file: http://bugs.python.org/file22267/display-warning_try2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12246

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-07 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: Added file: http://bugs.python.org/file22277/display_warning_with_test.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12246

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-10 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: On Fri, 2011-06-10 at 16:46 +, Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: Fixed. Welcome to Misc/ACKS ! loveliness :) -- ___ Python tracker rep

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14814 ___ ___ Python-bugs

[issue14790] use packaging in setup.py

2012-05-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14790 ___ ___ Python-bugs

[issue14834] A list of broken links on the python.org website

2012-05-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14834 ___ ___ Python-bugs

  1   2   3   4   5   >