Change by Hakan Çelik :
--
pull_requests: +29527
pull_request: https://github.com/python/cpython/pull/31377
___
Python tracker
<https://bugs.python.org/issue29
Change by Hakan Çelik :
--
nosy: +hakancelik
nosy_count: 1.0 -> 2.0
pull_requests: +26668
pull_request: https://github.com/python/cpython/pull/20274
___
Python tracker
<https://bugs.python.org/issu
Change by Hakan Çelik :
--
keywords: +patch
pull_requests: +19554
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20274
___
Python tracker
<https://bugs.python.org/issu
Hakan Çelik added the comment:
Yes I will send pr soon.
--
___
Python tracker
<https://bugs.python.org/issue40563>
___
___
Python-bugs-list mailing list
Unsub
Hakan added the comment:
Are code quality enhancement contributions not accepted?
Since the 'from x import * `structure is used in the current code, it is not
understood where the objects come from.
I thought it would be good to fix
Change by Hakan :
--
keywords: +patch
pull_requests: +19452
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20147
___
Python tracker
<https://bugs.python.org/issu
Change by Hakan :
--
title: Fix a bad programming practice from 'from x import *', 'Lib / ctypes /
test /'. -> Fix 'from x import *' which is bad programming practice from
'Lib/ctypes/test/'.
_
Change by Hakan :
--
title: Fix from a bad programming practice 'from x import *', 'Lib / ctypes /
test /'. -> Fix a bad programming practice from 'from x import *', 'Lib /
ctypes / test /'.
___
Python t
New submission from Hakan :
When I use [unimport](https://github.com/hakancelik96/unimport), I saw this
problem and I am sending a PR to fix it.
--
components: Tests
messages: 369097
nosy: hakancelik
priority: normal
severity: normal
status: open
title: Fix from a bad programming
Hakan added the comment:
I work on this issue to fix it.
--
nosy: +hakancelik
___
Python tracker
<https://bugs.python.org/issue40563>
___
___
Python-bugs-list m
Change by Hakan :
--
keywords: +patch
pull_requests: +18761
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19399
___
Python tracker
<https://bugs.python.org/issu
New submission from Hakan :
The read_pyfile function can be written more effectively with the open function
in the tokenize module.
--
components: Tests
messages: 365875
nosy: hakancelik
priority: normal
severity: normal
status: open
title: read_pyfile function refactor in Lib/test
Change by Hakan :
--
keywords: +patch
nosy: +hakancelik
nosy_count: 3.0 -> 4.0
pull_requests: +18617
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19261
___
Python tracker
<https://bugs.python.org/i
Hakan added the comment:
I'd like to work on this issue but what should it do when it captures that
error.
--
nosy: +hakancelik
___
Python tracker
<https://bugs.python.org/is
Change by Hakan :
--
keywords: +patch
nosy: +hakancelik
nosy_count: 1.0 -> 2.0
pull_requests: +18083
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18726
___
Python tracker
<https://bugs.python.org/i
Change by Hakan :
--
keywords: +patch
pull_requests: +17904
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18528
___
Python tracker
<https://bugs.python.org/issu
Change by Hakan :
--
assignee: docs@python
components: Documentation
nosy: docs@python, hakancelik
priority: normal
severity: normal
status: open
title: pyclbr: remove old references to class browser & add explain readmodule
type: enhancement
versions: Python
Hakan added the comment:
I want to work on this as my first contribution
--
nosy: +hakancelik
___
Python tracker
<https://bugs.python.org/issue39424>
___
___
Hakan added the comment:
Thanks for your reply. I said, I'm new to web programming.
Now I add Content-type: text/html; charset=ISO-8859-9...
:)
--
___
Python tracker
<http://bugs.python.org/i
New submission from Hakan :
Hi,
I'm new to web programming with Python.
In Python2k, the special "# -*- coding: cp1254 -*-" code sets the
character encoding. It works in the internet browsers too and sets the
browser's character encoding. That was really good. But in Py3k,
20 matches
Mail list logo