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-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
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
4
-10/+53
*
bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438)
Xtreak
2018-12-21
1
-14/+24
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
5
-6/+18
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-0/+14
*
bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075)
Serhiy Storchaka
2018-12-10
1
-1/+2
*
bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-...
Serhiy Storchaka
2018-12-10
1
-2/+0
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
2
-3/+3
*
bpo-9566: Fix compiler warnings in peephole.c (GH-10652)
Victor Stinner
2018-12-07
1
-21/+47
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
3
-3/+12
*
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10...
Zackery Spytz
2018-12-05
1
-0/+1
*
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)
Siddhesh Poyarekar
2018-11-30
1
-4/+36
*
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner
2018-11-30
1
-2/+8
*
bpo-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415)
INADA Naoki
2018-11-29
1
-2/+8
*
bpo-34100: compile: Re-enable frozenset merging (GH-10760)
INADA Naoki
2018-11-28
1
-2/+57
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
2
-3/+4
*
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
Victor Stinner
2018-11-27
1
-50/+0
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
4
-14/+14
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
6
-29/+29
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
2
-218/+233
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
1
-18/+22
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
4
-4594/+4680
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
2
-0/+2
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
2
-4/+21
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
5
-0/+5
*
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
Victor Stinner
2018-11-22
1
-9/+9
*
bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
Victor Stinner
2018-11-22
1
-4/+2
*
bpo-35059: Cast void* to PyObject* (GH-10650)
Victor Stinner
2018-11-22
1
-3/+4
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
3
-4/+7
*
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
Serhiy Storchaka
2018-11-20
1
-60/+46
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
2
-34/+39
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
2
-24/+57
*
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules ...
Stefano Rivera
2018-11-16
1
-0/+2
*
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
Zackery Spytz
2018-11-16
1
-1/+3
[next]