Message78924
| Author | ebfe |
|---|---|
| Recipients | ebfe, gps, gregory.p.smith, pitrou, vstinner |
| Date | 2009-01-03.02:19:24 |
| SpamBayes Score | 2.9085402e-05 |
| Marked as misclassified | No |
| Message-id | <1230949168.31.0.750114514563.issue4751@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is another patch, this time for the fallback-md5-module. I know that situations are rare where openssl is not present but threading is. However they might occur out there and the md5module needed some love anyway: - The MD5 class from the fallback module can now also use threads with 'small locks' - The behaviour regarding unicode data input is now consistent as to what the openssl-driven classes do. - Some code cleanup. I might act on the sha modules as way the next days. sha256.c still accepts 's#'... I might a |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-03 02:19:28 | ebfe | set | recipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps |
| 2009-01-03 02:19:28 | ebfe | set | messageid: <1230949168.31.0.750114514563.issue4751@psf.upfronthosting.co.za> |
| 2009-01-03 02:19:27 | ebfe | link | issue4751 messages |
| 2009-01-03 02:19:26 | ebfe | create | |