[issue44140] WeakKeyDictionary should support lookup by id instead of hash

2021-08-26 Thread Alessio Bogon
Change by Alessio Bogon : -- nosy: +youtux ___ Python tracker <https://bugs.python.org/issue44140> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43468] functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking

2021-08-26 Thread Alessio Bogon
Change by Alessio Bogon : -- nosy: +youtux ___ Python tracker <https://bugs.python.org/issue43468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38780] SysLogHandler crash atexit

2020-12-04 Thread Alessio Bogon
Alessio Bogon added the comment: Is there any update on this issue? I'm experiencing the same problem on macos. -- ___ Python tracker <https://bugs.python.org/is

[issue38780] SysLogHandler crash atexit

2020-12-03 Thread Alessio Bogon
Change by Alessio Bogon : -- nosy: +youtux ___ Python tracker <https://bugs.python.org/issue38780> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23323] Issue with imaplib and append messages passing a tuple with flags

2015-01-26 Thread Alessio
New submission from Alessio: In example when appending a message with more than one flag in a tuple with imaplib: print flags ('\\Answered', '\\Seen') connection.append('INBOX', flags, date, msg) ---

[issue11024] imaplib: Time2Internaldate() returns localized strings

2015-01-23 Thread Alessio
Alessio added the comment: Is anybody working with this case? -- ___ Python tracker <http://bugs.python.org/issue11024> ___ ___ Python-bugs-list mailing list Unsub

[issue11024] imaplib: Time2Internaldate() returns localized strings

2015-01-22 Thread Alessio
Alessio added the comment: Not working patch, if I use this method on append I've all messages with 1970 year -- nosy: +Pilessio ___ Python tracker <http://bugs.python.org/is

[issue23179] New function proposal: string.from_iterable(iterable [, map_function])

2015-01-06 Thread Alessio Bogon
New submission from Alessio Bogon: I would like to suggest a new string function/constructor: string.from_iterable(iterable [,map_function]) I think that the behaviour is intuitive: given an iterable, it construct a string using its element by apply a `map_function`, if provided, to each one

[issue1353344] python.desktop

2009-04-15 Thread Alessio G. B.
Alessio G. B. added the comment: I have added the Italian translation. -- nosy: +agb Added file: http://bugs.python.org/file13689/python.desktop ___ Python tracker <http://bugs.python.org/issue1353