index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc
2008-06-13
1
-2/+2
*
Slowly apply part of #2065: py3k can be compiled with VS8.0
Amaury Forgeot d'Arc
2008-06-12
1
-0/+4
*
Add missing NULL return value.
Martin v. Löwis
2008-06-11
1
-1/+1
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-14/+25
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-22/+22
*
Merged revisions 61520,61523-61528,61532 via svnmerge from
Christian Heimes
2008-03-18
1
-6/+1
*
Merged revisions 60210-60233 via svnmerge from
Christian Heimes
2008-01-24
1
-2/+2
*
Merged revisions 60094-60123 via svnmerge from
Christian Heimes
2008-01-20
1
-9/+16
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
1
-4/+7
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
1
-1/+4
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
1
-1/+153
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
1
-1/+42
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-8/+8
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-6/+6
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
1
-2/+5
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-13/+13
*
Convert the socket module to insist on bytes for input, and to return bytes
Guido van Rossum
2007-11-21
1
-30/+25
*
The patch from weck does a better job than my original idea. Thanks!
Christian Heimes
2007-11-20
1
-4/+2
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-61/+71
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
1
-81/+5
*
Fix for VS 2008
Christian Heimes
2007-11-15
1
-0/+6
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-2/+2
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
1
-1/+1
*
merge this from trunk:
Gregory P. Smith
2007-09-09
1
-1/+2
*
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum
2007-08-27
1
-1/+1
*
Fix typo in comment
Kurt B. Kaiser
2007-08-22
1
-2/+2
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-31/+2
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-89/+0
*
Down with str8!
Guido van Rossum
2007-08-15
1
-18/+19
*
Fix two bugs in socket_getaddr():
Guido van Rossum
2007-08-09
1
-4/+3
*
Get rid of a bogus assert when recv_into() is called with a zero-length
Guido van Rossum
2007-08-03
1
-1/+4
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-10/+9
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2/+5
*
Simplify os_init() implementations by using PyErr_Format()
Walter Dörwald
2007-06-05
1
-8/+2
*
Remove unused variable.
Walter Dörwald
2007-06-05
1
-1/+0
*
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald
2007-06-05
1
-3/+1
*
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum
2007-05-21
1
-156/+52
*
Make test_socket pass. There was an unchecked error when a Unicode
Guido van Rossum
2007-05-18
1
-1/+2
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-5/+12
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+35
*
Merged revisions 53434 via svnmerge from
Guido van Rossum
2007-01-15
1
-4/+14
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-13/+3
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-52/+45
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-11/+14
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-86/+138
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-36/+38
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-8/+6
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-138/+366
[next]