cpython/Objects
Jeremy Hylton 3ce45389bd Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
And remove all the extern decls in the middle of .c files.
Apparently, it was excluded from the header file because it is
intended for internal use by the interpreter.  It's still intended for
internal use and documented as such in the header file.
2001-07-30 22:34:24 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
abstract.c Cruft cleanup: Removed the unused last_is_sticky argument from the internal 2001-05-28 22:30:08 +00:00
bufferobject.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
cellobject.c Variety of small INC/DECREF patches that fix reported memory leaks 2001-03-13 01:58:22 +00:00
classobject.c init_name_op(): add (void) to the argument list to make it a valid 2001-05-22 02:33:08 +00:00
cobject.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
complexobject.c SF bug [ #409448 ] Complex division is braindead 2001-03-18 08:21:57 +00:00
dictobject.c dict_update(): Generalize this method so {}.update() accepts any 2001-06-26 20:08:32 +00:00
fileobject.c Kill more warnings from the SGI compiler. 2001-07-19 21:49:38 +00:00
floatobject.c SF bug #444510: int() should guarantee truncation. 2001-07-26 20:02:17 +00:00
frameobject.c GC for frame objects. 2001-07-12 13:27:11 +00:00
funcobject.c Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not 2001-05-03 16:04:13 +00:00
intobject.c Kill more warnings from the SGI compiler. 2001-07-19 21:49:38 +00:00
iterobject.c GC for iterator objects. 2001-07-12 13:27:25 +00:00
listobject.c SF bug #439104: Tuple richcompares has code-typo. 2001-07-06 17:45:43 +00:00
longobject.c Python.h: Don't attempt to redefine NDEBUG if it's already defined. 2001-07-15 18:38:47 +00:00
methodobject.c GC for method objects. 2001-07-12 13:27:35 +00:00
moduleobject.c Repair "module has no attribute xxx" error msg; bug introduced when 2001-05-12 20:24:22 +00:00
object.c Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. 2001-07-30 22:34:24 +00:00
obmalloc.c Identifiers matching _[A-Z_]\w* are reserved for C implementations. 2001-03-11 18:36:13 +00:00
rangeobject.c Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed 2001-07-09 12:30:54 +00:00
sliceobject.c SF patch #408326 by Robin Thomas: slice objects comparable, not 2001-03-20 12:41:34 +00:00
stringobject.c Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. 2001-07-30 22:34:24 +00:00
tupleobject.c SF bug 433228: repr(list) woes when len(list) big. 2001-06-16 05:11:17 +00:00
typeobject.c Added a missing cast to the hashfunc initializer. 2001-06-10 21:43:28 +00:00
unicodectype.c removed "register const" from scalar arguments to the unicode 2001-06-27 22:08:26 +00:00
unicodeobject.c Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. 2001-07-30 22:34:24 +00:00
unicodetype_db.h forgot to check in the new makeunicodedata.py script 2001-01-21 17:01:31 +00:00
xxobject.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00