Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.3
/
Objects
tag
a3a2a67b6eb9c6e0520fa47d766c8cc3a1335ad0
tagger
Łukasz Langa <lukasz@langa.pl>
Wed May 13 17:32:21 2020
object
6f8c8320e9eac9bc7a7f653b43506e75916ce8e8
Python 3.8.3
890dcfe
Fix a possible refleak in tupleobject.c (GH-19018)
by Miss Islington (bot)
· 5 years ago
03ac090
bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956)
by Victor Stinner
· 5 years ago
ab9c729
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954)
by Serhiy Storchaka
· 5 years ago
9ddcb91
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) (GH-18756)
by Pablo Galindo
· 5 years ago
aa82134
Give proper credits for the memoryview implementation. (GH-18626) (#18642)
by Miss Islington (bot)
· 5 years ago
0c1827e
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
by Miss Islington (bot)
· 5 years ago
f64abd1
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204)
by Dong-hee Na
· 6 years ago
0d860dd
[3.8] closes bpo-39630: Update pointers to string literals to be const char *. (GH-18511)
by Benjamin Peterson
· 6 years ago
8dbdf5f
[3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18501)
by Miss Islington (bot)
· 6 years ago
0b8f738
bpo-39605: Remove a cast that causes a warning. (GH-18473)
by Miss Islington (bot)
· 6 years ago
190433d
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
by Miss Islington (bot)
· 6 years ago
a0389ba
Fixes in sorting descriptions (GH-18317)
by Miss Islington (bot)
· 6 years ago
fdb2160
bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120)
by Miss Islington (bot)
· 6 years ago
a755410
closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105)
by Miss Islington (bot)
· 6 years ago
5cadd3f
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
by Miss Islington (bot)
· 6 years ago
4cdb758
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
by Miss Islington (bot)
· 6 years ago
dad526e
Document CodeType.replace (GH-17776)
by Miss Islington (bot)
· 6 years ago
2ee8791
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17764)
by Dong-hee Na
· 6 years ago
fcaf14c
bpo-38610: Fix possible crashes in several list methods (GH-17022)
by Miss Islington (bot)
· 6 years ago
5dd1909
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)
by Miss Islington (bot)
· 6 years ago
191f94c
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
by Miss Islington (bot)
· 6 years ago
6c3b471
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Miss Islington (bot)
· 6 years ago
c5d3ea8
bpo-38555: Fix an undefined behavior. (GH-16883)
by Miss Skeleton (bot)
· 6 years ago
d73205d
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846)
by Miss Islington (bot)
· 6 years ago
f82ce5b
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
by Victor Stinner
· 6 years ago
9a7c43b
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
by Miss Islington (bot)
· 6 years ago
0baa6b3
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
by Miss Islington (bot)
· 6 years ago
526ef85
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
by Pablo Galindo
· 6 years ago
ce3c913
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
by Miss Islington (bot)
· 6 years ago
b361207
Restore tp_clear for function object. (#16502)
by Neil Schemenauer
· 6 years ago
2f87a7d
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (GH-7468) (#16486)
by Miss Islington (bot)
· 6 years ago
36c6fa9
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
by Gregory P. Smith
· 6 years ago
ca14f04
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
by Miss Islington (bot)
· 6 years ago
c5c6425
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
by Victor Stinner
· 6 years ago
47bbab9
[3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)
by Victor Stinner
· 6 years ago
3c1786f
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070)
by Miss Islington (bot)
· 6 years ago
f37a983
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145)
by Serhiy Storchaka
· 6 years ago
d322abb
[3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141)
by Serhiy Storchaka
· 6 years ago
d04c85f
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16062)
by Miss Islington (bot)
· 6 years ago
3562ae2
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966)
by Petr Viktorin
· 6 years ago
2bb6bf0
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961)
by Paul Ganssle
· 6 years ago
6a17751
Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933)
by Miss Islington (bot)
· 6 years ago
98224d2
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
by Miss Islington (bot)
· 6 years ago
eb1bc48
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838)
by Miss Islington (bot)
· 6 years ago
18fa272
Fix typo in dict object comment (GH-15814)
by Miss Islington (bot)
· 6 years ago
ccaea52
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
by Victor Stinner
· 6 years ago
353053d
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
by Serhiy Storchaka
· 6 years ago
4bd1d05
Fix typos mostly in comments, docs and test names (GH-15209)
by Miss Islington (bot)
· 6 years ago
96631dc
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
by Serhiy Storchaka
· 6 years ago
d5ba8bb
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
by Miss Islington (bot)
· 6 years ago
6ca0307
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
by Nick Coghlan
· 6 years ago
ed146b5
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
by Serhiy Storchaka
· 6 years ago
f93c15a
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)
by Miss Islington (bot)
· 6 years ago
30e5aff
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342)
by Victor Stinner
· 6 years ago
364a1d3
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
by Miss Islington (bot)
· 6 years ago
bf8e82f
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
by Jeroen Demeyer
· 6 years ago
1099e34
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
by Miss Islington (bot)
· 6 years ago
c7570d4
[3.8] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)
by Inada Naoki
· 6 years ago
d4c6647
Stop using Argument Clinic for dict_pop (GH-13935)
by Inada Naoki
· 6 years ago
cb083f7
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505)
by Miss Islington (bot)
· 6 years ago
5c4ce3e
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
by Miss Islington (bot)
· 6 years ago
d32594a
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
by Miss Islington (bot)
· 6 years ago
26fe6c3
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
by Miss Islington (bot)
· 6 years ago
988fff5
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
by Miss Islington (bot)
· 6 years ago
f72886a
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
by Miss Islington (bot)
· 6 years ago
996e526
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
by Miss Islington (bot)
· 6 years ago
583ff84
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13967)
by Miss Islington (bot)
· 6 years ago
6e05307
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
by Miss Islington (bot)
· 6 years ago
dd492d9
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891)
by Zackery Spytz
· 6 years ago
ea9f168
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
by Victor Stinner
· 6 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 6 years ago
1e375c6
bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761)
by Petr Viktorin
· 6 years ago
be718c3
bpo-36974: add some assertions for PEP 590 (GH-13682)
by Jeroen Demeyer
· 6 years ago
7f4ae1b
bpo-37012: Clean up special cases in PyType_FromSpecWithBases slot assignments (GH-13496)
by Petr Viktorin
· 6 years ago
e584cbf
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758)
by Petr Viktorin
· 6 years ago
fb9423f
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
by Petr Viktorin
· 6 years ago
3caf4de
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
by Pablo Galindo
· 6 years ago
7ffcf84
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
by Pablo Galindo
· 6 years ago
c529967
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
by Mark Dickinson
· 6 years ago
bdbad71
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
by Serhiy Storchaka
· 6 years ago
3b57f50
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
by Pablo Galindo
· 6 years ago
9843bc1
Improve exception message for str.format (GH-12675)
by Francisco Couzo
· 6 years ago
cd74e66
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
by Pablo Galindo
· 6 years ago
5c22476
Improve docstring of list.sort (GH-8516)
by Tim Hoffmann
· 6 years ago
1c263e3
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
by Tim Peters
· 6 years ago
3a46d5c
bpo-37108: Support super with methods that use positional-only arguments (GH-13695)
by Pablo Galindo
· 6 years ago
c7f803b
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
by Zackery Spytz
· 6 years ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 6 years ago
37788bc
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
by Jeroen Demeyer
· 6 years ago
c145f3b
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
by Jeroen Demeyer
· 6 years ago
735e8af
bpo-36974: inherit the vectorcall protocol (GH-13498)
by Jeroen Demeyer
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
0c2f930
bpo-22385: Support output separators in hex methods. (#13578)
by Gregory P. Smith
· 6 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 6 years ago
7d40869
remove unnecessary tp_dealloc (GH-13647)
by Inada Naoki
· 6 years ago
05f1641
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
by Zackery Spytz
· 6 years ago
eb65e24
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
by Jeroen Demeyer
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
91f4380
bpo-36785: PEP 574 implementation (GH-7076)
by Antoine Pitrou
· 6 years ago
180dc1b
bpo-28866: No type cache for types with specialized mro, invalidation is hard. (#13157)
by Julien Palard
· 6 years ago
Next »