- 21 Şub, 2011 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88456 | martin.v.loewis | 2011-02-21 17:24:00 +0100 (Mo, 21 Feb 2011) | 2 lines - Check for NULL result in PyType_FromSpec. ........
-
- 20 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 19 Şub, 2011 6 kayıt (commit)
-
-
Georg Brandl yazdı
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Şub, 2011 2 kayıt (commit)
-
-
Brett Cannon yazdı
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC.
-
Raymond Hettinger yazdı
-
- 17 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 15 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
- 13 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 12 Şub, 2011 1 kayıt (commit)
-
-
R. David Murray yazdı
-
- 11 Şub, 2011 10 kayıt (commit)
-
-
R. David Murray yazdı
-
R. David Murray yazdı
-
Martin v. Löwis yazdı
Reviewed by Georg Brandl.
-
Martin v. Löwis yazdı
Reviewed by Georg Brandl.
-
Martin v. Löwis yazdı
-
Giampaolo Rodolà yazdı
reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html
-
Giampaolo Rodolà yazdı
In different occasions close() might be called more than once, causing problems with already disconnected sockets/dispatchers.
-
Senthil Kumaran yazdı
Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 10 Şub, 2011 2 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Raymond Hettinger yazdı
-