- 11 Şub, 2011 8 kayıt (commit)
-
-
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 4 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Şub, 2011 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Terry Reedy yazdı
-
Raymond Hettinger yazdı
-
- 07 Şub, 2011 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by SilentGhost.
-
Ned Deily yazdı
OS X installers now includes a link to the installed documentation plus another in the framework share/doc directory.
-
Ned Deily yazdı
OS X installers no longer includes an Extras directory. The Tools directory is now installed in the framework under share/doc.
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl)
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
[commit during RC with Brett's approval]
-
Raymond Hettinger yazdı
-
- 06 Şub, 2011 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 05 Şub, 2011 8 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
The absolute_import statement got moved to a new Python 2.5 and Newer section as it was available since then. The division statement got moved to Common Gotchas since it has been around for so long that any modern Python program can use it.
-
Gregory P. Smith yazdı
happens when the end exits before the beginning.
-
Martin v. Löwis yazdı
in the limited ABI
-
Martin v. Löwis yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-