.. |
stringlib
|
Added format tests.
|
2007-08-30 22:23:08 +00:00 |
abstract.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:19:43 +00:00 |
boolobject.c
|
|
|
bufferobject.c
|
PEP 7 clean ups, no change in behavior.
|
2007-08-29 16:21:59 +00:00 |
bytesobject.c
|
Try to fix the problem on the Windows buildbot where this code:
|
2007-08-30 05:44:54 +00:00 |
cellobject.c
|
|
|
classobject.c
|
|
|
cobject.c
|
|
|
codeobject.c
|
Ensure that code object names (co_name) are unicode.
|
2007-08-24 23:12:06 +00:00 |
complexobject.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:51:10 +00:00 |
descrobject.c
|
Use unicode
|
2007-08-25 07:41:59 +00:00 |
dictnotes.txt
|
|
|
dictobject.c
|
Keir Mierle's set operations for dict views (keys/items only of course).
|
2007-08-24 23:41:22 +00:00 |
enumobject.c
|
|
|
exceptions.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:51:10 +00:00 |
fileobject.c
|
|
|
floatobject.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:19:43 +00:00 |
frameobject.c
|
|
|
funcobject.c
|
Use unicode and stop supporting str8
|
2007-08-26 03:56:04 +00:00 |
genobject.c
|
|
|
iterobject.c
|
|
|
listobject.c
|
Merge the trunk changes in. Breaks socket.ssl for now.
|
2007-08-28 21:37:11 +00:00 |
listsort.txt
|
|
|
longobject.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:51:10 +00:00 |
memoryobject.c
|
|
|
methodobject.c
|
CFunctions' doc strings should be Unicode.
|
2007-08-23 23:35:15 +00:00 |
moduleobject.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:51:10 +00:00 |
object.c
|
Use unicode and remove support for some uses of str8.
|
2007-08-26 04:19:43 +00:00 |
obmalloc.c
|
|
|
rangeobject.c
|
|
|
setobject.c
|
Patch by Keir Mierle so that sets can be compared to other objects that know
|
2007-08-23 23:57:24 +00:00 |
sliceobject.c
|
Fix buglet in sliceobjects, they were not returning Py_NotImplemented when
|
2007-08-28 23:07:26 +00:00 |
stringobject.c
|
Merge the trunk changes in. Breaks socket.ssl for now.
|
2007-08-28 21:37:11 +00:00 |
structseq.c
|
Merge the trunk changes in. Breaks socket.ssl for now.
|
2007-08-28 21:37:11 +00:00 |
tupleobject.c
|
Merge the trunk changes in. Breaks socket.ssl for now.
|
2007-08-28 21:37:11 +00:00 |
typeobject.c
|
Fix #1753395.
|
2007-08-30 18:29:48 +00:00 |
unicodectype.c
|
|
|
unicodeobject.c
|
Set startinpos before calling the error handler.
|
2007-08-30 15:35:26 +00:00 |
unicodetype_db.h
|
|
|
weakrefobject.c
|
Support unicode names
|
2007-08-25 08:13:40 +00:00 |