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-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Miss Islington (bot)
2020-09-21
1
-1/+1
*
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
Pablo Galindo
2020-09-15
2
-253/+23
*
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Miss Islington (bot)
2020-09-09
1
-1/+1
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Miss Islington (bot)
2020-09-09
1
-1/+1
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Miss Islington (bot)
2020-09-04
1
-1/+1
*
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Miss Islington (bot)
2020-09-04
1
-0/+3
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
Miss Islington (bot)
2020-09-01
1
-2/+4
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
Miss Islington (bot)
2020-08-30
1
-7/+11
*
[3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)
Victor Stinner
2020-08-10
1
-150/+176
*
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Miss Islington (bot)
2020-07-15
1
-1/+1
*
[3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)
Pablo Galindo
2020-07-06
1
-4/+6
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Miss Islington (bot)
2020-07-06
2
-48/+0
*
bpo-21222: Fix improperly merged change so that final hooks are called before...
Steve Dower
2020-07-03
1
-2/+2
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Steve Dower
2020-07-03
1
-3/+7
*
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
Miss Islington (bot)
2020-07-03
1
-0/+6
*
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (...
Victor Stinner
2020-07-03
1
-2006/+1900
*
[3.9] 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.9] bpo-41076: Pre-feed the parser with the f-string expression location (G...
Pablo Galindo
2020-06-28
2
-2446/+2445
*
[3.9] 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-41061: Fix incorrect expressions in hashtable (GH-21028)
Miss Islington (bot)
2020-06-22
1
-2/+2
*
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...
Miss Islington (bot)
2020-06-22
1
-1/+1
*
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
Inada Naoki
2020-06-18
1
-0/+4
*
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...
Miss Islington (bot)
2020-06-16
1
-4/+8
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Miss Islington (bot)
2020-06-15
1
-10/+17
*
bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
Miss Islington (bot)
2020-06-15
1
-0/+2
*
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
*
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...
Ćukasz Langa
2020-06-09
2
-2005/+2168
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Victor Stinner
2020-06-08
2
-7/+27
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Victor Stinner
2020-06-08
3
-18/+28
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Miss Islington (bot)
2020-06-08
2
-2168/+2005
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Miss Islington (bot)
2020-06-06
1
-0/+22
*
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
Victor Stinner
2020-06-03
4
-28/+18
*
[3.9] Fix MSVC warnings in pythonrun.c (GH-20587) (GH-20592)
Ammar Askar
2020-06-03
1
-8/+8
*
Make sure that keyword arguments are merged into the arguments dictionary whe...
Miss Islington (bot)
2020-06-01
1
-0/+3
*
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH...
Miss Islington (bot)
2020-05-29
1
-0/+11
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Miss Islington (bot)
2020-05-28
1
-0/+1
*
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-2...
Pablo Galindo
2020-05-27
1
-0/+6
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-3/+24
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Miss Islington (bot)
2020-05-22
1
-9/+53
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
5
-102/+0
*
bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...
Batuhan Taskaya
2020-05-18
1
-1/+12
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong
2020-05-18
1
-2/+2
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Minmin Gong
2020-05-18
1
-1/+1
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-0/+14
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Gregory P. Smith
2020-05-15
1
-5/+8
*
Fix typo in code comment in main_loop label. (GH-20068)
Chris Jerdonek
2020-05-15
1
-1/+1
*
bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072)
Guido van Rossum
2020-05-15
1
-19/+47
*
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo
2020-05-15
1
-5/+8
[next]