This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-29 08:14:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Doc
/
c-api
History
Georg Brandl
5081f7e976
#5566
: remove duplicate entry.
2009-03-31 15:49:02 +00:00
..
abstract.rst
…
allocation.rst
…
arg.rst
…
bool.rst
…
buffer.rst
#5486
: typos.
2009-03-13 19:04:40 +00:00
bytearray.rst
…
bytes.rst
…
cell.rst
…
cobject.rst
…
complex.rst
…
concrete.rst
…
conversion.rst
…
datetime.rst
…
descriptor.rst
…
dict.rst
PyString_FromString -> PyUnicode_FromString
2009-03-23 21:52:09 +00:00
exceptions.rst
Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions.
2009-03-31 04:16:10 +00:00
file.rst
…
float.rst
…
function.rst
…
gcsupport.rst
…
gen.rst
…
import.rst
…
index.rst
…
init.rst
#5486
: typos.
2009-03-13 19:04:40 +00:00
intro.rst
…
iter.rst
…
iterator.rst
…
list.rst
…
long.rst
#5566
: remove duplicate entry.
2009-03-31 15:49:02 +00:00
mapping.rst
…
marshal.rst
…
memory.rst
…
method.rst
…
module.rst
…
none.rst
…
number.rst
…
objbuffer.rst
…
object.rst
…
objimpl.rst
…
refcounting.rst
…
reflection.rst
…
sequence.rst
…
set.rst
…
slice.rst
…
structures.rst
…
sys.rst
…
tuple.rst
…
type.rst
…
typeobj.rst
Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from
2009-03-21 17:31:58 +00:00
unicode.rst
…
utilities.rst
…
veryhigh.rst
…
weakref.rst
…