- 06 Eki, 2010 6 kayıt (commit)
 - 
- 
Georg Brandl yazdı
Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile.
 - 
Georg Brandl yazdı
 - 
Georg Brandl yazdı
 - 
Georg Brandl yazdı
 - 
Georg Brandl yazdı
 - 
Georg Brandl yazdı
 
 - 
 - 05 Eki, 2010 7 kayıt (commit)
 - 
- 
Amaury Forgeot d'Arc yazdı
 - 
Amaury Forgeot d'Arc yazdı
 - 
Senthil Kumaran yazdı
 - 
Senthil Kumaran yazdı
 - 
Antoine Pitrou yazdı
This should fix some buildbot failures.
 - 
Georg Brandl yazdı
 - 
Éric Araujo yazdı
 
 - 
 - 04 Eki, 2010 7 kayıt (commit)
 - 
- 
Éric Araujo yazdı
 - 
Éric Araujo yazdı
Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html
 - 
Antoine Pitrou yazdı
 - 
Giampaolo Rodolà yazdı
 - 
Martin v. Löwis yazdı
 - 
Lars Gustäbel yazdı
uname and gname field. If tarfile creates a new archive and adds a file with a uid/gid that doesn't have a corresponding name on the system (e.g. because the user/group account was deleted) it uses the empty string in the uname/gname field now instead of "root". Using "root" as the default was a bad idea because on extraction the uname/gname fields are supposed to override the uid/gid fields. So, all archive members with nameless uids/gids belonged to the root user after extraction.
 - 
Senthil Kumaran yazdı
 
 - 
 - 03 Eki, 2010 6 kayıt (commit)
 - 
- 
Gerhard Häring yazdı
 - 
Senthil Kumaran yazdı
Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k).
 - 
Senthil Kumaran yazdı
 - 
Tarek Ziadé yazdı
 - 
Tarek Ziadé yazdı
 - 
Benjamin Peterson yazdı
 
 - 
 - 02 Eki, 2010 12 kayıt (commit)
 - 
- 
Benjamin Peterson yazdı
 - 
R. David Murray yazdı
Also made the doc string for email._parseaddr's 'quote' function more accurate; I'd love to make the function match the old docstring instead, but other code uses it according the existing semantics.
 - 
R. David Murray yazdı
 - 
Victor Stinner yazdı
 - 
Victor Stinner yazdı
* test_aswidechar() => unicode_aswidechar() * test_aswidecharstring() => unicode_aswidecharstring()
 - 
Victor Stinner yazdı
 - 
Victor Stinner yazdı
 - 
Victor Stinner yazdı
UTF-16 surrogate pairs by single non-BMP characters for 16 bits Py_UNICODE and 32 bits wchar_t (eg. Linux in narrow build).
 - 
Victor Stinner yazdı
And write unit tests for PyUnicode_AsWideChar() and PyUnicode_AsWideCharString().
 - 
Senthil Kumaran yazdı
 - 
Senthil Kumaran yazdı
 - 
Benjamin Peterson yazdı
 
 - 
 - 01 Eki, 2010 2 kayıt (commit)
 - 
- 
Amaury Forgeot d'Arc yazdı
 - 
R. David Murray yazdı
 
 -