[issue8998] add crypto routines to stdlib

2010-09-18 Thread Damjan Georgievski
Changes by Damjan Georgievski : -- nosy: -gdamjan ___ Python tracker <http://bugs.python.org/issue8998> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8998] add crypto routines to stdlib

2010-06-15 Thread Damjan Georgievski
Damjan Georgievski added the comment: AFAIK, what the stdlib needs is a high-level crypto module, analogous to hashlib -- nosy: +gdamjan ___ Python tracker <http://bugs.python.org/issue8

[issue1368247] unicode in email.MIMEText and email/Charset.py

2008-12-02 Thread Damjan Georgievski
Damjan Georgievski <[EMAIL PROTECTED]> added the comment: The patch by maxua works fine with 2.6 too and solves the problem. I'd suggest it be applied to the 2.6 branch, even if email is rewriten for 2.7/3.x. ___ Python tracker <[EMAIL PRO

[issue1427] Error in standard module calendar

2007-11-11 Thread Damjan Georgievski
New submission from Damjan Georgievski: This is LocaleTextCalendar.__init__ def __init__(self, firstweekday=0, locale=None): TextCalendar.__init__(self, firstweekday) if locale is None: locale = locale.getdefaultlocale() self.locale = locale Which can