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
*
00147-add-debug-malloc-stats.patch
Fedora Python maintainers
2020-09-29
2
-1/+54
*
00143-tsc-on-ppc.patch
Fedora Python maintainers
2020-09-29
1
-12/+30
*
00112-2.7.13-debug-build.patch
Fedora Python maintainers
2020-09-29
2
-3/+14
*
00055-systemtap.patch
Fedora Python maintainers
2020-09-29
1
-0/+59
*
[2.7] Bring Python into the next decade. (GH-17805)
Benjamin Peterson
2020-01-03
1
-1/+1
*
bpo-38730: Replace strncpy in import.c with memcpy. (GH-17633)
Benjamin Peterson
2019-12-17
1
-3/+3
*
[2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)
Benjamin Peterson
2019-11-07
1
-2/+2
*
[2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...
Serhiy Storchaka
2019-10-26
1
-2/+3
*
[2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16...
Serhiy Storchaka
2019-10-21
1
-1/+13
*
bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047)
Kirill Smelkov
2019-10-03
1
-6/+9
*
[2.7] bpo-33006 - Correct filter doc string to clarify 2nd argument can be it...
Tony Flury
2019-05-29
1
-5/+6
*
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
Inada Naoki
2019-04-09
1
-1/+1
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12332)
Victor Stinner
2019-03-14
1
-53/+25
*
[2.7] Bump copyright years to 2019. (GH-11408)
Benjamin Peterson
2019-01-02
1
-1/+1
*
[2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...
Serhiy Storchaka
2018-12-19
2
-3/+3
*
ceval.c: mark debug 'filename' variable as unused (GH-11074)
Victor Stinner
2018-12-10
1
-3/+7
*
bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829)
Victor Stinner
2018-11-30
1
-3/+3
*
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823)
Victor Stinner
2018-11-30
1
-4/+36
*
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
Miss Islington (bot)
2018-11-16
1
-1/+3
*
[2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588)
Victor Stinner
2018-09-26
1
-2/+0
*
bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449)
tzickel
2018-09-10
1
-0/+3
*
[2.7] Issue GH-18560: Fix potential NULL pointer dereference in sum(). (GH-8892)
Benjamin Peterson
2018-08-24
1
-0/+5
*
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...
Miss Islington (bot)
2018-08-24
1
-0/+5
*
[2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_nam...
Alexey Izbyshev
2018-08-22
1
-0/+2
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
4
-6/+5
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Miss Islington (bot)
2018-07-11
1
-1/+1
*
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
Serhiy Storchaka
2018-07-11
1
-1/+1
*
[2.7] bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564). (GH...
Serhiy Storchaka
2018-04-26
1
-8/+30
*
[2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...
Serhiy Storchaka
2018-04-01
1
-18/+19
*
Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033)
Xiang Zhang
2018-03-09
1
-1/+8
*
bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574)
INADA Naoki
2018-02-07
1
-2/+10
*
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494)
Mariatta
2018-02-02
1
-4/+3
*
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
Benjamin Peterson
2018-01-05
1
-1/+1
*
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...
Serhiy Storchaka
2017-12-02
1
-17/+71
*
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657)
Victor Stinner
2017-11-30
1
-2/+18
*
fix marshal uninitialized variable warnings (#4114)
Benjamin Peterson
2017-10-25
1
-0/+6
*
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
Victor Stinner
2017-10-17
1
-1/+3
*
bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)
Victor Stinner
2017-10-17
1
-10/+17
*
[2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
Miss Islington (bot)
2017-10-05
1
-1/+1
*
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...
Oren Milman
2017-09-30
1
-2/+3
*
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-1/+7
*
[2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...
Serhiy Storchaka
2017-09-11
1
-1/+3
*
Fix a shadow-compatible-local warning (#2182)
Yuan Chao Chou
2017-08-04
1
-135/+135
*
[2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
1
-18/+28
*
bpo-23787: Change sum() docstring from sequence to iterable (GH-1859)
Mariatta
2017-06-06
1
-3/+3
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-3/+3
*
bpo-29935: Fixed error messages in the index() method of tuple and list (#887...
Serhiy Storchaka
2017-03-30
1
-1/+21
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)
Serhiy Storchaka
2017-03-08
1
-0/+1
[next]