.. |
stringlib
|
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
|
2011-04-20 16:39:15 +02:00 |
abstract.c
|
Issue #9869: Make long() and PyNumber_Long return something of type
|
2010-09-26 10:37:12 +00:00 |
boolobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
bufferobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
bytearrayobject.c
|
merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
|
2011-07-27 23:36:51 +08:00 |
bytes_methods.c
|
Merged revisions 82573 via svnmerge from
|
2010-07-05 12:04:07 +00:00 |
capsule.c
|
Backported PyCapsule from 3.1, and converted most uses of
|
2010-03-25 00:54:54 +00:00 |
cellobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
classobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
cobject.c
|
CObject use is marked as a Py3k warning, not a deprecation warning
|
2010-11-04 21:39:52 +00:00 |
codeobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
complexobject.c
|
Issue #8748: Fix incorrect results from comparisons between an integer
|
2010-05-30 13:18:10 +00:00 |
descrobject.c
|
Fixup repr for dict_proxy objects.
|
2011-06-30 00:44:36 +01:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
enumobject.c
|
#8635: document enumerate() start parameter in docstring.
|
2010-05-22 11:43:25 +00:00 |
exceptions.c
|
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
|
2010-06-22 19:16:37 +00:00 |
fileobject.c
|
Issue #9295: Fix a crash under Windows when calling close() on a file
|
2010-10-28 14:50:57 +00:00 |
floatobject.c
|
Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long.
|
2011-03-26 12:18:00 +00:00 |
frameobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
funcobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
genobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
intobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
iterobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
listobject.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
listsort.txt
|
Issue #5341: Fix a variety of spelling errors.
|
2009-02-21 20:27:01 +00:00 |
lnotab_notes.txt
|
Issue #6042:
|
2009-05-23 23:23:01 +00:00 |
longobject.c
|
#11565: Fix several typos. Patch by Piotr Kasprzyk.
|
2011-03-16 12:34:31 +02:00 |
memoryobject.c
|
Merged revisions 88097 via svnmerge from
|
2011-01-18 19:06:19 +00:00 |
methodobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
moduleobject.c
|
Merged revisions 85392 via svnmerge from
|
2010-10-12 23:02:35 +00:00 |
object.c
|
must clear an AttributeError if it is set
|
2011-05-23 18:17:55 -05:00 |
obmalloc.c
|
Merged revisions 87834 via svnmerge from
|
2011-01-07 21:49:44 +00:00 |
rangeobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
setobject.c
|
Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond.
|
2011-03-22 23:47:32 +01:00 |
sliceobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
stringobject.c
|
merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
|
2011-07-27 23:36:51 +08:00 |
structseq.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
tupleobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
typeobject.c
|
fix possible refleaks
|
2011-08-16 22:26:48 -05:00 |
unicodectype.c
|
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
|
2009-10-06 19:56:32 +00:00 |
unicodeobject.c
|
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
|
2011-08-15 09:22:24 +03:00 |
unicodetype_db.h
|
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
|
2010-03-30 08:24:06 +00:00 |
weakrefobject.c
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |