.. |
stringlib
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
|
2009-04-27 19:04:37 +00:00 |
abstract.c
|
"not subscriptable" should be a bit more understandable than "unsubscriptable".
|
2009-04-18 08:26:21 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
…
|
|
bytearrayobject.c
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
|
2009-04-27 19:04:37 +00:00 |
bytes_methods.c
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
|
2009-04-27 19:04:37 +00:00 |
cellobject.c
|
…
|
|
classobject.c
|
…
|
|
cobject.c
|
…
|
|
codeobject.c
|
…
|
|
complexobject.c
|
Reset errno before both calls to PyOS_ascii_strtod, not just one.
|
2009-04-26 14:00:08 +00:00 |
descrobject.c
|
many more types to initialize (I had to expose some of them)
|
2009-04-18 22:15:26 +00:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
The tracking statistics were actually too pessimistic
|
2009-03-23 19:17:00 +00:00 |
enumobject.c
|
…
|
|
exceptions.c
|
Issue 4804. Add a function to test the validity of file descriptors on Windows, and stop using global runtime settings to silence the warnings / assertions.
|
2009-02-10 13:32:24 +00:00 |
fileobject.c
|
issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid.
|
2009-02-04 10:05:25 +00:00 |
floatobject.c
|
Remove format_float and use _PyOS_double_to_string instead.
|
2009-04-29 21:56:53 +00:00 |
frameobject.c
|
try to initalize all builtin types with PyType_Ready to avoid problems like #5787
|
2009-04-18 20:12:47 +00:00 |
funcobject.c
|
…
|
|
genobject.c
|
Fix a wrong struct field assignment (docstring as closure).
|
2009-03-31 01:25:15 +00:00 |
intobject.c
|
Issue #3166: Make long -> float (and int -> float) conversions
|
2009-04-20 21:13:33 +00:00 |
iterobject.c
|
…
|
|
listobject.c
|
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
|
2009-02-02 21:50:13 +00:00 |
listsort.txt
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
longobject.c
|
Issue #3166: Make long -> float (and int -> float) conversions
|
2009-04-20 21:13:33 +00:00 |
memoryobject.c
|
Issue #2396: backport the memoryview object.
|
2009-04-02 21:18:34 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
make errors consistent
|
2009-04-19 02:40:43 +00:00 |
obmalloc.c
|
…
|
|
rangeobject.c
|
…
|
|
setobject.c
|
Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
|
2009-01-01 14:11:22 +00:00 |
sliceobject.c
|
many more types to initialize (I had to expose some of them)
|
2009-04-18 22:15:26 +00:00 |
stringobject.c
|
Issue #5835, deprecate PyOS_ascii_formatd.
|
2009-04-25 21:40:15 +00:00 |
structseq.c
|
…
|
|
tupleobject.c
|
The tracking statistics were actually too pessimistic
|
2009-03-23 19:17:00 +00:00 |
typeobject.c
|
fix a segfault when setting __class__ in __del__ #5283
|
2009-04-25 00:41:22 +00:00 |
unicodectype.c
|
Issue #4971: Fix titlecase for characters that are their own
|
2009-04-26 00:53:18 +00:00 |
unicodeobject.c
|
Issue #5835, deprecate PyOS_ascii_formatd.
|
2009-04-25 21:40:15 +00:00 |
unicodetype_db.h
|
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
|
2009-04-25 14:03:16 +00:00 |
weakrefobject.c
|
…
|
|