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
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Miss Islington (bot)
2018-10-12
1
-1/+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Miss Islington (bot)
2018-10-11
1
-2/+4
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Miss Islington (bot)
2018-10-02
1
-8/+9
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Miss Islington (bot)
2018-09-30
1
-4/+7
*
Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9586)
Victor Stinner
2018-09-26
1
-2/+0
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Miss Islington (bot)
2018-09-21
1
-23/+62
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
1
-2/+2
*
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...
Victor Stinner
2018-09-18
1
-2/+2
*
Make sure the line comes from the same node as the col offset. (GH-9189)
Miss Islington (bot)
2018-09-11
1
-3/+3
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
Miss Islington (bot)
2018-09-11
1
-18/+21
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Miss Islington (bot)
2018-09-10
1
-14/+16
*
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046)
Victor Stinner
2018-09-03
1
-1/+13
*
[3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987)
Victor Stinner
2018-08-29
1
-12/+34
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981)
Victor Stinner
2018-08-28
1
-4/+6
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974)
Victor Stinner
2018-08-28
1
-1/+1
*
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
Miss Islington (bot)
2018-08-26
1
-0/+1
*
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum...
Miss Islington (bot)
2018-08-24
1
-0/+5
*
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (...
Miss Islington (bot)
2018-08-22
1
-0/+2
*
[3.7] bpo-34247: Fix Python 3.7 initialization (#8659)
Victor Stinner
2018-08-05
1
-46/+110
*
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...
Miss Islington (bot)
2018-07-23
1
-0/+4
*
bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418)
Miss Islington (bot)
2018-07-23
1
-5/+8
*
bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)
Miss Islington (bot)
2018-07-21
1
-4/+10
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352)
Miss Islington (bot)
2018-07-21
1
-3/+20
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
Miss Islington (bot)
2018-07-14
1
-0/+2
*
bpo-34080: Fix a memory leak in the compiler. (GH-8222)
Miss Islington (bot)
2018-07-11
1
-1/+1
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Miss Islington (bot)
2018-07-11
1
-1/+3
*
bpo-22689: Copy the result of getenv() in sys_breakpointhook(). (GH-8194)
Miss Islington (bot)
2018-07-09
1
-1/+14
*
bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH...
Miss Islington (bot)
2018-07-09
1
-4/+11
*
Fix GCC warning in Python/hamt.c (GH-7618)
Miss Islington (bot)
2018-07-06
1
-1/+1
*
bpo-24596: Decref module in PyRun_SimpleFileExFlags() on SystemExit (GH-7918)...
Miss Islington (bot)
2018-07-03
1
-1/+2
*
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
Miss Islington (bot)
2018-06-28
1
-0/+5
*
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Miss Islington (bot)
2018-06-24
1
-6/+9
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Miss Islington (bot)
2018-06-22
1
-0/+5
*
bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Miss Islington (bot)
2018-06-04
1
-1/+7
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-2/+2
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Miss Islington (bot)
2018-05-31
1
-1/+2
*
bpo-32911: Revert bpo-29463. (GH-7121)
Serhiy Storchaka
2018-05-29
7
-3266/+3220
*
bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074)
Miss Islington (bot)
2018-05-23
1
-1/+0
*
[3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774)...
Serhiy Storchaka
2018-05-20
2
-537/+291
*
bpo-33509: Fix _warnings for module_globals=None (GH-6833)
Miss Islington (bot)
2018-05-15
1
-1/+8
*
bpo-32604: Remove xid registry. (#6813)
Eric Snow
2018-05-15
1
-258/+0
*
bpo-28055: Fix unaligned accesses in siphash24(). (GH-6123)
Miss Islington (bot)
2018-05-13
1
-13/+13
*
[3.7] bpo-33363: raise SyntaxError for async for/with outside async functions...
Zsolt Dollenstein
2018-04-27
1
-0/+7
*
bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564)
Miss Islington (bot)
2018-04-25
1
-9/+24
*
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6...
Miss Islington (bot)
2018-04-25
1
-5/+0
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Miss Islington (bot)
2018-04-20
2
-3/+3
*
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when in...
Brett Cannon
2018-04-07
1
-611/+614
*
[3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399)
Miss Islington (bot)
2018-04-06
1
-1/+1
*
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
Miss Islington (bot)
2018-04-06
1
-2/+0
[next]