- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 09 Eyl, 2012 1 kayıt (commit)
-
-
Christian Heimes yazdı
Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692
-
- 14 Agu, 2012 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 23 Haz, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 07 Nis, 2012 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 31 Mar, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by sbt.
-
Kristján Valur Jónsson yazdı
VS2010 defineds the old errno constants in addition to the WSA* ones.
-
- 06 Mar, 2012 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 03 Şub, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Michael Goderbauer.
-
- 02 Ock, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Vilmos Nebehaj.
-
- 23 Ara, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 17 Ara, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
Farrell.
-
Victor Stinner yazdı
-
- 16 Ara, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
encoding and the surrogateescape error handler, rather than UTF-8. Patch by David Watson.
-
- 22 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) * Replce PyUnicode_FromUnicode(str, len) by PyUnicode_FromWideChar(str, len) * Replace Py_UNICODE by wchar_t * posix_putenv() uses PyUnicode_FromFormat() to create the string, instead of PyUnicode_FromUnicode() + _snwprintf()
-
- 17 Kas, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
old Unicode API.
-
- 10 Kas, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 25 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 12 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 09 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
- 07 Eki, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
but without AF_CAN definition.
-
- 06 Eki, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Fuchs, updated by Tiago Gonçalves.
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 28 Agu, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
the check against negative values, and add a note on this surprising test. Patch by David Watson.
-
Charles-François Natali yazdı
greater than FD_SETSIZE.
-
- 24 Agu, 2011 2 kayıt (commit)
-
-
Charles-François Natali yazdı
automatic storage class.
-
Charles-François Natali yazdı
by Joel Stanley.
-
- 23 Agu, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Remi Pointel.
-
- 22 Agu, 2011 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
-
- 14 Agu, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 26 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Dummy change to avoid a false positive with the Clang Static Analyzer.
-
- 23 May, 2011 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Ezio Melotti pointed out.
-
- 20 May, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
accept and return str instead of bytes arrays. Add some more tests.
-
- 15 May, 2011 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
module compiles again on OS X with its more annoying #include requirements.
-
Gregory P. Smith yazdı
methods to the socket module.
-
- 10 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
order to accept exactly one connection. Patch by Daniel Evers.
-
- 17 Mar, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
arguments has the wrong type. Patch by Nikita Vetoshkin.
-