| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-29202: improve dict iteration (GH-11900) | Cheryl Sabella | 2019-04-05 | 1 | -9/+6 |
|
|
* | bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12... | Thomas Perl | 2019-04-02 | 1 | -0/+12 |
|
|
* | fix confusing argument name in unicodeobject.c (GH-12653) | Max Bernstein | 2019-04-02 | 1 | -2/+2 |
|
|
* | bpo-36026: make descr error message consistent (GH-11930) | Inada Naoki | 2019-04-01 | 1 | -14/+12 |
|
|
* | bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) | Serhiy Storchaka | 2019-03-30 | 1 | -0/+3 |
|
|
* | bpo-36452: dictiter: track maximum iteration count (GH-12596) | Thomas Perl | 2019-03-28 | 1 | -0/+6 |
|
|
* | bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) | Eddie Elizondo | 2019-03-27 | 3 | -6/+10 |
|
|
* | bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) | Inada Naoki | 2019-03-26 | 1 | -6/+4 |
|
|
* | bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) | Rémi Lapeyre | 2019-03-25 | 1 | -11/+22 |
|
|
* | bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) | Zackery Spytz | 2019-03-24 | 1 | -1/+3 |
|
|
* | bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) | Zackery Spytz | 2019-03-22 | 1 | -1/+1 |
|
|
* | bpo-36312: Fix decoders for some code pages. (GH-12369) | Serhiy Storchaka | 2019-03-20 | 1 | -5/+16 |
|
|
* | bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440) | Victor Stinner | 2019-03-19 | 1 | -58/+68 |
|
|
* | bpo-36356: Release Unicode interned strings on Valgrind (#12431) | Victor Stinner | 2019-03-19 | 1 | -15/+42 |
|
|
* | bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) | Victor Stinner | 2019-03-19 | 1 | -2/+11 |
|
|
* | bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333) | stratakis | 2019-03-18 | 1 | -4/+2 |
|
|
* | bpo-30040: optimize inserting into empty dict (GH-12307) | Inada Naoki | 2019-03-18 | 1 | -2/+49 |
|
|
* | bpo-36297: remove "unicode_internal" codec (GH-12342) | Inada Naoki | 2019-03-18 | 1 | -102/+0 |
|
|
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n... | Eric Snow | 2019-03-15 | 2 | -0/+310 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 13 | -106/+723 |
|
|
* | bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) | Serhiy Storchaka | 2019-03-13 | 3 | -4/+4 |
|
|
* | bpo-30040: new empty dict uses key-sharing dict (GH-1080) | Inada Naoki | 2019-03-12 | 1 | -4/+5 |
|
|
* | bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH... | sth | 2019-03-10 | 1 | -1/+1 |
|
|
* | closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) | Benjamin Peterson | 2019-03-10 | 1 | -912/+1067 |
|
|
* | bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) | Victor Stinner | 2019-03-06 | 1 | -14/+0 |
|
|
* | bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) | Victor Stinner | 2019-03-05 | 1 | -0/+14 |
|
|
* | bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.... | Stéphane Wirtel | 2019-03-05 | 1 | -1/+1 |
|
|
* | closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) | Martijn Pieters | 2019-03-05 | 1 | -18/+3 |
|
|
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 2 | -310/+0 |
|
|
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n... | Eric Snow | 2019-03-01 | 2 | -0/+310 |
|
|
* | closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045) | Benjamin Peterson | 2019-02-26 | 1 | -0/+2 |
|
|
* | bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) | Sergey Fedoseev | 2019-02-25 | 1 | -25/+4 |
|
|
* | bpo-36030: Add _PyTuple_FromArray() function (GH-11954) | Sergey Fedoseev | 2019-02-25 | 4 | -67/+24 |
|
|
* | bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) | Serhiy Storchaka | 2019-02-25 | 8 | -97/+236 |
|
|
* | bpo-36048: Use __index__() instead of __int__() for implicit conversion if av... | Serhiy Storchaka | 2019-02-25 | 2 | -14/+82 |
|
|
* | bpo-36063: Minor performance tweak in long_divmod(). (GH-11915) | Sergey Fedoseev | 2019-02-21 | 1 | -2/+2 |
|
|
* | bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl... | Zackery Spytz | 2019-02-21 | 1 | -0/+3 |
|
|
* | bpo-36062: Minor speed-up for list slicing and copying. (GH-11967) | Sergey Fedoseev | 2019-02-21 | 1 | -8/+12 |
|
|
* | bpo-36012: Avoid linear slot search for non-dunder methods (GH-11907) | Stefan Behnel | 2019-02-20 | 1 | -13/+38 |
|
|
* | bpo-31506: Clarify error messages for object.__new__ and object.__init__ (GH-... | Sanyam Khurana | 2019-02-19 | 1 | -3/+6 |
|
|
* | bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857) | Ivan Levkivskyi | 2019-02-17 | 1 | -2/+5 |
|
|
* | bpo-35961: Fix a crash in slice_richcompare() (GH-11830) | Victor Stinner | 2019-02-13 | 1 | -24/+14 |
|
|
* | bpo-35911: add cell constructor (GH-11771) | Pierre Glaser | 2019-02-07 | 1 | -1/+41 |
|
|
* | bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730) | Stefan Krah | 2019-02-02 | 1 | -9/+35 |
|
|
* | bpo-35224: PEP 572 Implementation (#10497) | Emily Morehouse | 2019-01-24 | 1 | -0/+9 |
|
|
* | bpo-35713: Reorganize sys module initialization (GH-11658) | Victor Stinner | 2019-01-23 | 1 | -1/+1 |
|
|
* | bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) | Victor Stinner | 2019-01-22 | 6 | -248/+148 |
|
|
* | bpo-35713: Rework Python initialization (GH-11647) | Victor Stinner | 2019-01-22 | 3 | -213/+225 |
|
|
* | bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_Fro... | Serhiy Storchaka | 2019-01-12 | 2 | -6/+18 |
|
|
* | bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516) | Serhiy Storchaka | 2019-01-12 | 1 | -0/+13 |
|
|