.. |
abstract.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
allocation.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
arg.rst
|
#4811: fix markup glitches (mostly remains of the conversion),
|
2009-01-02 20:25:14 +00:00 |
bool.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
buffer.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
bytearray.rst
|
fix grammar
|
2008-05-30 20:44:39 +00:00 |
cell.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
class.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
cobject.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
complex.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
concrete.rst
|
add PyByteArray docs
|
2008-05-26 15:54:26 +00:00 |
conversion.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
datetime.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
descriptor.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
dict.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
exceptions.rst
|
#4763 PyErr_ExceptionMatches won't blow up with NULL arguments
|
2008-12-28 21:16:07 +00:00 |
file.rst
|
Fix uses of the default role.
|
2009-01-03 20:47:01 +00:00 |
float.rst
|
- Issue #2862: Make int and float freelist management consistent with other
|
2008-07-06 03:35:58 +00:00 |
function.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
gcsupport.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
gen.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
import.rst
|
#2160: document PyImport_GetImporter.
|
2008-03-21 20:55:20 +00:00 |
index.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
init.rst
|
Fix call signature and markup.
|
2009-01-13 08:11:07 +00:00 |
int.rst
|
- Issue #2862: Make int and float freelist management consistent with other
|
2008-07-06 03:35:58 +00:00 |
intro.rst
|
#1533486: fix types in refcount intro.
|
2008-03-08 10:05:24 +00:00 |
iter.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
iterator.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
list.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
long.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
mapping.rst
|
Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.
|
2008-03-28 12:22:12 +00:00 |
marshal.rst
|
Mention version in which the new marshal version was introduced.
|
2008-05-12 17:48:56 +00:00 |
memory.rst
|
Issue #2620: Overflow checking when allocating or reallocating memory
|
2008-07-22 04:46:32 +00:00 |
method.rst
|
Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation.
|
2008-02-14 12:47:33 +00:00 |
module.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
none.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
number.rst
|
Markup fix
|
2008-09-30 13:00:34 +00:00 |
objbuffer.rst
|
A lot more typo fixes by Ori Avtalion.
|
2008-02-22 12:31:45 +00:00 |
object.rst
|
Markup fix
|
2008-09-30 13:00:34 +00:00 |
objimpl.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
refcounting.rst
|
Fix markup.
|
2007-12-05 19:49:21 +00:00 |
reflection.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
sequence.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
set.rst
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
slice.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |
string.rst
|
fix a minor typo
|
2008-05-26 14:29:09 +00:00 |
structures.rst
|
Grammar fix.
|
2009-01-03 21:52:16 +00:00 |
sys.rst
|
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
|
2009-01-03 17:19:26 +00:00 |
tuple.rst
|
Fix function name.
|
2008-02-17 15:14:10 +00:00 |
type.rst
|
#2989: add PyType_Modified().
|
2008-05-28 11:21:39 +00:00 |
typeobj.rst
|
tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
|
2009-01-10 17:36:44 +00:00 |
unicode.rst
|
Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation.
|
2008-02-14 12:47:33 +00:00 |
utilities.rst
|
Missed one big file to split up.
|
2008-01-19 22:14:27 +00:00 |
veryhigh.rst
|
Document PyEval_* functions from ceval.c.
|
2007-12-01 22:24:47 +00:00 |
weakref.rst
|
Split the monstrous C API manual files in smaller parts.
|
2008-01-19 22:08:21 +00:00 |