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-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
*
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
Antoine Pitrou
2017-06-26
1
-45/+50
*
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
Adrian Wielgosik
2017-06-23
1
-6/+1
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
2
-5/+5
*
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
haney
2017-06-21
1
-0/+20
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
1
-25/+40
*
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...
ericvsmith
2017-06-16
1
-2/+2
*
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
Serhiy Storchaka
2017-06-15
1
-2/+6
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
1
-6/+6
*
bpo-30501: Make the compiler producing optimized code for condition expressio...
Serhiy Storchaka
2017-06-11
4
-2448/+2533
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-7/+167
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
3
-63/+63
*
Fix regression in error message introduced in bpo-29951. (#2028)
Serhiy Storchaka
2017-06-09
1
-2/+2
*
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1...
Serhiy Storchaka
2017-06-08
1
-24/+7
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-3/+3
*
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
Victor Stinner
2017-06-08
1
-4/+4
*
bpo-30547: Fix multiple reference leaks (#1995)
Stéphane Wirtel
2017-06-08
1
-1/+4
*
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka
2017-06-06
1
-16/+32
*
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
Segev Finer
2017-06-04
1
-4/+4
*
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar
2017-05-29
2
-4/+8
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
1
-18/+0
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
4
-7/+7
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
1
-0/+10
*
Drop a duplicate line. (#1809)
Eric Snow
2017-05-25
1
-2/+1
*
Delete sigcheck.c since it appears unused (#1723)
Segev Finer
2017-05-25
1
-19/+0
*
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
Serhiy Storchaka
2017-05-25
1
-21/+32
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-24
2
-15/+75
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-24
2
-45/+185
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-1/+6
*
Update importlib.h (GH-1762)
Zachary Ware
2017-05-23
1
-2/+2
[next]