0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Include
Guido van Rossum 39eb8fa0db This is roughly socket2.diff from issue 1378, with a few changes applied
to ssl.py (no need to test whether we can dup any more).
Regular sockets no longer have a _base, but we still have explicit
reference counting of socket objects for the benefit of makefile();
using duplicate sockets won't work for SSLSocket.
2007-11-16 01:24:05 +00:00
..
abstract.h Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
cobject.h
code.h
codecs.h
compile.h
complexobject.h
cStringIO.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h Patch 1352 (continued in issue 1329) by Christian Heimes. 2007-10-30 18:34:07 +00:00
floatobject.h
formatter_unicode.h
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h This is roughly socket2.diff from issue 1378, with a few changes applied 2007-11-16 01:24:05 +00:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Replace PyObject_Unicode with PyObject_Str everywhere, and remove the 2007-11-15 20:48:54 +00:00
objimpl.h
opcode.h Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
osdefs.h
parsetok.h
patchlevel.h
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
pyerrors.h Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymactoolbox.h
pymem.h
pyport.h
pystate.h
pystrtod.h
Python-ast.h
Python.h
pythonrun.h
pythread.h
rangeobject.h
setobject.h
sliceobject.h
stringobject.h Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
structmember.h
structseq.h
symtable.h
sysmodule.h
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. 2007-11-04 11:43:14 +00:00
weakrefobject.h