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-31338 (#3374)
Barry Warsaw
2017-09-15
8
-27/+15
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
5
-47/+84
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
4
-27/+31
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
9
-238/+111
*
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an ...
Oren Milman
2017-09-13
1
-1/+1
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
4
-27/+31
*
bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnin...
Oren Milman
2017-09-11
1
-3/+16
*
bpo-31373: remove overly strict float range checks (#3486)
Benjamin Peterson
2017-09-11
1
-4/+0
*
bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not...
Oren Milman
2017-09-11
1
-1/+7
*
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Han Lee
2017-09-08
1
-0/+14
*
delete dead locale initialization code for windows (#3461)
Benjamin Peterson
2017-09-08
1
-5/+1
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-7/+10
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
17
-426/+416
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
2
-9/+17
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
2
-16/+21
*
remove current_filename optimization from marshal (#3423) (closes bpo-31384)
Benjamin Peterson
2017-09-07
1
-19/+0
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
8
-216/+3
*
bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
Łukasz Langa
2017-09-07
1
-5/+67
*
Revert "pytime: include winsock2, so we can have a complete timeval type (#33...
Antoine Pitrou
2017-09-06
1
-1/+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
10
-418/+452
*
pytime: include winsock2, so we can have a complete timeval type (#3377)
Benjamin Peterson
2017-09-06
1
-0/+1
*
correct initialization code (#3376)
Benjamin Peterson
2017-09-06
2
-3/+2
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
10
-452/+419
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
8
-84/+207
*
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Serhiy Storchaka
2017-08-29
1
-10/+16
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+2
*
bpo-31229: Fixed wrong error messages when too many keyword arguments are rec...
Oren Milman
2017-08-23
1
-2/+8
*
bpo-31236: Improved some error messages of min() and max().
Oren Milman
2017-08-21
1
-2/+3
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
9
-14/+27
*
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Serhiy Storchaka
2017-08-09
1
-1473/+1478
*
Fix a shadow-compatible-local warning (#2180)
Yuan Chao Chou
2017-08-04
1
-165/+165
*
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
Serhiy Storchaka
2017-08-03
1
-29/+34
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-31091: Remove dead code in PyErr_GivenExceptionMatches(). (#2963)
scoder
2017-07-31
1
-13/+1
*
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_Ev...
Zackery Spytz
2017-07-31
1
-1/+2
*
bpo-9566: Fix a warning in Python/getargs.c (#2890)
Segev Finer
2017-07-26
1
-1/+1
*
Fix a small typo in a comment (#2863)
Stéphane Wirtel
2017-07-25
1
-1/+1
*
bpo-30891: Fix again importlib _find_and_load() (#2665)
Victor Stinner
2017-07-21
1
-351/+352
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
2
-380/+365
*
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Victor Stinner
2017-07-10
2
-1539/+1526
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
1
-18/+0
*
bpo-30814: Fixed a race condition when import a submodule from a package. (#2...
Serhiy Storchaka
2017-07-06
2
-323/+306
*
bpo-30854: Fix compile error when --without-threads (#2581)
Masayuki Yamamoto
2017-07-05
1
-1/+1
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
5
-101/+27
*
bpo-30832: Remove own implementation for thread-local storage (#2537)
Masayuki Yamamoto
2017-07-03
3
-220/+8
*
bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374)
Nick Coghlan
2017-06-29
1
-8/+11
*
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki
2017-06-29
1
-1/+1
*
bpo-30703: Improve signal delivery (#2415)
Antoine Pitrou
2017-06-28
1
-21/+54
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-28
1
-0/+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
2
-8/+19
[next]