Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e2f9e77df21e6804b23c30a96b427155a59518b2
/
Objects
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
95403d7
Issue #29145: Merge 3.5.
by Xiang Zhang
· 8 years ago
b0541f4
Issue #29145: Fix overflow checks in str.replace() and str.join().
by Xiang Zhang
· 8 years ago
a634e23
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
by INADA Naoki
· 8 years ago
a50006c
Merge 3.5.
by Stefan Krah
· 8 years ago
195319e
Issue #29111: Fix memoryview signature.
by Stefan Krah
· 8 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 8 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
437a5d2
Issue #29044: Merge 3.5.
by Xiang Zhang
· 8 years ago
ea1cf87
Issue #29044: Fix a use-after-free in string '%c' formatter.
by Xiang Zhang
· 8 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 8 years ago
025f895
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 8 years ago
b1a1619
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
by Serhiy Storchaka
· 8 years ago
76febd0
Issue #26919: On Android, operating system data is now always encoded/decoded
by Xavier de Gaye
· 8 years ago
3d3f264
Fix a memory leak in split-table dictionaries
by Victor Stinner
· 8 years ago
386072e
Merge from 3.6.
by Serhiy Storchaka
· 8 years ago
49010ee
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
by Serhiy Storchaka
· 8 years ago
186b204
Fix typos in comment and documentation
by Martin Panter
· 8 years ago
5adfac2
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 8 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
2c5a830
Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.
by INADA Naoki
· 8 years ago
0c78634
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
by Serhiy Storchaka
· 8 years ago
9a953db
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
9ec0772
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
by Serhiy Storchaka
· 8 years ago
f7d199f
Fix _PyGen_yf()
by Victor Stinner
· 8 years ago
ac0720e
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
by Serhiy Storchaka
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
41782e4
Issue #28721: Fix asynchronous generators aclose() and athrow()
by Yury Selivanov
· 8 years ago
a83a6a3
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
by Serhiy Storchaka
· 8 years ago
df66b9c
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
by Serhiy Storchaka
· 8 years ago
292dd1b
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
by Serhiy Storchaka
· 8 years ago
dddec81
Issue #21449: Removed private function _PyUnicode_CompareWithId.
by Serhiy Storchaka
· 8 years ago
fab6acd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
f5894dd
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
by Serhiy Storchaka
· 8 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 8 years ago
babe4f8
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
6b4b6e9
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
84293af
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
b626643
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
by Serhiy Storchaka
· 8 years ago
6c10650
Merge 3.5 (issue #27942)
by Yury Selivanov
· 8 years ago
d2fd359
ssue #27942: Fix memory leak in codeobject.c
by Yury Selivanov
· 8 years ago
29310c4
Issue #28003: Make WrappedVal, ASend and AThrow GC types
by Yury Selivanov
· 8 years ago
49ffdf6
Merge 3.5
by Yury Selivanov
· 8 years ago
33499b7
genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper
by Yury Selivanov
· 8 years ago
78057b4
Closes #27781: Removes special cases for the experimental aspect of PEP 529
by Steve Dower
· 8 years ago
3bd7900
merge 3.5
by Benjamin Peterson
· 8 years ago
db87c99
make sure dict view types are initialized
by Benjamin Peterson
· 8 years ago
60e49aa
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 8 years ago
24411f8
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
by Serhiy Storchaka
· 8 years ago
f0b311b
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
by Serhiy Storchaka
· 8 years ago
93f26f7
Issue #28583: PyDict_SetDefault didn't combine split table when needed.
by INADA Naoki
· 8 years ago
5646648
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.
by Eric V. Smith
· 8 years ago
7f0514a
Backed out changeset 6b88dfc7b25d
by Serhiy Storchaka
· 8 years ago
7984bff
Issue #28385: An error message when non-empty format spec is passed to
by Serhiy Storchaka
· 8 years ago
d1af5ef
Issue #28385: An error message when non-empty format spec is passed to
by Serhiy Storchaka
· 8 years ago
998c9cd
Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
by Serhiy Storchaka
· 8 years ago
b7d14a0
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
0438683
Backed out changeset 9f7505019767 (issue #27275).
by Serhiy Storchaka
· 8 years ago
d76d8bf
Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada.
by Serhiy Storchaka
· 8 years ago
684ef2c
Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`
by Yury Selivanov
· 8 years ago
0093907
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
by Serhiy Storchaka
· 8 years ago
b1152be
Issue #28509: dict.update() no longer allocate unnecessary large memory
by INADA Naoki
· 8 years ago
1faf902
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 8 years ago
4832580
Issue #27275: Fixed implementation of pop() and popitem() methods in
by Serhiy Storchaka
· 8 years ago
c8bc3d1
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish().
by Serhiy Storchaka
· 8 years ago
c4a3e90
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
by Serhiy Storchaka
· 8 years ago
839023f
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
by Serhiy Storchaka
· 8 years ago
77eede3
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.
by Serhiy Storchaka
· 8 years ago
d5d32d2
Issue #28214: Improved exception reporting for problematic __set_name__
by Serhiy Storchaka
· 8 years ago
467ab19
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
by Serhiy Storchaka
· 8 years ago
3aa7552
merge 3.5 (#28454)
by Benjamin Peterson
· 8 years ago
8d761ff
remove extra PyErr_Format arguments (closes #28454)
by Benjamin Peterson
· 8 years ago
5cade88
Check return value of _PyDict_SetItemId()
by Christian Heimes
· 8 years ago
ebe17e0
Fix _Py_normalize_encoding() command
by Victor Stinner
· 8 years ago
b329e1b
va_end vargs2 once (closes #28417)
by Benjamin Peterson
· 8 years ago
de69ee7
- dictobject.c: Make dict_merge symbol a static symbol
by doko@ubuntu.com
· 8 years ago
49f5cdd
Issue #28183: Optimize and cleanup dict iteration.
by Serhiy Storchaka
· 8 years ago
21d9f10
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 8 years ago
c7f490c
Issue #28376: Creating instances of range_iterator by calling range_iterator
by Serhiy Storchaka
· 8 years ago
639098c
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
44759bc
Issue #28376: The constructor of range_iterator now checks that step is not 0.
by Serhiy Storchaka
· 8 years ago
56588b7
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 8 years ago
8ef3460
Issue #26906: Resolving special methods of uninitialized type now causes
by Serhiy Storchaka
· 8 years ago
e45b7c0
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 8 years ago
de0574b
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 8 years ago
267941c
Issue #28201: Dict reduces possibility of 2nd conflict in hash table.
by INADA Naoki
· 8 years ago
7fd9f4b
Merge heads
by Serhiy Storchaka
· 8 years ago
e81b0d3
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
09f3d08
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
8044809
merge 3.5 (#26617)
by Benjamin Peterson
· 8 years ago
8f657c3
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
by Benjamin Peterson
· 8 years ago
e036ef8
Issue #27358: Optimized merging var-keyword arguments and improved error
by Serhiy Storchaka
· 8 years ago
3738c2d
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 8 years ago
389ef9d
Issue #21578: Fixed misleading error message when ImportError called with
by Serhiy Storchaka
· 8 years ago
Next »