.. |
stringlib
|
Issue #18137: Detect integer overflow on precision in float.__format__()
|
2013-06-23 14:56:57 +02:00 |
abstract.c
|
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
|
2013-04-06 22:51:29 +03:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
Issue #10211 : Buffer object should support the new buffer interface.
|
2013-03-19 16:50:51 -07:00 |
bytearrayobject.c
|
Fix compilation on Windows
|
2012-11-03 23:07:59 +01:00 |
bytes_methods.c
|
…
|
|
capsule.c
|
…
|
|
cellobject.c
|
…
|
|
classobject.c
|
…
|
|
cobject.c
|
…
|
|
codeobject.c
|
…
|
|
complexobject.c
|
…
|
|
descrobject.c
|
…
|
|
dictnotes.txt
|
…
|
|
dictobject.c
|
add missing NULL check (closes #18019)
|
2013-05-19 19:38:12 -07:00 |
enumobject.c
|
…
|
|
exceptions.c
|
Issue #16445: Fix potential segmentation fault when deleting an exception message.
|
2013-03-03 11:13:34 +00:00 |
fileobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
floatobject.c
|
Issue #9742: Sneaky fix for build failure on Solaris 9.
|
2012-11-17 20:18:52 +00:00 |
frameobject.c
|
…
|
|
funcobject.c
|
…
|
|
genobject.c
|
…
|
|
intobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
iterobject.c
|
…
|
|
listobject.c
|
…
|
|
listsort.txt
|
Various clarifications based on feedback & questions over the years.
|
2013-08-24 15:15:19 -05:00 |
lnotab_notes.txt
|
…
|
|
longobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
memoryobject.c
|
…
|
|
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
ensure the attribute name string is initalized before using it (closes #16839)
|
2013-01-02 09:36:23 -06:00 |
obmalloc.c
|
fix building without pymalloc (closes #17228)
|
2013-02-20 16:54:30 -05:00 |
rangeobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
setobject.c
|
Silence compiler warning for unused declaration.
|
2013-08-04 22:35:37 -07:00 |
sliceobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
stringobject.c
|
Issue 18719: Remove a false optimization
|
2013-08-13 18:34:49 -07:00 |
structseq.c
|
…
|
|
tupleobject.c
|
…
|
|
typeobject.c
|
Issue #16447: Fix potential segfault when setting __name__ on a class.
|
2013-04-13 15:19:05 +01:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
|
2013-08-06 16:56:26 +03:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Silence a -Wformat-extra-argument warning when compiling.
|
2013-02-01 16:13:27 -08:00 |