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-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-3/+18
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-2/+15
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
2
-42/+128
*
bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002)
Dargor
2017-10-15
1
-2/+2
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
2
-21/+27
*
Cleanup pytime.c (#3955)
Victor Stinner
2017-10-11
1
-54/+76
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
2
-12/+73
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-242/+244
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-104/+104
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
5
-77/+228
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-1/+1
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
2
-51/+7
*
closes bpo-31696: don't mention GCC in sys.version when building with clang (...
Benjamin Peterson
2017-10-06
1
-8/+7
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
2
-190/+198
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
2
-0/+103
*
remove tabs from getcompiler.c (#3892)
Benjamin Peterson
2017-10-05
1
-1/+1
*
bpo-30404: The -u option now makes the stdout and stderr streams totally unbu...
Serhiy Storchaka
2017-10-04
1
-4/+8
*
bpo-31683: Py_FatalError() now supports long error messages (#3878)
Victor Stinner
2017-10-04
1
-20/+42
*
bpo-31415: Add `-X importtime` option (GH-3490)
INADA Naoki
2017-10-03
1
-0/+42
*
bpo-31592: Fix an assertion failure in Python parser in case of a bad unicode...
Oren Milman
2017-09-30
1
-12/+16
*
bpo-31574: importlib dtrace (#3749)
Christian Heimes
2017-09-29
1
-0/+10
*
bpo-31285: Remove splitlines identifier from Python/_warnings.c (#3803)
Oren Milman
2017-09-29
1
-3/+0
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-29
1
-21/+0
*
bpo-31588: Validate return value of __prepare__() methods (GH-3764)
Oren Milman
2017-09-27
1
-0/+7
*
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __na...
Oren Milman
2017-09-24
1
-3/+4
*
bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explic...
Oren Milman
2017-09-24
1
-3/+1
*
bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i...
Oren Milman
2017-09-19
1
-0/+5
*
bpo-31492: Fix assertion failures in case of a module with a bad __name__ att...
Oren Milman
2017-09-19
1
-0/+4
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
2
-168/+159
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
5
-63/+128
*
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
[next]