This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-30 06:34:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
ac0720eaa4
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
ac0720eaa4
Issue
#28760
: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
...
Patch by Xiang Zhang.
2016-11-21 11:46:51 +02:00
..
clinic
stringlib
Issue
#28561
: Clean up UTF-8 encoder: remove dead code, update comments, etc.
2016-10-30 18:25:27 +02:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
2016-10-31 14:46:26 -04:00
capsule.c
cellobject.c
classobject.c
codeobject.c
Merge 3.5 (issue
#27942
)
2016-11-09 09:43:08 -05:00
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
Issue
#28123
: _PyDict_GetItem_KnownHash() now can raise an exception as
2016-11-06 13:18:24 +02:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
frameobject.c
funcobject.c
genobject.c
Issue
#28721
: Fix asynchronous generators aclose() and athrow()
2016-11-16 18:16:17 -05:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
Issue
#28701
: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
2016-11-16 10:19:20 +02:00
memoryobject.c
methodobject.c
moduleobject.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
namespaceobject.c
object.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
obmalloc.c
odictobject.c
Merge from 3.5.
2016-10-30 17:25:45 +02:00
rangeobject.c
README
setobject.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
sliceobject.c
structseq.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
tupleobject.c
typeobject.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
Issue
#28760
: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
2016-11-21 11:46:51 +02:00
unicodetype_db.h
weakrefobject.c
README
Source files for various builtin objects