- 09 Eyl, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls.
-
- 21 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-
- 05 Haz, 2007 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
from Linux's. Just fix the build for now but the code doesn't support the complete capability of HCI on FreeBSD yet.
-
- 31 Mar, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 28 Mar, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
socket.recvfrom, which caused an ugly crash.
-
- 14 Şub, 2007 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 13 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport.
-
- 14 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
return negative numbers, per the underlying C implementation.
-
- 19 Ara, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 03 Ara, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
the sock_addr_t storage out of the socket object. Will backport to 2.5.
-
- 14 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
a socket operation on a socket with a timeout, the exception will be caught correctly. Previously, the exception was not caught.
-
- 28 Tem, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Matt Fleming yazdı
differs from both Linux and FreeBSD. Accepted by Neal Norwitz.
-
- 11 Tem, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available.
-
- 10 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 10 Haz, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
-
- 08 Haz, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 06 Haz, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 04 Haz, 2006 1 kayıt (commit)
-
-
Martin Blais yazdı
- Following Guido's comments, renamed * pack_to -> pack_into * recv_buf -> recv_into * recvfrom_buf -> recvfrom_into - Made fixes to _struct.c according to Neal Norwitz comments on the checkins list. - Converted some ints into the appropriate -- I hope -- ssize_t and size_t.
-
- 30 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 29 May, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
Use Py_UnpackTuple instead of PyArg_ParseTuple where possible.
-
Georg Brandl yazdı
Fix refleak in exceptions.
-
- 26 May, 2006 1 kayıt (commit)
-
-
Martin Blais yazdı
* Added socket.recv_buf() and socket.recvfrom_buf() methods, that use the buffer protocol (send and sendto already did). * Added struct.pack_to(), that is the corresponding buffer compatible method to unpack_from(). * Fixed minor typos in arraymodule.
-
- 25 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
AF_PACKET cases in getsockaddrarg were missing their own checks for tuple-ness of the address argument, which means a confusing SystemError was raised by PyArg_ParseTuple instead.
-
- 23 Nis, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
This patch causes several symbols in the socket and posix module to be weakly linked on OSX and disables usage of ftime on OSX. These changes make it possible to use a binary build on OSX 10.4 on a 10.3 system.
-
- 19 Nis, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
abstract namespace that is now fully supported.
-
- 15 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
is a macro.
-
- 12 Nis, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
-
- 06 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Nis, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
file descriptor.
-
- 17 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
now exposed via new get...() methods.
-
- 27 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 Şub, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
systems; define these conditionally.
-
- 20 Şub, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
INET_ADDRSTRLEN is not defined.
-
- 11 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Proposed by Tim Peters.
-
- 07 Şub, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
is larger than FD_SETSIZE. This can only be acheived with ulimit -n SOME_NUMBER_BIGGER_THAN_FD_SETSIZE which is typically only available to root. Since this wouldn't normally be run in a test (ie, run as root), it doesn't seem too worthwhile to add a normal test. The bug report has one version of a test. I've written another. Not sure what the best thing to do is. Do the check before calling internal_select() because we can't set an error in between Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS. This seemed the clearest solution, ie handle before calling internal_select() rather than inside. Plus there is at least one place outside of internal_select() that needed to be handled. Will backport.
-
- 19 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Probably should be backported.
-
- 16 Ock, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-