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
*
Post 3.9.4
Łukasz Langa
2021-04-04
1
-1/+1
*
Python 3.9.4
v3.9.4
Łukasz Langa
2021-04-04
1
-2/+2
*
[3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...
Gregory P. Smith
2021-04-04
2
-1/+18
*
Post 3.9.3
Łukasz Langa
2021-04-02
1
-1/+1
*
Python 3.9.3
v3.9.3
Łukasz Langa
2021-04-02
1
-2/+2
*
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
Mark Shannon
2021-03-02
2
-18/+1
*
Post 3.9.2
Łukasz Langa
2021-02-19
1
-1/+1
*
Python 3.9.2
v3.9.2
Łukasz Langa
2021-02-19
1
-3/+3
*
Post 3.9.2rc1
Łukasz Langa
2021-02-16
1
-1/+1
*
Python 3.9.2rc1
v3.9.2rc1
Łukasz Langa
2021-02-16
1
-4/+4
*
bpo-35295: Remove outdated comment. (GH-24453)
Miss Islington (bot)
2021-02-05
1
-7/+0
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Miss Islington (bot)
2021-01-31
1
-1/+1
*
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Miss Islington (bot)
2021-01-05
1
-3/+3
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) (GH-23734)
Victor Stinner
2020-12-14
1
-0/+2
*
Post 3.9.1
Łukasz Langa
2020-12-08
1
-1/+1
*
Python 3.9.1
v3.9.1
Łukasz Langa
2020-12-07
1
-3/+3
*
Post 3.9.1rc1
Łukasz Langa
2020-11-26
1
-1/+1
*
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
[next]