summaryrefslogtreecommitdiff
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-311-1/+1
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-2/+8
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-3/+27
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+5
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-14/+49
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-2/+2
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-121-0/+4
* Add missing NULL return value.Martin v. Löwis2008-06-111-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-14/+25
* Renamed PyString to PyBytesChristian Heimes2008-05-261-22/+22
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-181-6/+1
* Merged revisions 60210-60233 via svnmerge fromChristian Heimes2008-01-241-2/+2
* Merged revisions 60094-60123 via svnmerge fromChristian Heimes2008-01-201-9/+16
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-4/+7
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-1/+4
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-071-1/+153
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-1/+42
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-8/+8
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-6/+6
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-2/+5
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-13/+13
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-30/+25
* The patch from weck does a better job than my original idea. Thanks!Christian Heimes2007-11-201-4/+2
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-61/+71
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-161-81/+5
* Fix for VS 2008Christian Heimes2007-11-151-0/+6
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-171-1/+1
* merge this from trunk:Gregory P. Smith2007-09-091-1/+2
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-1/+1
* Fix typo in commentKurt B. Kaiser2007-08-221-2/+2
* Remove support for BeOSSkip Montanaro2007-08-171-31/+2
* Remove RISCOS supportSkip Montanaro2007-08-161-89/+0
* Down with str8!Guido van Rossum2007-08-151-18/+19
* Fix two bugs in socket_getaddr():Guido van Rossum2007-08-091-4/+3
* Get rid of a bogus assert when recv_into() is called with a zero-lengthGuido van Rossum2007-08-031-1/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-10/+9
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+5
* Simplify os_init() implementations by using PyErr_Format()Walter Dörwald2007-06-051-8/+2
* Remove unused variable.Walter Dörwald2007-06-051-1/+0
* Simplify socket_repr() by using PyUnicode_FromFormat()Walter Dörwald2007-06-051-3/+1
* Sockets facelift. APIs that could return binary data (e.g. aton() andGuido van Rossum2007-05-211-156/+52
* Make test_socket pass. There was an unchecked error when a UnicodeGuido van Rossum2007-05-181-1/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-5/+12
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+35
* Merged revisions 53434 via svnmerge fromGuido van Rossum2007-01-151-4/+14
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-13/+3