.. |
stringlib
|
Fixed formatting with thousands separator and padding. Resolves issue 3140.
|
2008-06-24 11:11:59 +00:00 |
abstract.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
boolobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
bufferobject.c
|
Merge in release25-maint r60793:
|
2008-06-11 07:41:16 +00:00 |
bytearrayobject.c
|
Docstring typo
|
2008-06-21 13:29:12 +00:00 |
bytes_methods.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
cellobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
classobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
cobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
codeobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
complexobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
descrobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
dictnotes.txt
|
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
|
2007-02-15 09:51:35 +00:00 |
dictobject.c
|
Corrected inconsistencies in sizeof tests and addressed issue pointed
|
2008-06-26 15:20:35 +00:00 |
enumobject.c
|
Don't allow keyword arguments to reversed().
|
2008-05-16 13:24:29 +00:00 |
exceptions.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
fileobject.c
|
More reverting of r63675 per the mailing list discussions. This restores
|
2008-06-10 17:42:36 +00:00 |
floatobject.c
|
Revert 64424, 64438, and 64439.
|
2008-06-24 22:46:07 +00:00 |
frameobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
funcobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
genobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
intobject.c
|
Revert 64424, 64438, and 64439.
|
2008-06-24 22:46:07 +00:00 |
iterobject.c
|
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
|
2007-07-21 06:55:02 +00:00 |
listobject.c
|
Merge in release25-maint r60793:
|
2008-06-11 07:41:16 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
Revert 64424, 64438, and 64439.
|
2008-06-24 22:46:07 +00:00 |
methodobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
moduleobject.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
object.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
obmalloc.c
|
Merge in release25-maint r60793:
|
2008-06-11 07:41:16 +00:00 |
rangeobject.c
|
Added better pickling support to xrange objects.
|
2008-06-10 04:01:23 +00:00 |
setobject.c
|
Multi-arg form for set.difference() and set.difference_update().
|
2008-06-11 10:30:54 +00:00 |
sliceobject.c
|
Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
|
2008-06-20 14:53:43 +00:00 |
stringobject.c
|
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
|
2008-06-10 21:23:22 +00:00 |
structseq.c
|
This reverts r63675 based on the discussion in this thread:
|
2008-06-09 04:58:54 +00:00 |
tupleobject.c
|
Fixed: sys.getsizeof does not take the actual length of the tuples into account.
|
2008-06-13 13:29:37 +00:00 |
typeobject.c
|
Revert 64424, 64438, and 64439.
|
2008-06-24 22:46:07 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Issue 3048: Fixed sys.getsizeof for unicode objects.
|
2008-06-10 10:10:31 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Issue 3110: Crash with weakref subclass,
|
2008-06-16 19:12:42 +00:00 |