Change by Hasan :
--
pull_requests: +29442
pull_request: https://github.com/python/cpython/pull/31282
___
Python tracker
<https://bugs.python.org/issue39
Change by Hasan :
--
pull_requests: +26787
pull_request: https://github.com/python/cpython/pull/28373
___
Python tracker
<https://bugs.python.org/issue39
Change by Hasan :
--
keywords: +patch
pull_requests: +26773
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/28359
___
Python tracker
<https://bugs.python.org/issu
Hasan added the comment:
Okey. There will be huge changes for this issue as this keyword has been used
in a lot of places.
That's why i will try to send pull requests module by module to keep it clean
and simple for review.
--
___
P
Hasan added the comment:
We have tested with cxx-modules that issue.
module is just a specifier for export (only export is a compiler-based keyword
in >= C++20)
That's why we can use module as argument name and there's no need to rename or
delete *module arguments from header fi
Hasan added the comment:
If nobody works, i would like to solve this
--
nosy: +AliyevH
___
Python tracker
<https://bugs.python.org/issue39355>
___
___
Python-bug
Change by Hasan :
--
pull_requests: -26038
___
Python tracker
<https://bugs.python.org/issue42053>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Hasan :
--
pull_requests: +26039
pull_request: https://github.com/python/cpython/pull/27524
___
Python tracker
<https://bugs.python.org/issue42
Change by Hasan :
--
keywords: +patch
nosy: +AliyevH
nosy_count: 2.0 -> 3.0
pull_requests: +26038
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/27523
___
Python tracker
<https://bugs.python.org/i
Hasan added the comment:
should have a deprecation period and if so, how long?
--
___
Python tracker
<https://bugs.python.org/issue44732>
___
___
Python-bug
Change by Hasan :
--
keywords: +patch
pull_requests: +25884
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/27342
___
Python tracker
<https://bugs.python.org/issu
Hasan added the comment:
If nobody works on it i would like to fix it
--
nosy: +AliyevH
___
Python tracker
<https://bugs.python.org/issue44732>
___
___
Pytho
Change by Hasan :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue44729>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Hasan :
1. If we try to import modules except os or sys, we will get such events.
2. If we access frame.f_locals.items() and frame.f_code.replace() inside
tracefunc, function execution shows events and stops, but if access other
frame.f_locals.* it begins to call and
Hasan added the comment:
You are welcome!
Thanks for accepting
--
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list mailin
Change by Hasan :
--
pull_requests: -25709
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Hasan :
--
pull_requests: +25710
pull_request: https://github.com/python/cpython/pull/27173
___
Python tracker
<https://bugs.python.org/issue42
Change by Hasan :
--
pull_requests: +25709
pull_request: https://github.com/python/cpython/pull/27172
___
Python tracker
<https://bugs.python.org/issue42
Change by Hasan :
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Hasan :
Removed file: https://bugs.python.org/file50018/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bug
Change by Hasan :
Added file: https://bugs.python.org/file50020/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list m
Change by Hasan :
Removed file: https://bugs.python.org/file50019/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue41491>
___
___
Python-bug
Change by Hasan :
Added file: https://bugs.python.org/file50019/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue41491>
___
___
Python-bugs-list m
Change by Hasan :
Removed file: https://bugs.python.org/file50017/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bug
Change by Hasan :
Added file: https://bugs.python.org/file50018/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list m
Change by Hasan :
Added file: https://bugs.python.org/file50017/test_plistlib_plutil.py
___
Python tracker
<https://bugs.python.org/issue42095>
___
___
Python-bugs-list m
Hasan added the comment:
Does this issue still open? I would like to write this tests.
--
nosy: +AliyevH
___
Python tracker
<https://bugs.python.org/issue42
Hasan Diwan added the comment:
Patch adds a bz2.BZ2File.name property corresponding to the filename passed in.
--
keywords: +patch
nosy: +Hasan Diwan
versions: +Python 3.10, Python 3.11, Python 3.8, Python 3.9 -Python 3.6
Added file: https://bugs.python.org/file49991/bz2.name.patch
Hasan added the comment:
Can you please provide more information about this behavior?
--
nosy: +AliyevH
___
Python tracker
<https://bugs.python.org/issue43
Change by Hasan :
--
keywords: +patch
pull_requests: +23436
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24651
___
Python tracker
<https://bugs.python.org/issu
New submission from Hasan :
Added socket getfqdn and gethostbyaddr functions with threadpoolexecutor to
asyncio library
--
messages: 387690
nosy: AliyevH
priority: normal
severity: normal
status: open
title: asyncio
type: enhancement
versions: Python 3.10
New submission from Hasan Diwan :
The attached patch allows for individual tests to be specified using a #.
Existing tests still pass:
== Tests result: SUCCESS ==
All 40 tests OK.
Total duration: 4 min 15 sec
Tests result: SUCCESS
--
components: Tests
files: python.pat
messages
Readul Hasan Chayan added the comment:
If no one has any problem I would like to work on this. This will be my first
contribution if it happens.
--
nosy: +Readul Hasan Chayan
___
Python tracker
<https://bugs.python.org/issue36
Mahmud Al Hasan added the comment:
Thanks to Steve Dower the problem is solved!
--
___
Python tracker
<https://bugs.python.org/issue19143>
___
___
Python-bug
Mahmud Al Hasan added the comment:
The problem still exists on python 3.4 and I need to use this version.
Any solution?
--
nosy: +rauaha
versions: -Python 2.7, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue19
New submission from Hasan Mahmood :
Using python 2.7.14.
Importing Dialogs
Got problem in importing tkinter. In doccumentation of tkinter, it is stated
the big letter T in Tkinter is used only used in python 3 but.
It is expected that it is possible to use tkinter with small letter T beccause
New submission from Hasan Diwan:
The webbrowser module uses getopt, which needs to be ripped out and replaced
with argparse. The attached file does just this.
--
components: Library (Lib)
files: webbrowser.py
messages: 244913
nosy: Hasan Diwan, georg.brandl
priority: normal
severity
New submission from Hasan :
hi,
i am use the socket module in python. But accept() method not working and its
not give me an error about this problem. for example i run the my scipt. When
it comes to accept() method line, python is locks.
i use the ubuntu os. and python 2.6.5
pls, help me
Hasan added the comment:
Closing it. My mistake. I was passing incorrect arguments. KQ_EV_ONESHOT
requires KQ_EV_ADD as well, and timer data goes into data.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Hasan added the comment:
Typo in the repro.
The statement:
new_e = f.control
should be:
new_e = kq.control
--
___
Python tracker
<http://bugs.python.org/issue7
New submission from Hasan :
kqueue timers are not working at all on Mac OSX 10.6.1 (probably not
working on other BSDs as well but haven't tested it).
Here's a simply repro:
from select import *
kq = kqueue()
e = kevent(1, flags=KQ_EV_ENABLE|KQ_EV_ONESHOT,
filter=KQ_FILTE
New submission from taskinoor hasan sajid <[EMAIL PROTECTED]>:
Check the robots.txt file from mathworld.
--> http://mathworld.wolfram.com/robots.txt
It contains 2 User-Agent: * lines.
>From http://www.robotstxt.org/norobots-rfc.txt
"These name tokens are used in Us
42 matches
Mail list logo