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
*
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#2...
Guido van Rossum
2020-06-28
2
-2/+3
*
[3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH...
Lysandros Nikolaou
2020-06-27
1
-7/+7
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Miss Islington (bot)
2020-06-24
1
-4/+19
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Miss Islington (bot)
2020-06-22
1
-1/+1
*
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
Miss Islington (bot)
2020-06-13
1
-0/+1
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
Miss Islington (bot)
2020-06-13
1
-1/+1
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+22
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...
Shantanu
2020-06-06
1
-0/+6
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-3/+24
*
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-2/+19
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Miss Islington (bot)
2020-05-18
1
-2/+2
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Miss Islington (bot)
2020-05-18
1
-1/+1
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot)
2020-05-15
1
-5/+8
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
1
-7/+16
*
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-06
1
-7/+7
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Miss Islington (bot)
2020-05-01
1
-0/+1
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
1
-1/+1
*
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)
Victor Stinner
2020-04-24
1
-1/+1
*
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHAS...
Benjamin Peterson
2020-04-04
1
-7/+7
*
Document most common signals (GH-19245) (GH-19257)
Victor Stinner
2020-03-31
1
-1/+1
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136)
Victor Stinner
2020-03-24
1
-2/+10
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516...
Miss Islington (bot)
2020-03-22
1
-0/+11
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Miss Islington (bot)
2020-03-19
1
-2/+5
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)
Victor Stinner
2020-03-16
1
-0/+2
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Miss Islington (bot)
2020-03-15
1
-4/+8
*
bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)
Miss Islington (bot)
2020-03-11
1
-3/+3
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Miss Islington (bot)
2020-03-11
1
-0/+1
*
bpo-39831: Remove outdated comment. (GH-18764)
Miss Islington (bot)
2020-03-03
1
-3/+1
*
bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752)
Stefan Krah
2020-03-03
1
-2/+1
*
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)
Pablo Galindo
2020-03-03
1
-2/+3
*
bpo-38410: Properly handle PySys_Audit() failures (GH-18658)
Serhiy Storchaka
2020-03-02
2
-32/+55
*
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered wit...
Serhiy Storchaka
2020-03-02
1
-3/+3
*
[3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (...
Pablo Galindo
2020-02-23
1
-1/+32
*
[3.8] closes bpo-39630: Update pointers to string literals to be const char *...
Benjamin Peterson
2020-02-14
2
-2/+2
*
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
Miss Islington (bot)
2020-02-12
1
-18/+18
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Miss Islington (bot)
2020-02-12
2
-2/+2
*
[3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...
Lysandros Nikolaou
2020-02-08
1
-2/+3
*
Fix compiler warning on Windows (GH-18012)
Miss Islington (bot)
2020-01-15
1
-1/+1
*
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...
Karthikeyan Singaravelan
2020-01-14
1
-271/+269
*
bpo-39235: Fix end location for genexp in call args (GH-17925)
Miss Islington (bot)
2020-01-09
1
-8/+8
*
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
Miss Islington (bot)
2020-01-06
1
-1/+1
*
Fix constant folding optimization for positional only arguments (GH-17837)
Miss Islington (bot)
2020-01-05
1
-0/+1
*
Fix SystemError when nested function has annotation on positional-only argume...
Miss Islington (bot)
2020-01-05
1
-0/+2
*
Bring Python into the next decade. (GH-17801)
Miss Islington (bot)
2020-01-03
1
-1/+1
*
bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)
Miss Islington (bot)
2020-01-01
1
-1/+1
*
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
Miss Islington (bot)
2019-12-31
1
-1/+1
*
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (G...
Pablo Galindo
2019-12-18
1
-1/+1
*
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)
Miss Islington (bot)
2019-12-15
1
-3/+1
*
Fix elif start column offset when there is an else following (GH-17596) (GH-1...
Miss Islington (bot)
2019-12-14
1
-2/+2
*
Add PYTHONUTF8 to commandline usage. (GH-17587)
Miss Islington (bot)
2019-12-14
1
-0/+1
[next]