This website requires JavaScript.
Explore
Help
Sign In
greg
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4c6955e2b0ccf88c705f8d1fac685a8e65f9699e
cpython
/
Objects
History
Xiang Zhang
2b77a921e6
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (
#660
)
2018-02-13 18:33:32 +08:00
..
clinic
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
stringlib
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
abstract.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
accu.c
Replace KB unit with KiB (
#4293
)
2017-11-08 14:44:44 -08:00
boolobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
bytearrayobject.c
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
bytes_methods.c
bpo-32677: Optimize str.isascii() (GH-5356)
2018-01-28 09:59:12 +09:00
bytesobject.c
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
2018-01-27 14:06:21 +09:00
call.c
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
capsule.c
…
cellobject.c
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
2017-11-02 20:32:54 +10:00
classobject.c
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
2018-01-25 17:49:40 +09:00
codeobject.c
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
2017-12-03 11:12:20 +10:00
complexobject.c
bpo-31979: Simplify transforming decimals to ASCII (
#4336
)
2017-11-13 21:23:48 +02:00
descrobject.c
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
2018-02-13 19:28:33 +09:00
dict-common.h
bpo-29304: Simplify dict lookup functions (GH-2407)
2017-08-03 23:45:15 +09:00
dictnotes.txt
…
dictobject.c
bpo-18533: Avoid RecursionError from repr() of recursive dictview (
#4823
)
2018-01-26 07:46:01 -08:00
enumobject.c
bpo-31579: Fixed a possible leak in enumerate() with large indices. (
#3753
)
2017-09-26 08:14:58 +03:00
exceptions.c
bpo-32685: Improve suggestion for print statement (GH-5375)
2018-01-28 20:56:02 +10:00
fileobject.c
bpo-29548: Fix some inefficient call API usage (GH-97)
2017-02-16 09:26:01 +09:00
floatobject.c
bpo-31979: Simplify transforming decimals to ASCII (
#4336
)
2017-11-13 21:23:48 +02:00
frameobject.c
bpo-32690: Preserve order of locals() (
#5379
)
2018-01-28 09:40:24 -08:00
funcobject.c
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
2018-02-13 19:28:33 +09:00
genobject.c
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
2018-01-29 14:31:47 -05:00
iterobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
listobject.c
bpo-28685: Fix compiler warning (GH-5423)
2018-01-29 13:47:06 +01:00
listsort.txt
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (
#582
)
2018-01-28 19:03:23 -08:00
lnotab_notes.txt
bpo-28810: Update lnotab_notes.txt (
#665
)
2017-03-14 21:42:09 +02:00
longobject.c
PyLong_FromString(): fix Coverity CID 1424951 (
#4738
)
2017-12-08 00:06:55 +01:00
memoryobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
methodobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
moduleobject.c
bpo-32225: Implementation of PEP 562 (
#4731
)
2017-12-14 11:59:44 +01:00
namespaceobject.c
bpo-31655: Validate keyword names in SimpleNamespace constructor. (
#3909
)
2017-10-07 22:59:35 +03:00
object.c
bpo-32571: Fix reading uninitialized memory (GH-5332)
2018-01-26 16:22:51 +09:00
obmalloc.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
odictobject.c
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
2018-02-02 10:52:55 +02:00
rangeobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
README
Issue
#18093
: Factor out the programs that embed the runtime
2014-07-25 21:52:14 +10:00
setobject.c
Removed unnecesssary bit inversion which doesn't improve dispersion statistics (
#5235
)
2018-01-18 13:23:27 -08:00
sliceobject.c
bpo-30860: Consolidate stateful runtime globals. (
#3397
)
2017-09-07 23:51:28 -06:00
structseq.c
bpo-29793: Convert some builtin types constructors to Argument Clinic. (
#615
)
2017-03-19 08:51:07 +02:00
tupleobject.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
typeobject.c
bpo-32746: Fix multiple typos (GH-5144)
2018-02-03 19:36:10 -05:00
typeslots.inc
add Py_tp_finalize slot (
closes
#24345
)
2015-06-01 10:12:48 -05:00
typeslots.py
Issue
#26662
: Set PYTHON_FOR_GEN in configure
2016-07-26 12:48:08 +02:00
unicodectype.c
Removed unintentional trailing spaces in non-external and non-generated C files.
2015-03-18 21:53:15 +02:00
unicodeobject.c
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (
#660
)
2018-02-13 18:33:32 +08:00
unicodetype_db.h
bpo-30736: upgrade to Unicode 10.0 (
#2344
)
2017-06-22 22:31:08 -07:00
weakrefobject.c
bpo-30592: Fixed error messages for some builtins. (
#1996
)
2017-06-08 14:41:19 +03:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink