cpython/Objects
Serhiy Storchaka d174d24a5d bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
Prevent passing other invalid environment variables and command arguments.
2017-06-23 19:39:27 +03:00
..
clinic bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) 2017-06-10 07:51:48 +03:00
stringlib bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) 2017-03-30 09:11:10 +03:00
abstract.c bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) 2017-06-23 19:39:27 +03:00
accu.c
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
bytearrayobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 2017-04-08 09:53:51 +03:00
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 2017-04-04 22:36:22 -07:00
bytesobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 2017-04-08 09:53:51 +03:00
call.c bpo-30534: Fixed error messages when pass keyword arguments (#1901) 2017-06-06 18:45:22 +03:00
capsule.c
cellobject.c bpo-30486: Allow setting cell value (#1840) 2017-06-08 14:43:26 +03:00
classobject.c
codeobject.c bpo-30604: clean up co_extra support (#2144) 2017-06-21 17:44:36 -04:00
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 2017-04-05 12:00:42 +03:00
descrobject.c bpo-30534: Fixed error messages when pass keyword arguments (#1901) 2017-06-06 18:45:22 +03:00
dict-common.h
dictnotes.txt
dictobject.c bpo-29304: simplify lookdict_index() function. (GH-2273) 2017-06-23 15:22:50 +09:00
enumobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 2017-03-30 09:09:41 +03:00
exceptions.c bpo-30597: Show expected input in custom 'print' error message. (#2009) 2017-06-20 16:31:32 +03:00
fileobject.c
floatobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 2017-04-05 12:00:42 +03:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 2017-04-08 09:53:51 +03:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680) 2017-03-30 09:47:07 +03:00
memoryobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 2017-04-08 09:53:51 +03:00
methodobject.c
moduleobject.c
namespaceobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 2017-04-19 20:03:52 +03:00
object.c bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) 2017-05-13 13:36:14 +08:00
obmalloc.c Fix spurious MemoryError introduced by PR #886. (#930) 2017-03-31 10:10:19 -07:00
odictobject.c bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 2017-04-22 01:48:11 +02:00
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
README
setobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
sliceobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 2017-06-08 14:41:19 +03:00
structseq.c
tupleobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 2017-04-08 09:53:51 +03:00
typeobject.c bpo-30509: Clean up calling type slots. (#1883) 2017-06-01 08:18:25 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-29802: Fix reference counting in module-level struct functions (#1213) 2017-04-20 21:19:31 +03: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

Source files for various builtin objects