COMMITS
/ Modules/socketmodule.c February 13, 2009
B
Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from
Benjamin Peterson committed
February 6, 2009
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 16, 2009
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
June 13, 2008
A
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc committed
June 12, 2008
A
Slowly apply part of #2065: py3k can be compiled with VS8.0
Amaury Forgeot d'Arc committed
June 11, 2008
M
Add missing NULL return value.
Martin v. Löwis committed
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
March 18, 2008
C
Merged revisions 61520,61523-61528,61532 via svnmerge from
Christian Heimes committed
January 24, 2008
C
Merged revisions 60210-60233 via svnmerge from
Christian Heimes committed
January 20, 2008
C
Merged revisions 60094-60123 via svnmerge from
Christian Heimes committed
January 14, 2008
C
Merged revisions 59933-59951 via svnmerge from
Christian Heimes committed
January 11, 2008
C
Merged revisions 59883-59920 via svnmerge from
Christian Heimes committed
January 7, 2008
C
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
December 4, 2007
M
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 21, 2007
G
Convert the socket module to insist on bytes for input, and to return bytes
Guido van Rossum committed
November 20, 2007
C
The patch from weck does a better job than my original idea. Thanks!
Christian Heimes committed
November 16, 2007
G
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum committed
G
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum committed
November 15, 2007
C
Fix for VS 2008
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
September 9, 2007
G
merge this from trunk:
Gregory P. Smith committed
August 27, 2007
G
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum committed
August 22, 2007
K
Fix typo in comment
Kurt B. Kaiser committed
August 17, 2007
S
Remove support for BeOS
Skip Montanaro committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
August 15, 2007
G
Down with str8!
Guido van Rossum committed
August 9, 2007
G
Fix two bugs in socket_getaddr():
Guido van Rossum committed
August 3, 2007
G
Get rid of a bogus assert when recv_into() is called with a zero-length
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 5, 2007
W
Simplify os_init() implementations by using PyErr_Format()
Walter Dörwald committed
W
Remove unused variable.
Walter Dörwald committed
W
Simplify socket_repr() by using PyUnicode_FromFormat()
Walter Dörwald committed
May 21, 2007
G
Sockets facelift. APIs that could return binary data (e.g. aton() and
Guido van Rossum committed
May 18, 2007
G
Make test_socket pass. There was an unchecked error when a Unicode
Guido van Rossum committed
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 23, 2007
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
January 15, 2007
G
Merged revisions 53434 via svnmerge from
Guido van Rossum committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
January 9, 2007
T
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters committed