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-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-5/+0
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
1
-51/+49
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
9
-23/+23
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH...
Miss Islington (bot)
2019-09-12
1
-2/+8
*
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...
Petr Viktorin
2019-09-12
1
-10/+10
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...
Paul Ganssle
2019-09-12
2
-2/+2
*
Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933)
Miss Islington (bot)
2019-09-11
1
-2/+2
*
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
Miss Islington (bot)
2019-09-10
1
-1/+0
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Miss Islington (bot)
2019-09-10
1
-6/+13
*
Fix typo in dict object comment (GH-15814)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826)
Victor Stinner
2019-09-10
1
-21/+13
*
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-1...
Serhiy Storchaka
2019-09-01
6
-90/+95
*
Fix typos mostly in comments, docs and test names (GH-15209)
Miss Islington (bot)
2019-08-30
2
-2/+2
*
[3.8] bpo-37034: Display argument name on errors with keyword arguments with ...
Serhiy Storchaka
2019-08-29
10
-56/+56
*
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
Miss Islington (bot)
2019-08-27
1
-0/+6
*
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (G...
Nick Coghlan
2019-08-25
1
-9/+0
*
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320)...
Serhiy Storchaka
2019-08-24
1
-7/+16
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Miss Islington (bot)
2019-08-21
1
-6/+10
*
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342)
Victor Stinner
2019-08-20
1
-17/+15
*
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Miss Islington (bot)
2019-08-14
1
-2/+2
*
[3.8] bpo-36974: separate vectorcall functions for each calling convention (G...
Jeroen Demeyer
2019-07-23
3
-78/+354
*
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
Miss Islington (bot)
2019-07-03
1
-6/+10
*
[3.8] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)
Inada Naoki
2019-07-03
1
-5/+13
*
Stop using Argument Clinic for dict_pop (GH-13935)
Inada Naoki
2019-07-02
2
-50/+28
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Miss Islington (bot)
2019-07-01
1
-15/+31
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Miss Islington (bot)
2019-06-26
1
-0/+4
*
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Miss Islington (bot)
2019-06-25
2
-6/+10
*
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
Miss Islington (bot)
2019-06-25
2
-7/+7
*
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Miss Islington (bot)
2019-06-17
1
-1/+1
*
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
Miss Islington (bot)
2019-06-12
1
-0/+7
*
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
Miss Islington (bot)
2019-06-12
1
-1/+1
*
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...
Miss Islington (bot)
2019-06-11
1
-8/+0
*
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
Miss Islington (bot)
2019-06-07
1
-1/+5
*
[3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-2/+2
*
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Victor Stinner
2019-06-04
1
-1/+2
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
2
-12/+78
*
bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761)
Petr Viktorin
2019-06-03
1
-1/+1
*
bpo-36974: add some assertions for PEP 590 (GH-13682)
Jeroen Demeyer
2019-06-02
1
-0/+14
*
bpo-37012: Clean up special cases in PyType_FromSpecWithBases slot assignment...
Petr Viktorin
2019-06-02
1
-9/+11
*
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13...
Petr Viktorin
2019-06-02
1
-1/+1
*
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
2019-06-02
2
-11/+25
*
Call PyObject_GC_UnTrack in structseq dealloc (GH-13751)
Pablo Galindo
2019-06-02
1
-0/+1
*
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Pablo Galindo
2019-06-02
1
-2/+18
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
1
-12/+118
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
3
-3/+31
*
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo
2019-06-01
1
-3/+3
*
Improve exception message for str.format (GH-12675)
Francisco Couzo
2019-06-01
1
-2/+7
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
3
-11/+10
*
Improve docstring of list.sort (GH-8516)
Tim Hoffmann
2019-06-01
2
-4/+20
*
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
Tim Peters
2019-06-01
1
-32/+77
[prev]
[next]