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-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Sergey Fedoseev
2018-09-11
1
-8/+3
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-52/+53
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
2
-3/+3
*
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner
2018-09-07
1
-53/+52
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-6/+11
*
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
Sergey Fedoseev
2018-09-07
1
-17/+3
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
2
-73/+102
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-24/+18
*
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
Alexey Izbyshev
2018-08-25
1
-1/+1
*
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...
Alexey Izbyshev
2018-08-25
1
-4/+9
*
closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_o...
Alexey Izbyshev
2018-08-25
1
-0/+3
*
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...
Alexey Izbyshev
2018-08-24
1
-4/+4
*
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...
Alexey Izbyshev
2018-08-24
1
-0/+3
*
bpo-34436: Fix check that disables overallocation for the last fmt specifier ...
Alexey Izbyshev
2018-08-23
1
-3/+3
*
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Alexey Izbyshev
2018-08-19
1
-2/+3
*
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s...
Zackery Spytz
2018-08-19
1
-0/+5
*
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev
2018-08-11
1
-15/+36
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
6
-10/+10
*
bpo-1617161: Make the hash and equality of methods not depending on the value...
Serhiy Storchaka
2018-07-31
3
-37/+20
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-0/+96
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
2
-6/+8
*
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka
2018-07-24
1
-1/+1
*
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
Serhiy Storchaka
2018-07-23
1
-0/+20
*
bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka
2018-07-16
1
-3/+15
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
INADA Naoki
2018-07-14
1
-0/+2
*
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki
2018-07-10
1
-6/+7
*
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Yury Selivanov
2018-07-06
1
-0/+7
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Robert Krzyzanowski
2018-07-06
1
-2/+2
*
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
2018-07-06
5
-76/+243
*
bpo-33418: Add tp_clear for function object (GH-8058)
INADA Naoki
2018-07-04
1
-13/+21
*
Change tp_size to tp_basicsize in comment and realign the comments (GH-6775)
Bup
2018-06-19
1
-38/+38
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
1
-2/+2
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
1
-1/+1
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
2
-0/+3
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
2
-0/+21
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-8/+7
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-724/+946
*
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki
2018-05-17
1
-5/+3
*
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
Grant Jenks
2018-05-08
1
-2/+2
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
lekma
2018-05-02
1
-1/+3
*
bpo-33012: Fix invalid function casts for long_long. (GH-6652)
Serhiy Storchaka
2018-04-30
1
-17/+25
*
bpo-33330: Write exceptions occurred in PyImport_Cleanup() to stderr. (GH-6606)
Serhiy Storchaka
2018-04-29
1
-4/+6
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
25
-164/+164
*
bpo-33041: Fix downcast warning on Windows (#6595)
Victor Stinner
2018-04-27
1
-1/+1
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
Gregory P. Smith
2018-04-20
2
-24/+14
*
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (...
Serhiy Storchaka
2018-04-19
1
-4/+11
*
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
INADA Naoki
2018-04-17
1
-6/+5
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-0/+19
*
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)
Serhiy Storchaka
2018-04-09
1
-76/+1
[next]