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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-4/+0
*
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Nir Soffer
2018-03-11
1
-1/+6
*
Drop confusing commented out code in pystrtod.c (GH-6072)
Siddhesh Poyarekar
2018-03-11
1
-2/+0
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
1
-2/+17
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
2
-262/+273
*
bpo-33041: Add missed error checks when compile "async for" (#6053)
Serhiy Storchaka
2018-03-10
1
-14/+7
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-2/+2
*
Add two missing error checks in hamt.c (GH-5851)
Xiang Zhang
2018-03-08
1
-1/+7
*
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner
2018-03-06
1
-4/+23
*
Fix strncpy warning with gcc 8 (#5840)
Siddhesh Poyarekar
2018-03-06
1
-2/+2
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-3/+0
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
1
-25/+0
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
6
-4053/+4132
*
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka
2018-02-22
1
-117/+117
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
1
-6/+14
*
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Alexey Izbyshev
2018-02-18
1
-1/+2
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
1
-1/+57
*
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
2018-02-09
3
-5/+5
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-3/+16
*
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...
Serhiy Storchaka
2018-02-04
1
-24/+7
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-2/+2
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
2018-02-03
1
-0/+1
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
2
-1425/+1425
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-3/+3
*
bpo-32674: Improve the docstring for __import__ (GH-5339)
oldk
2018-02-02
1
-3/+3
*
bpo-32436: Fix compiler warning (#5483)
Yury Selivanov
2018-02-02
1
-0/+2
*
Fix typo in hamt.c comments (#5478)
Dmitry Alimov
2018-02-02
1
-1/+1
*
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel
2018-02-01
1
-3/+7
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-1/+274
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
4
-174/+123
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
2
-3/+2
*
bpo-32707: Fix warnings in hamt.c (#5430)
Yury Selivanov
2018-01-29
1
-3/+5
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
2
-12/+17
*
bpo-32688: Make why the line is commented out clear (GH-5405)
Xiang Zhang
2018-01-29
1
-1/+1
*
bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
Yury Selivanov
2018-01-27
1
-3/+6
*
bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
Yury Selivanov
2018-01-26
1
-1/+2
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
1
-1/+1
*
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Nathaniel J. Smith
2018-01-26
1
-0/+7
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
3
-2/+1189
*
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
2018-01-25
2
-4/+6
*
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Dmitry Alimov
2018-01-25
1
-1/+1
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
5
-1069/+1204
*
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
2018-01-24
2
-15/+13
*
bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov
2018-01-23
1
-0/+4
*
bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov
2018-01-23
1
-1/+0
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
5
-0/+4363
*
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
2018-01-22
1
-0/+10
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-10/+0
*
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
Yury Selivanov
2018-01-22
1
-5/+4
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
5
-0/+185
[next]