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
*
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
*
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
INADA Naoki
2018-04-03
1
-0/+1
*
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
Stefano Taschini
2018-03-26
1
-3/+2
*
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Serhiy Storchaka
2018-03-23
1
-2/+6
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-12/+9
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-0/+21
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
1
-4/+35
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
1
-9/+15
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-8/+0
*
remove vestigal locking from obmalloc (GH-5805)
Benjamin Peterson
2018-02-24
1
-39/+0
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
2
-132/+81
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo
2018-02-22
3
-3/+4
*
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
Xiang Zhang
2018-02-13
1
-5/+1
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
2
-6/+6
*
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...
Serhiy Storchaka
2018-02-13
1
-7/+3
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
3
-3/+3
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
2
-2/+2
*
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-2/+20
*
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...
Yury Selivanov
2018-01-29
1
-6/+7
*
bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner
2018-01-29
1
-1/+2
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-29
2
-71/+345
*
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
2018-01-28
1
-2/+2
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-14/+19
*
bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
2018-01-28
1
-4/+36
*
Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki
2018-01-27
1
-1/+1
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
6
-1/+72
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
1
-50/+8
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
bennorth
2018-01-26
1
-4/+12
*
bpo-32571: Fix reading uninitialized memory (GH-5332)
INADA Naoki
2018-01-26
1
-0/+5
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
7
-131/+106
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+1
[next]