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
*
Python 3.9.1rc1
v3.9.1rc1
Łukasz Langa
2020-11-24
1
-4/+4
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Victor Stinner
2020-11-17
1
-0/+1
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)
Victor Stinner
2020-11-13
2
-9/+18
*
bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...
Miss Skeleton (bot)
2020-10-10
2
-8/+7
*
Post 3.9.0
Łukasz Langa
2020-10-05
1
-1/+1
*
Python 3.9.0
v3.9.0
Łukasz Langa
2020-10-05
1
-3/+3
*
Fix a compiler warning in pycore_pylifecycle.h (GH-22331)
Pablo Galindo
2020-10-04
1
-1/+1
*
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
Miss Islington (bot)
2020-10-04
1
-1/+3
*
Post 3.9.0rc2
Łukasz Langa
2020-09-17
1
-1/+1
*
Python 3.9.0rc2
v3.9.0rc2
Łukasz Langa
2020-09-16
1
-2/+2
*
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
Pablo Galindo
2020-09-15
1
-0/+1
*
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)
Victor Stinner
2020-09-01
1
-4/+6
*
Post 3.9.0rc1
Łukasz Langa
2020-08-11
1
-1/+1
*
Python 3.9.0rc1
v3.9.0rc1
Łukasz Langa
2020-08-11
1
-3/+3
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Miss Islington (bot)
2020-08-07
1
-2/+8
*
bpo-41366: Fix clang warning for sign conversion (GH-21592)
Miss Islington (bot)
2020-07-23
1
-1/+1
*
Post 3.9.0b5
Łukasz Langa
2020-07-20
1
-1/+1
*
Python 3.9.0b5
v3.9.0b5
Łukasz Langa
2020-07-20
1
-2/+2
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Miss Islington (bot)
2020-07-08
1
-2/+10
*
bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
Miss Islington (bot)
2020-07-06
1
-1/+5
*
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
Miss Islington (bot)
2020-07-05
1
-2/+2
*
Post 3.9.0b4
Łukasz Langa
2020-07-03
1
-1/+1
*
Python 3.9.0b4
v3.9.0b4
Łukasz Langa
2020-07-02
1
-2/+2
*
[3.9] bpo-40939: Deprecate PyNode_Compile (GH-21036)
Lysandros Nikolaou
2020-06-22
1
-0/+3
*
[3.9] Do not emit deprecation warnings inside CPython for old parser APIs (GH...
Pablo Galindo
2020-06-21
1
-7/+15
*
[3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)
Lysandros Nikolaou
2020-06-21
1
-8/+7
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-22/+23
*
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
Miss Islington (bot)
2020-06-17
1
-0/+20
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Miss Islington (bot)
2020-06-15
1
-15/+2
*
Post 3.9.0b3
Łukasz Langa
2020-06-09
1
-1/+1
*
Python 3.9.0b3
v3.9.0b3
Łukasz Langa
2020-06-09
1
-2/+2
*
Post 3.9.0b2
Łukasz Langa
2020-06-09
1
-1/+1
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
1
-2/+2
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
1
-0/+1
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
2
-1/+17
*
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
Miss Islington (bot)
2020-06-07
1
-0/+5
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
1
-1/+18
*
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
Victor Stinner
2020-06-03
1
-0/+3
*
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Miss Islington (bot)
2020-06-02
1
-2/+2
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Miss Islington (bot)
2020-05-22
1
-1/+1
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
4
-21/+0
*
Post 3.9.0b1
Łukasz Langa
2020-05-19
1
-1/+1
*
Python 3.9.0b1
v3.9.0b1
Łukasz Langa
2020-05-18
1
-3/+3
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-0/+17
*
Update code comment re: location of struct _is. (GH-20067)
Chris Jerdonek
2020-05-15
1
-1/+1
*
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner
2020-05-14
1
-11/+12
*
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner
2020-05-13
1
-8/+14
*
bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078)
Victor Stinner
2020-05-13
2
-3/+1
*
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner
2020-05-13
1
-67/+21
*
bpo-40609: _tracemalloc allocates traces (GH-20064)
Victor Stinner
2020-05-13
1
-10/+0
[next]