FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/dictobject.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
dictobject.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 11, 2018
Add PyDict_GetItemRef
Dino Viehland
committed
f80dea2
View commit details
Copy full SHA for f80dea2
View code at this point
Browse repository at this point
Commits on Jul 6, 2018
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Yury Selivanov
authored
0b75228
View commit details
Copy full SHA for 0b75228
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
Spelling fixes to docs, docstrings, and comments (GH-6374)
scop
authored and
terryjreedy
committed
61f82e0
View commit details
Copy full SHA for 61f82e0
View code at this point
Browse repository at this point
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
Show description for 397f1b2
gpshead
authored
397f1b2
View commit details
Copy full SHA for 397f1b2
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
methane
authored
5fbc511
View commit details
Copy full SHA for 5fbc511
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
methane
authored
d1c82c5
View commit details
Copy full SHA for d1c82c5
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
Show description for d7773d9
bennorth
authored and
orsenthil
committed
d7773d9
View commit details
Copy full SHA for d7773d9
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
authored
b0a7a03
View commit details
Copy full SHA for b0a7a03
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Show description for 60c3d35
serhiy-storchaka
authored
60c3d35
View commit details
Copy full SHA for 60c3d35
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Aug 3, 2017
bpo-29304: Simplify dict lookup functions (GH-2407)
Show description for 778928b
methane
authored
778928b
View commit details
Copy full SHA for 778928b
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Show description for 6969eaf
serhiy-storchaka
authored
6969eaf
View commit details
Copy full SHA for 6969eaf
View code at this point
Browse repository at this point
Commits on Jun 24, 2017
bp-29304: Simplify dictobject.c (GH-2347)
Show description for 870c286
methane
authored
870c286
View commit details
Copy full SHA for 870c286
View code at this point
Browse repository at this point
Commits on Jun 23, 2017
bpo-29304: simplify lookdict_index() function. (GH-2273)
methane
authored
073ae48
View commit details
Copy full SHA for 073ae48
View code at this point
Browse repository at this point
Commits on May 20, 2017
bpo-27945: Fixed various segfaults with dict. (#1657)
Show description for 753bca3
serhiy-storchaka
authored
753bca3
View commit details
Copy full SHA for 753bca3
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
bpo-29941: Assert fixes (#886)
Show description for a00c3fd
Yhg1s
authored
a00c3fd
View commit details
Copy full SHA for a00c3fd
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
Don't use Py_SIZE for dict object. (#747)
serhiy-storchaka
authored
c61ac16
View commit details
Copy full SHA for c61ac16
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
bpo-24274: fix erroneous comment in dictobject.c (GH-196)
Show description for 1b8df10
methane
authored
1b8df10
View commit details
Copy full SHA for 1b8df10
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
bpo-29438: fixed use-after-free in key sharing dict (#17)
methane
authored
2294f3a
View commit details
Copy full SHA for 2294f3a
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Issue #29311: Regenerate Argument Clinic.
serhiy-storchaka
committed
19d2597
View commit details
Copy full SHA for 19d2597
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
Show description for 78d9e58
serhiy-storchaka
committed
78d9e58
View commit details
Copy full SHA for 78d9e58
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Issue #29311: Argument Clinic generates reasonable name for the parameter "default".
serhiy-storchaka
committed
48088ee
View commit details
Copy full SHA for 48088ee
View code at this point
Browse repository at this point
Add a note explaining why dict_update() doesn't use METH_FASTCALL
Show description for 91f0d4a
vstinner
committed
91f0d4a
View commit details
Copy full SHA for 91f0d4a
View code at this point
Browse repository at this point
dict.get() and dict.setdefault() now use AC
Show description for 7dc6a5f
vstinner
committed
7dc6a5f
View commit details
Copy full SHA for 7dc6a5f
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for 617c775
serhiy-storchaka
committed
617c775
View commit details
Copy full SHA for 617c775
View code at this point
Browse repository at this point
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for 42e1ea9
serhiy-storchaka
committed
42e1ea9
View commit details
Copy full SHA for 42e1ea9
View code at this point
Browse repository at this point
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Show description for 6779652
serhiy-storchaka
committed
6779652
View commit details
Copy full SHA for 6779652
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
Issue #28427: old keys should not remove new values from
Show description for c06ae20
pitrou
committed
c06ae20
View commit details
Copy full SHA for c06ae20
View code at this point
Browse repository at this point
Issue #28427: old keys should not remove new values from
Show description for d741ed4
pitrou
committed
d741ed4
View commit details
Copy full SHA for d741ed4
View code at this point
Browse repository at this point
Issue #28427: old keys should not remove new values from
Show description for e10ca3a
pitrou
committed
e10ca3a
View commit details
Copy full SHA for e10ca3a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL