This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-09 14:11:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5e0ea7540f577c9684e272000fdfc80d29bb78a2
cpython
/
Objects
T
History
Yury Selivanov
fc4a044a3c
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (
#7468
)
2019-09-29 22:59:11 -07:00
..
clinic
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
stringlib
Doc: Fix typo in fastsearch comments (GH-14608)
2019-09-11 14:43:29 +02:00
abstract.c
abstract.c should not be executable. (GH-15348)
2019-08-20 19:19:43 -07:00
accu.c
…
boolobject.c
…
bytearrayobject.c
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
2019-09-09 09:28:34 -07:00
bytes_methods.c
…
bytesobject.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
call.c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
2019-09-11 12:01:01 +01:00
capsule.c
…
cellobject.c
…
classobject.c
Make PyXXX_Fini() functions private (GH-15531)
2019-08-27 00:12:32 +02:00
codeobject.c
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)
2019-07-01 12:35:05 +02:00
complexobject.c
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
2019-06-12 11:08:40 -07:00
descrobject.c
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
2019-09-01 12:03:39 +03:00
dict-common.h
…
dictnotes.txt
…
dictobject.c
bpo-38219: Optimize dict creating and updating by a dict. (GH-16268)
2019-09-25 09:47:00 +03:00
enumobject.c
…
exceptions.c
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
2019-08-25 23:45:40 +10:00
fileobject.c
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
2019-09-01 12:16:51 +03:00
floatobject.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
frameobject.c
Make PyXXX_Fini() functions private (GH-15531)
2019-08-27 00:12:32 +02:00
funcobject.c
bpo-19072: Make @classmethod support chained decorators (GH-8405)
2019-08-24 15:37:25 -07:00
genobject.c
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (
#7468
)
2019-09-29 22:59:11 -07:00
interpreteridobject.c
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
2019-09-25 18:35:57 +03:00
iterobject.c
…
listobject.c
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
2019-09-08 13:15:56 +03:00
listsort.txt
Fix typos mostly in comments, docs and test names (GH-15209)
2019-08-30 16:21:19 -04:00
lnotab_notes.txt
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
2019-09-28 07:49:15 -07:00
longobject.c
bpo-35696: Simplify long_compare() (GH-16146)
2019-09-19 00:10:15 +09:00
memoryobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
methodobject.c
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
2019-09-11 12:01:01 +01:00
moduleobject.c
bpo-37483: add _PyObject_CallOneArg() function (
#14558
)
2019-07-04 19:31:34 +09:00
namespaceobject.c
…
object.c
bpo-38070: Enhance _PyObject_Dump() (GH-16243)
2019-09-17 23:36:28 +02:00
obmalloc.c
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333)
2019-08-20 12:28:02 +01:00
odictobject.c
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
2019-07-08 17:19:25 +09:00
picklebufobject.c
…
rangeobject.c
…
README
…
setobject.c
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
2019-09-01 12:03:39 +03:00
sliceobject.c
Make PyXXX_Fini() functions private (GH-15531)
2019-08-27 00:12:32 +02:00
structseq.c
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
tupleobject.c
Correct overflow check in PyTuple_New() (GH-14838)
2019-09-09 13:40:58 -07:00
typeobject.c
bpo-38140: Make dict and weakref offsets opaque for C heap types (
#16076
)
2019-09-19 17:29:05 +01:00
typeslots.inc
…
typeslots.py
…
unicodectype.c
…
unicodeobject.c
bpo-38236: Dump path config at first import error (GH-16300)
2019-09-23 14:45:47 +02:00
unicodetype_db.h
…
weakrefobject.c
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
2019-09-01 12:03:39 +03:00
README
Source files for various builtin objects
Reference in New Issue
View Git Blame
Copy Permalink