cpython/Doc/c-api
Christian Heimes 15ebc88d87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60553 | neal.norwitz | 2008-02-03 17:53:09 +0100 (Sun, 03 Feb 2008) | 1 line

  Ignore leaky warnings from test_asynchat
........
  r60555 | christian.heimes | 2008-02-03 20:51:13 +0100 (Sun, 03 Feb 2008) | 1 line

  Another int -> pid_t case
........
  r60560 | amaury.forgeotdarc | 2008-02-03 23:51:43 +0100 (Sun, 03 Feb 2008) | 6 lines

  Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does.

  Add PyFrozenSet_Check(), which was not needed before; The list of Py*Set_Check* macros seems to be complete now.

  Add missing NEWS entries about all this.
........
  r60563 | amaury.forgeotdarc | 2008-02-04 00:14:32 +0100 (Mon, 04 Feb 2008) | 2 lines

  Nasty typo in setobject.h
........
  r60564 | amaury.forgeotdarc | 2008-02-04 00:15:32 +0100 (Mon, 04 Feb 2008) | 3 lines

  Correct test_mailbox on win32: since the test sets a custom 'colon' attribute
  to the main mailbox, copy it to secondary mailbox instances.
........
  r60565 | amaury.forgeotdarc | 2008-02-04 00:57:24 +0100 (Mon, 04 Feb 2008) | 2 lines

  Let test_socketserver pass on win32, which does not have AF_UNIX sockets.
........
  r60566 | jeffrey.yasskin | 2008-02-04 02:04:35 +0100 (Mon, 04 Feb 2008) | 2 lines

  Make int() and long() fall back to __trunc__(). See issue 2002.
........
  r60567 | christian.heimes | 2008-02-04 19:00:12 +0100 (Mon, 04 Feb 2008) | 3 lines

  Patch #1953
  I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers.
  The patch also renames sys._cleartypecache to sys._clear_type_cache
........
2008-02-04 18:48:49 +00:00
..
abstract.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
allocation.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
arg.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
bool.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
buffer.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
cell.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
cobject.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
complex.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
concrete.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
conversion.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
datetime.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
descriptor.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
dict.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
exceptions.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
file.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
float.rst Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from 2008-02-04 18:48:49 +00:00
function.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
gcsupport.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
gen.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
import.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
index.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
init.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
intro.rst Merged revisions 59605-59624 via svnmerge from 2007-12-31 16:14:33 +00:00
iter.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
iterator.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
list.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
long.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
mapping.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
marshal.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
memory.rst Move the 3k reST doc tree in place. 2007-08-15 14:28:22 +00:00
method.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
module.rst Merged revisions 60284-60349 via svnmerge from 2008-01-27 15:18:18 +00:00
none.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
number.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
objbuffer.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
object.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
objimpl.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
refcounting.rst Merged revisions 59333-59370 via svnmerge from 2007-12-05 20:18:38 +00:00
reflection.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
sequence.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
set.rst Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from 2008-02-04 18:48:49 +00:00
slice.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
string.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
structures.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
sys.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
tuple.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
type.rst Merged revisions 60364-60378 via svnmerge from 2008-01-27 23:50:43 +00:00
typeobj.rst Merged revisions 60143-60149 via svnmerge from 2008-01-21 11:20:28 +00:00
unicode.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
utilities.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
veryhigh.rst Merged revisions 59259-59274 via svnmerge from 2007-12-02 15:22:16 +00:00
weakref.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00