index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
8
-59/+109
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
9
-58/+509
*
bpo-35560: Remove assertion from format(float, "n") (GH-11288)
Xtreak
2019-01-07
1
-1/+1
*
bpo-35636: Remove redundant check in unicode_hash(). (GH-11402)
animalize
2019-01-02
1
-10/+1
*
closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380)
sth
2019-01-02
1
-1/+0
*
bpo-33234: Simplify list_preallocate_exact() (GH-11220)
Sergey Fedoseev
2018-12-29
1
-14/+3
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
7
-21/+103
*
Clarify the behavior of the staticmethod builtin (GH-4362)
Jess Shapiro
2018-12-24
1
-2/+4
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
1
-1/+1
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-35504: Fix a SystemError when delete the characters_written attribute of ...
Serhiy Storchaka
2018-12-17
1
-0/+8
*
Remove an unused variable after bpo-35444. (GH-11117)
Serhiy Storchaka
2018-12-11
1
-1/+0
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
1
-9/+9
[next]