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-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
8
-66/+174
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-1/+3
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
4
-111/+165
*
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize
2019-02-24
2
-4/+4
*
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1...
Eric Snow
2019-02-23
1
-1/+8
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
1
-0/+11
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
1
-1/+1
*
Re-init _Py_UnhandledKeyboardInterrupt before run. (GH-11963)
Gregory P. Smith
2019-02-21
1
-0/+11
*
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
Stéphane Wirtel
2019-02-20
1
-2/+5
*
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Inada Naoki
2019-02-20
3
-47/+75
*
bpo-36049: Fix compiler warning in Python/ast.c (GH-11949)
Pablo Galindo
2019-02-19
1
-1/+1
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
2
-2/+15
*
bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639)
Serhiy Storchaka
2019-02-16
1
-3/+3
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
1
-6/+140
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
1
-2/+6
*
Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821)
Guido van Rossum
2019-02-11
1
-0/+4
*
bpo-35766 follow-up: Add an error check to new_type_comment() (#11766)
Guido van Rossum
2019-02-11
1
-0/+2
*
Fix compiler warning about non initialised variable (GH-11806)
Pablo Galindo
2019-02-10
1
-2/+2
*
Fix compiler warnings about end_col_offset and end_lineno (GH-11735)
Ivan Levkivskyi
2019-02-10
1
-5/+2
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-656/+657
*
bpo-35890 : Fix some API calling consistency (GH-11742)
Minmin Gong
2019-02-03
2
-6/+12
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
2
-0/+8
*
bpo-33316: PyThread_release_lock always fails (GH-6541)
native-api
2019-02-02
1
-2/+3
*
bpo-35879: Fix type comment leaks (GH-11728)
Guido van Rossum
2019-02-01
1
-3/+8
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
2019-02-01
1
-1/+1
*
bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11...
Guido van Rossum
2019-02-01
1
-3/+2
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
5
-520/+1343
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
2
-4/+10
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
5
-552/+871
*
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
2
-71/+89
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-83/+172
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
2
-25/+26
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
4
-221/+712
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
1
-0/+47
*
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
Serhiy Storchaka
2019-01-15
1
-10/+15
*
bpo-34756: Silence only ImportError and AttributeError in sys.breakpointhook(...
Serhiy Storchaka
2019-01-14
1
-0/+6
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
4
-24/+28
*
bpo-35634: Raise an error when first passed kwargs contains duplicated keys. ...
Serhiy Storchaka
2019-01-12
1
-48/+45
*
bpo-35494: Improve syntax error messages for unbalanced parentheses in f-stri...
Serhiy Storchaka
2019-01-12
1
-4/+27
*
bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524)
Serhiy Storchaka
2019-01-12
1
-13/+18
*
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow
2019-01-11
1
-25/+83
*
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...
Michael Felt
2019-01-11
1
-1/+1
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
4
-49/+89
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
5
-33/+124
*
bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx()....
Zackery Spytz
2019-01-10
1
-1/+0
*
remove doc-string declaration no longer used after AC conversion (GH-11444)
Tal Einat
2019-01-06
1
-4/+0
*
Bump copyright years to 2019. (GH-11404)
Benjamin Peterson
2019-01-02
1
-1/+1
*
bpo-20182: AC convert Python/sysmodule.c (GH-11328)
Tal Einat
2018-12-31
2
-409/+1447
*
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík
2018-12-31
1
-2/+2
*
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt
2018-12-28
1
-0/+14
[next]