cpython/Objects
Benjamin Peterson f413b80806 in narrow builds, make sure to test codepoints as identifier characters (closes #12732)
This fixes the use of Unicode identifiers outside the BMP in narrow builds.
2011-08-12 22:17:18 -05:00
..
stringlib Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. 2011-07-18 14:03:41 -04:00
abstract.c
boolobject.c
bytearrayobject.c Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:33:54 +08:00
bytes_methods.c Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. 2011-06-27 09:06:45 -07:00
bytesobject.c Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 2011-07-27 23:33:54 +08:00
capsule.c
cellobject.c
classobject.c
codeobject.c Remove arbitrary string length limits 2011-01-05 03:33:26 +00:00
complexobject.c Port 5b607cd8c71b (closes #11892) 2011-04-20 22:26:57 +02:00
descrobject.c (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper 2011-05-01 23:31:36 +02:00
dictnotes.txt
dictobject.c #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
enumobject.c
exceptions.c
fileobject.c Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows 2011-01-04 13:15:39 +00:00
floatobject.c Port 5b607cd8c71b (closes #11892) 2011-04-20 22:26:57 +02:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c #11335: Fix memory leak after key function failure in sort 2011-05-04 12:46:28 -07:00
listsort.txt
lnotab_notes.txt
longobject.c #11565: Merge with 3.1. 2011-03-16 11:35:38 +02:00
memoryobject.c Merged revisions 88550 via svnmerge from 2011-02-24 20:53:48 +00:00
methodobject.c
moduleobject.c
object.c remove duplicated type ready 2011-07-29 22:44:42 -05:00
obmalloc.c Merged revisions 87834 via svnmerge from 2011-01-07 21:49:25 +00:00
rangeobject.c #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. 2011-04-15 08:15:40 +03:00
setobject.c Merge from 3.1. 2011-03-23 03:43:22 +01:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #11603: Fix a crash when __str__ is rebound as __repr__. 2011-07-15 21:17:14 +02:00
typeslots.inc Merge with 3.1 2011-04-05 15:48:47 +02:00
typeslots.py Support comment lines and missing indices in typeslots.h. 2011-01-06 19:26:21 +00:00
unicodectype.c
unicodeobject.c in narrow builds, make sure to test codepoints as identifier characters (closes #12732) 2011-08-12 22:17:18 -05:00
unicodetype_db.h
weakrefobject.c