484 Commits (a534fc4b3bd4b731be9304be626bc161f53d7bfb)

Author SHA1 Message Date
Andrew M. Kuchling 060e6855a8 Patch #1019808 from Federico Schwindt: Return correct socket error when 18 years ago
Christian Heimes d32ed6f511 Merged revisions 59933-59951 via svnmerge from 18 years ago
Thomas Heller 5f0b7ae481 Make Modules/socketobject.c compile for Windows again. 18 years ago
Christian Heimes 25bb783c03 Merged revisions 59883-59920 via svnmerge from 18 years ago
Christian Heimes 0f973934f4 Removed unused variable 18 years ago
Georg Brandl ff15c866a6 Guard definition of TIPC_SUB_CANCEL with an #ifdef. 18 years ago
Raymond Hettinger a7d984e838 Comment-out missing constant (from rev 59819) 18 years ago
Christian Heimes 043d6f67c7 Copied doc for reload() from trunk's function.rst to imp.rst 18 years ago
Christian Heimes fb2d25a154 Issue #1646: Make socket support TIPC. The socket module now has support 18 years ago
Christian Heimes faf2f63faf Merged revisions 59703-59773 via svnmerge from 18 years ago
Christian Heimes 04ae916fa2 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Christian Heimes 99170a5dbf Merged revisions 59541-59561 via svnmerge from 18 years ago
Guido van Rossum 3c887b2802 Issue #1645 by Alberto Bertogli. Fix a comment. 18 years ago
Martin v. Löwis d1a1d1ed80 Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Christian Heimes e8954f8ce7 Backport of the PCbuild9 directory from the py3k branch. 18 years ago
Guido van Rossum 8a392d7387 Convert the socket module to insist on bytes for input, and to return bytes 18 years ago
Christian Heimes 96e7b3db65 The patch from weck does a better job than my original idea. Thanks! 18 years ago
Guido van Rossum 39eb8fa0db This is roughly socket2.diff from issue 1378, with a few changes applied 18 years ago
Guido van Rossum 3d392eb327 Merged revisions 58947-59004 via svnmerge from 18 years ago
Guido van Rossum 5397fd1a51 A patch from issue 1378 by roudkerk: 18 years ago
Christian Heimes b61506989e Fix for VS 2008 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Sean Reifscheider 54cf12b625 Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 19 years ago
Gregory P. Smith c111d9fbbd merge this from trunk: 19 years ago
Gregory P. Smith e9fef694b4 Change socket.error to inherit from IOError rather than being a stand 19 years ago
Guido van Rossum e22905a06c More changes needed to make things work once bytes and str are truly divorced. 19 years ago
Kurt B. Kaiser e405037abc Fix typo in comment 19 years ago
Skip Montanaro eb33e5ae79 Remove support for BeOS 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Guido van Rossum 32c4ac0143 Down with str8! 19 years ago
Guido van Rossum 9ce8e38099 Fix two bugs in socket_getaddr(): 19 years ago
Guido van Rossum c2de7c03a0 Get rid of a bogus assert when recv_into() is called with a zero-length 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Hye-Shik Chang 82958f0d3b Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different 19 years ago
Walter Dörwald 0bbd8abe6b Simplify os_init() implementations by using PyErr_Format() 19 years ago
Walter Dörwald 9cb0802cb5 Remove unused variable. 19 years ago
Walter Dörwald a7eb93ec43 Simplify socket_repr() by using PyUnicode_FromFormat() 19 years ago
Guido van Rossum 7d0a8264ff Sockets facelift. APIs that could return binary data (e.g. aton() and 19 years ago
Guido van Rossum b5b2270afb Make test_socket pass. There was an unchecked error when a Unicode 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Neal Norwitz 65407fb734 Backport 54594: 19 years ago
Neal Norwitz ea3307bf3f Fix method names. Will backport. 19 years ago
Facundo Batista 1fe9f968a2 Bug 1688393. Adds a control of negative values in 19 years ago
Thomas Wouters cf297e46b8 Merged revisions 53623-53858 via svnmerge from 19 years ago