[issue39468] Improved the site module's permission handling while writing .python_history

2021-05-03 Thread Aurora
Change by Aurora : -- pull_requests: +24543 status: pending -> open pull_request: https://github.com/python/cpython/pull/18210 ___ Python tracker <https://bugs.python.org/issu

[issue39480] referendum reference is needlessly annoying

2020-02-03 Thread Aurora
Change by Aurora : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue39480> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue39468] Improved the site module's permission handling while writing .python_history

2020-01-31 Thread Aurora
Change by Aurora : -- title: .python_history write permission improvements -> Improved the site module's permission handling while writing .python_history ___ Python tracker <https://bugs.python.org/issu

[issue39468] Improved the site module's permission handling while writing .python_history

2020-01-31 Thread Aurora
Change by Aurora : -- status: open -> pending ___ Python tracker <https://bugs.python.org/issue39468> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: -17675 ___ Python tracker <https://bugs.python.org/issue39468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: +17677 pull_request: https://github.com/python/cpython/pull/18299 ___ Python tracker <https://bugs.python.org/issue39

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: -17589 ___ Python tracker <https://bugs.python.org/issue39468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: -17674 ___ Python tracker <https://bugs.python.org/issue39468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: +17675 pull_request: https://github.com/python/cpython/pull/39468 ___ Python tracker <https://bugs.python.org/issue39

[issue39468] .python_history write permission improvements

2020-01-31 Thread Aurora
Change by Aurora : -- pull_requests: +17674 pull_request: https://github.com/python/cpython/pull/18299 ___ Python tracker <https://bugs.python.org/issue39

[issue39455] Update the documentation for the linecache module

2020-01-31 Thread Aurora
Change by Aurora : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue39455> ___ ___ Python-bugs-list

[issue39314] (readline) Autofill the closing parenthesis during auto-completion for functions which accept no arguments at all

2020-01-31 Thread Aurora
Change by Aurora : -- title: Autofill the closing paraenthesis during auto-completion for functions which accept no arguments at all -> (readline) Autofill the closing parenthesis during auto-completion for functions which accept no arguments at

[issue39455] Update the documentation for the linecache module

2020-01-31 Thread Aurora
Change by Aurora : -- title: Update the documentation for linecache module -> Update the documentation for the linecache module ___ Python tracker <https://bugs.python.org/issu

[issue39480] referendum reference is needlessly annoying

2020-01-28 Thread Aurora
Aurora added the comment: This example is practically against Python's diversity statement. -- nosy: +opensource-assist ___ Python tracker <https://bugs.python.org/issue39

[issue39468] .python_history write permission improvements

2020-01-27 Thread Aurora
Change by Aurora : -- pull_requests: +17589 pull_request: https://github.com/python/cpython/pull/18210 ___ Python tracker <https://bugs.python.org/issue39

[issue39468] .python_history write permission improvements

2020-01-27 Thread Aurora
Change by Aurora : -- pull_requests: -17586 ___ Python tracker <https://bugs.python.org/issue39468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39468] .python_history write permission improvements

2020-01-27 Thread Aurora
Change by Aurora : -- keywords: +patch pull_requests: +17586 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18210 ___ Python tracker <https://bugs.python.org/issu

[issue39468] .python_history write permission improvements

2020-01-27 Thread Aurora
Aurora added the comment: https://github.com/opensource-assist/cpython/blob/opensource-assist-patch-sitepy-1/Lib/site.py -- ___ Python tracker <https://bugs.python.org/issue39

[issue39468] .python_history write permission improvements

2020-01-27 Thread Aurora
New submission from Aurora : On a typical Linux system, if you run 'chattr +i /home/user/.python_history', and then run python, then exit, the following error message will be printed out: Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/local/lib/pyth

[issue39455] Update the documentation for linecache module

2020-01-25 Thread Aurora
New submission from Aurora : Added the definitions for two undocumented functions. -- assignee: docs@python components: Documentation messages: 360709 nosy: docs@python, opensource-assist priority: normal pull_requests: 17572 severity: normal status: open title: Update

[issue39449] New Assignment operator

2020-01-25 Thread Aurora
Aurora added the comment: That's a nice simple idea. -- nosy: +opensource-assist ___ Python tracker <https://bugs.python.org/issue39449> ___ ___ Python-bug

[issue39314] Autofill the closing paraenthesis during auto-completion for functions which accept no arguments at all

2020-01-13 Thread Aurora
Change by Aurora : -- versions: -Python 3.9 ___ Python tracker <https://bugs.python.org/issue39314> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
Aurora added the comment: @eryksun So modify the documentation to note that they're operable on both platforms. I've seen that ntpath worked on my Linux system, but the documentation was misleading. -- ___ Python tracker <https://bugs.python.

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
New submission from Aurora : According to https://docs.python.org/dev/library/undoc.html the 'ntpath' module is an "Implementation of os.path on Win32 and Win64 platforms". Just like all other Windows-specific modules(like winreg),'ntpath' must not be available for use on a POSIX s

[issue39319] ntpath module must not be available on POSIX platforms

2020-01-13 Thread Aurora
Change by Aurora : -- components: +Library (Lib) -Interpreter Core type: behavior -> ___ Python tracker <https://bugs.python.org/issue39319> ___ ___ Python-

[issue39314] Autofill the closing paraenthesis during auto-completion for functions which accept no arguments at all

2020-01-12 Thread Aurora
Change by Aurora : -- title: Autofill the closing paraenthesis during auto-completion for functions which accept no arguments -> Autofill the closing paraenthesis during auto-completion for functions which accept no arguments at all ___ Pyt

[issue39304] Don't accept a negative number for the count argument in str.replace(old, new[, count])

2020-01-12 Thread Aurora
Aurora added the comment: @xtreak Understood, just as an aftermath: I still disagree a little with such an implementation because it's riding way into terse-coding that it's going against the principles of mathematics, which is the basis of computer science and programming. Python can use

[issue39314] Autofill the closing paraenthesis during auto-completion for functions which accept no arguments

2020-01-12 Thread Aurora
New submission from Aurora : If Python is compiled with the GNU readline headers, it will provide autocompletion for Python functions and etc. In the Python interpreter environment, if a function is typed partially, Python will fill in the rest if a tab character is typed. If a function

[issue39304] Don't accept a negative number for the count argument in str.replace(old, new[, count])

2020-01-11 Thread Aurora
New submission from Aurora : It's meaningless for the count argument to have a negative value, since there's no such thing as negative count for something. -- components: Library (Lib) messages: 359795 nosy: opensource-assist priority: normal severity: normal status: open title: Don't

[issue38441] failing to build the Documentation

2019-10-11 Thread Aurora
New submission from Aurora : I'm failing to build the cpython/Doc dir. The full build log is as follows: mkdir -p build Building NEWS from Misc/NEWS.d with blurb PATH=./venv/bin:$PATH sphinx-build -b epub -d build/doctrees -D latex_elements.papersize= -W . build/epub Running Sphinx v2.2.0