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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
2
-12/+12
*
bpo-31890: define METH_STACKLESS (#4159)
Anselm Kruis
2017-11-02
1
-0/+9
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-1/+19
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+19
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto
2017-11-01
1
-7/+12
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
1
-10/+6
*
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...
Erik Bray
2017-10-27
1
-0/+6
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
2
-4/+4
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-2/+0
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
3
-10/+9
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
2
-7/+17
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
4
-12/+27
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-1/+12
*
post 3.7.0a2 development
Ned Deily
2017-10-17
1
-1/+1
*
Bump to 3.7.0a2
v3.7.0a2
Ned Deily
2017-10-17
1
-2/+2
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-0/+2
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
1
-3/+3
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
1
-11/+12
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
1
-0/+16
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
2
-10/+64
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-1/+0
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
2
-66/+65
*
bpo-31574: importlib dtrace (#3749)
Christian Heimes
2017-09-29
2
-0/+6
*
remove support for BSD/OS (closes bpo-31624) (#3812)
Benjamin Peterson
2017-09-29
2
-14/+0
*
post 3.7.0a1 development
Ned Deily
2017-09-19
1
-1/+1
*
Bump to 3.6.0a1
v3.7.0a1
Ned Deily
2017-09-19
1
-2/+2
*
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka
2017-09-17
1
-0/+1
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-0/+6
*
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Serhiy Storchaka
2017-09-15
1
-59/+59
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-0/+2
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
2
-3/+18
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
2
-4/+1
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
4
-27/+8
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-9/+9
*
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
2017-09-12
1
-2/+2
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
2
-4/+1
*
bpo-30860: Always provide serialno. (#3507)
Eric Snow
2017-09-12
1
-1/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
11
-17/+965
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
2
-1/+8
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
1
-8/+8
*
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson
2017-09-07
1
-11/+23
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
5
-21/+9
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
13
-1010/+18
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
13
-18/+1010
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
3
-4/+26
*
bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)
Segev Finer
2017-08-20
1
-4/+4
*
bpo-30747: Attempt to fix atomic load/store (#2383)
Pär Björklund
2017-08-12
1
-10/+295
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
2
-2/+2
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-4/+5
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
1
-3/+0
[next]