- 21 Mar, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Vinay Sajip yazdı
Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes.
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Charles-François Natali yazdı
proper CAN headers.
-
- 14 Ock, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
Now makes CPython build without warnings on OS X under Clang with -Wno-unused-value -Wno-empty-body -Qunused-arguments -Wno-deprecated-declarations. Thanks to David Watson for taking an initial stab at a solution.
-
- 21 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 04 Ara, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Ara, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
can now avoid a second syscall if the ioctl() function can be used, or if the non-blocking flag of the socket is unchanged.
-
- 27 Kas, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Claudiu Popa.
-
- 15 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
on other OSes!
-
- 10 Kas, 2013 1 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 13 Eyl, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
numeric IP addresses.
-
- 31 Agu, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
already appears without #ifdef a couple lines above).
-
- 27 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 25 Tem, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
CID 982369
-
- 24 Haz, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
of socket.socket objects now truncate the input buffer to INT_MAX bytes on Windows to avoid an integer overflow. (sendall() still send the whole buffer.)
-
- 19 Haz, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 10 Haz, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
AI_NUMERICSERV isn't defined on OSX 10.4.
-
- 04 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
multiprocessing.h: remove unused MIN and MAX macros
-
- 03 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
- 24 May, 2013 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 21 May, 2013 3 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
namespace as string.
-
- 20 May, 2013 1 kayıt (commit)
-
-
Charles-Francois Natali yazdı
when applicable.
-
- 16 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 19 Mar, 2013 3 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
when it needs support from timemodule (which is a .so on linux): link in timemodule.c for the required functions.
-
Kristján Valur Jónsson yazdı
time function on non-windows isn't quite simple.
-
Kristján Valur Jónsson yazdı
(WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 09 Şub, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c (doesn't include Python.h, and probably obsolete), _sre.c (legitimate use for the re.LOCALE flag).
-
- 05 Şub, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Thorne.
-
- 19 Ock, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks.
-