Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4c409beb4c360a73d054f37807d3daad58d1b567
/
Objects
4c409be
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
by Victor Stinner
· 6 years ago
2b00db6
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
by Victor Stinner
· 6 years ago
f66e336
bpo-29202: improve dict iteration (GH-11900)
by Cheryl Sabella
· 6 years ago
b8311cf
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12619)
by Thomas Perl
· 6 years ago
e6a0e80
fix confusing argument name in unicodeobject.c (GH-12653)
by Max Bernstein
· 6 years ago
62f9588
bpo-36026: make descr error message consistent (GH-11930)
by Inada Naoki
· 6 years ago
7a465cb
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
by Serhiy Storchaka
· 6 years ago
796cc6e
bpo-36452: dictiter: track maximum iteration count (GH-12596)
by Thomas Perl
· 6 years ago
364f0b0
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
by Eddie Elizondo
· 6 years ago
871309c
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
by Inada Naoki
· 6 years ago
dd5417a
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
by Rémi Lapeyre
· 6 years ago
3d07c1e
bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)
by Zackery Spytz
· 6 years ago
93e8012
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
by Zackery Spytz
· 6 years ago
c1e2c28
bpo-36312: Fix decoders for some code pages. (GH-12369)
by Serhiy Storchaka
· 6 years ago
c70ab02
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
by Victor Stinner
· 6 years ago
fecc4f2
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
by Victor Stinner
· 6 years ago
5f9cf23
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
by Victor Stinner
· 6 years ago
a10d426
bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333)
by stratakis
· 6 years ago
2ddc7f6
bpo-30040: optimize inserting into empty dict (GH-12307)
by Inada Naoki
· 6 years ago
6a16b18
bpo-36297: remove "unicode_internal" codec (GH-12342)
by Inada Naoki
· 6 years ago
c11183c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
by Eric Snow
· 6 years ago
3191391
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
by Serhiy Storchaka
· 6 years ago
d53fe5f
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
by Serhiy Storchaka
· 6 years ago
f2a1867
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
by Inada Naoki
· 6 years ago
8b91eda
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252)
by sth
· 6 years ago
738c19f
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
by Benjamin Peterson
· 6 years ago
c656e25
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
by Victor Stinner
· 6 years ago
a9df651
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
by Victor Stinner
· 6 years ago
359a2f3
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
by Stéphane Wirtel
· 6 years ago
b727239
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
by Martijn Pieters
· 6 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 6 years ago
bcfa450
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
by Eric Snow
· 6 years ago
d5a551c
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
by Benjamin Peterson
· 6 years ago
f1b9abe
bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)
by Sergey Fedoseev
· 6 years ago
234531b
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
by Sergey Fedoseev
· 6 years ago
a24107b
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
by Serhiy Storchaka
· 6 years ago
6a44f6e
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
by Serhiy Storchaka
· 6 years ago
ea6207d
bpo-36063: Minor performance tweak in long_divmod(). (GH-11915)
by Sergey Fedoseev
· 6 years ago
ebc793d
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)
by Zackery Spytz
· 6 years ago
ef1b88b
bpo-36062: Minor speed-up for list slicing and copying. (GH-11967)
by Sergey Fedoseev
· 6 years ago
d8b9e1f
bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907)
by Stefan Behnel
· 6 years ago
5105483
bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-11641)
by Sanyam Khurana
· 6 years ago
ac28147
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
by Ivan Levkivskyi
· 6 years ago
dcb68f4
bpo-35961: Fix a crash in slice_richcompare() (GH-11830)
by Victor Stinner
· 6 years ago
df8d2cd
bpo-35911: add cell constructor (GH-11771)
by Pierre Glaser
· 6 years ago
d08ea70
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
by Stefan Krah
· 6 years ago
8f59ee0
bpo-35224: PEP 572 Implementation (#10497)
by Emily Morehouse
· 6 years ago
ab67281
bpo-35713: Reorganize sys module initialization (GH-11658)
by Victor Stinner
· 6 years ago
6d43f6f
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
by Victor Stinner
· 6 years ago
bf4ac2d
bpo-35713: Rework Python initialization (GH-11647)
by Victor Stinner
· 6 years ago
d586ccb
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
by Serhiy Storchaka
· 6 years ago
44cc482
bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)
by Serhiy Storchaka
· 6 years ago
2a39d25
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
by Serhiy Storchaka
· 6 years ago
4fa9591
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
by Serhiy Storchaka
· 6 years ago
3f7983a
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
by Xtreak
· 6 years ago
a1d1425
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)
by animalize
· 6 years ago
f8b5344
closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380)
by sth
· 6 years ago
0e5f771
bpo-33234: Simplify list_preallocate_exact() (GH-11220)
by Sergey Fedoseev
· 6 years ago
32d96a2
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
by Serhiy Storchaka
· 6 years ago
e7eed78
Clarify the behavior of the staticmethod builtin (GH-4362)
by Jess Shapiro
· 6 years ago
6326278
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
by Xtreak
· 6 years ago
842acaa
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
by Zackery Spytz
· 6 years ago
e2af34f
bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172)
by Serhiy Storchaka
· 6 years ago
7211d30
Remove an unused variable after bpo-35444. (GH-11117)
by Serhiy Storchaka
· 6 years ago
8905fcc
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
by Serhiy Storchaka
· 6 years ago
bb86bf4
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
by Serhiy Storchaka
· 6 years ago
4c49da0
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
by Zackery Spytz
· 6 years ago
eeb719e
bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837)
by Serhiy Storchaka
· 6 years ago
4013c17
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
by Serhiy Storchaka
· 6 years ago
9890520
Fix compiler warning in structseq_repr() (GH-10841)
by Victor Stinner
· 6 years ago
bde9d6b
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
by Victor Stinner
· 6 years ago
1c60715
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
by Serhiy Storchaka
· 6 years ago
d4f9cf5
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
by Serhiy Storchaka
· 6 years ago
163403a
bpo-33954: Fix compiler warning in _PyUnicode_FastFill() (GH-10737)
by Victor Stinner
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
8152402
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
by Serhiy Storchaka
· 6 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 6 years ago
59423e3
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
by Victor Stinner
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
b509d52
bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
by Victor Stinner
· 6 years ago
2cf5d32
bpo-9263: Fix _PyObject_Dump() for freed object (#10661)
by Victor Stinner
· 6 years ago
a42de74
bpo-35059: Cast void* to PyObject* (GH-10650)
by Victor Stinner
· 6 years ago
b37672d
bpo-35059: Cleanup usage of Python macros (GH-10648)
by Victor Stinner
· 6 years ago
f1d002c
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
by Victor Stinner
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
062a57b
bpo-35269: Fix a possible segfault involving a newly-created coroutine (GH-10585)
by Zackery Spytz
· 6 years ago
bfb855b
bpo-34784: Implement correct cleanup in PyStructSequence new implementation (GH-10536)
by Pablo Galindo
· 6 years ago
a757649
bpo-35230: dict: Remove some macros (GH-10513)
by INADA Naoki
· 6 years ago
746b2d3
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
by Gregory P. Smith
· 6 years ago
474eedf
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
by Eddie Elizondo
· 6 years ago
3015fb8
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
by Gregory P. Smith
· 6 years ago
e6c77d8
Disable getc_unlocked() with MemorySanitizer. (GH-10499)
by Gregory P. Smith
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
fd3a91c
closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442)
by Alexey Izbyshev
· 6 years ago
f9ec1b9
Neaten the code without any algorithmic change. (GH-10466)
by Raymond Hettinger
· 6 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 6 years ago
cf5863f
Optimize set.pop() to advance a pointer instead of indexing. (GH-10429)
by Raymond Hettinger
· 6 years ago
9fc57a3
bpo-35081: Add pycore_fileutils.h (GH-10371)
by Victor Stinner
· 6 years ago
6531bf6
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
by Rémi Lapeyre
· 6 years ago
e281f7d
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
by Victor Stinner
· 6 years ago
Next »