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
*
closes bpo-42029: Remove dynload_dl (GH-22687)
Kevin Adler
2020-10-14
1
-23/+0
*
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans
2020-10-13
1
-0/+76
*
bpo-41993: Fix possible issues in remove_module() (GH-22631)
Serhiy Storchaka
2020-10-11
1
-10/+13
*
bpo-42002: Clean up initialization of the sys module. (GH-22642)
Serhiy Storchaka
2020-10-11
1
-107/+45
*
bpo-38605: bump the magic number for 'annotations' future (#22630)
Batuhan Taskaya
2020-10-10
1
-111/+111
*
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka
2020-10-10
2
-4/+21
*
bpo-42000: Cleanup the AST related C-code (GH-22641)
Batuhan Taskaya
2020-10-10
1
-10/+4
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-14/+7
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
3
-37/+3
*
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
Serhiy Storchaka
2020-10-05
2
-4/+0
*
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
Victor Stinner
2020-10-01
1
-1/+1
*
bpo-41670: Remove outdated predict macro invocation. (GH-22026)
Mark Shannon
2020-09-29
1
-2/+0
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0/+25
*
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
Mark Shannon
2020-09-25
1
-8/+11
*
bpo-40941: Fix stackdepth compiler warnings (GH-22377)
Victor Stinner
2020-09-23
1
-4/+4
*
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
Victor Stinner
2020-09-23
1
-4/+2
*
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
Victor Stinner
2020-09-23
1
-13/+3
*
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Samuel Marks
2020-09-21
1
-1/+1
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-17/+41
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
8
-414/+398
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
2
-253/+28
*
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Victor Stinner
2020-09-09
1
-1/+1
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
1
-1/+1
*
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner
2020-09-08
1
-16/+18
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
han-solo
2020-09-01
1
-2/+4
*
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Tony Solomonik
2020-08-30
1
-0/+3
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)
wmeehan
2020-08-27
1
-7/+11
*
bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902)
Hai Shi
2020-08-17
1
-4/+2
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Pablo Galindo
2020-08-13
1
-1/+1
*
bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)
Hai Shi
2020-08-12
1
-2/+8
*
bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...
Mark Shannon
2020-08-04
1
-59/+73
*
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon
2020-07-30
5
-4562/+4349
*
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher
2020-07-27
1
-12/+0
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
1
-16/+27
*
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Benjamin Peterson
2020-07-15
1
-1/+1
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
2
-6/+27
*
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner
2020-07-07
2
-3/+85
*
bpo-41218: Only mark async code with CO_COROUTINE. (#21357)
Matthias Bussonnier
2020-07-06
1
-4/+6
*
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is...
Steve Dower
2020-07-06
2
-48/+0
*
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
Victor Stinner
2020-07-04
1
-4/+5
*
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Konge
2020-07-03
1
-3/+7
*
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
tkmikan
2020-07-03
1
-0/+6
*
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
Victor Stinner
2020-07-03
1
-149/+174
*
bpo-41194: The _ast module cannot be loaded more than once (GH-21290)
Victor Stinner
2020-07-03
1
-38/+32
*
bpo-41194: Pass module state in Python-ast.c (GH-21284)
Victor Stinner
2020-07-03
1
-1990/+1890
*
bpo-1635741: Release Unicode interned strings at exit (GH-21269)
Victor Stinner
2020-07-01
1
-0/+1
*
bpo-40521: Cleanup finalize_interp_types() (GH-21265)
Victor Stinner
2020-07-01
1
-2/+2
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
2
-8/+9
*
bpo-39151: Simplify DFS in the assembler (GH-17733)
Pablo Galindo
2020-06-28
1
-33/+18
*
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Lysandros Nikolaou
2020-06-27
2
-2400/+2400
[next]