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-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
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
2
-5/+25
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
1
-115/+76
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
1
-0/+75
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
2
-3/+3
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
2
-1/+12
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
19
-30/+30
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
7
-19/+2
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
2
-4/+4
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
Gregory P. Smith
2018-11-09
1
-10/+12
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
1
-1018/+1055
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
3
-0/+3
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
1
-0/+152
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
Simplify sys.breakpointhook implementation (#9519)
Anthony Sottile
2018-11-01
1
-9/+1
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
5
-16/+10
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
10
-65/+65
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
22
-34/+34
*
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267)
Victor Stinner
2018-10-31
1
-10/+25
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
6
-0/+6
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-0/+1
*
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
Victor Stinner
2018-10-30
2
-25/+21
[next]