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-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
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
5
-1850/+1960
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
2
-0/+38
*
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
Jason Fried
2017-05-22
1
-0/+4
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
1
-3/+14
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
1
-2/+2
*
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Masayuki Yamamoto
2017-05-05
2
-138/+0
*
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Victor Stinner
2017-05-03
1
-0/+9
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1/+2
[next]