Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9bdd2de84c1af55fbc006d3f892313623bd0195c
/
Python
d4f9cf5
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
by Serhiy Storchaka
· 6 years ago
1005c84
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
by Victor Stinner
· 6 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 6 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 6 years ago
b619b09
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
by Serhiy Storchaka
· 6 years ago
59423e3
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
by Victor Stinner
· 6 years ago
c2e1607
bpo-34100: Merge constants recursively (GH-8341)
by INADA Naoki
· 6 years ago
ec13b93
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
by Victor Stinner
· 6 years ago
353933e
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
by Victor Stinner
· 6 years ago
3bb183d
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
by Victor Stinner
· 6 years ago
4d73ae7
bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655)
by Victor Stinner
· 6 years ago
c48ff73
bpo-18407: win32_urandom() uses PY_DWORD_MAX (GH-10656)
by Victor Stinner
· 6 years ago
a42de74
bpo-35059: Cast void* to PyObject* (GH-10650)
by Victor Stinner
· 6 years ago
bcda8f1
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
by Victor Stinner
· 6 years ago
97f1efb
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
by Serhiy Storchaka
· 6 years ago
02e6bf7
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
by Victor Stinner
· 6 years ago
177a41a
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860)
by Steve Dower
· 6 years ago
338d54f
bpo-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766)
by Stefano Rivera
· 6 years ago
ad65f15
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
by Zackery Spytz
· 6 years ago
37cd982
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
by Victor Stinner
· 6 years ago
01de89c
bpo-35233: InitConfigTests tests more config vars (GH-10541)
by Victor Stinner
· 6 years ago
7ddd56f
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
by Victor Stinner
· 6 years ago
3015fb8
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
by Gregory P. Smith
· 6 years ago
1584a00
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
by Gregory P. Smith
· 6 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 6 years ago
5f2df88
bpo-35177: Add dependencies between header files (GH-10361)
by Victor Stinner
· 6 years ago
d17a693
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
by Victor Stinner
· 6 years ago
49fa4a9
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
by Gregory P. Smith
· 6 years ago
a6e956b
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
by Elvis Pranskevichus
· 6 years ago
9fc57a3
bpo-35081: Add pycore_fileutils.h (GH-10371)
by Victor Stinner
· 6 years ago
5ed6995
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
by Victor Stinner
· 6 years ago
34fd4c2
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
by Serhiy Storchaka
· 6 years ago
dce345c
Simplify sys.breakpointhook implementation (#9519)
by Anthony Sottile
· 6 years ago
a1c249c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
by Victor Stinner
· 6 years ago
50b4857
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
by Victor Stinner
· 6 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 6 years ago
3a228ab
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267)
by Victor Stinner
· 6 years ago
2be00d9
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
by Victor Stinner
· 6 years ago
31368a4
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
by Victor Stinner
· 6 years ago
9204fb8
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
by Victor Stinner
· 6 years ago
e1b2995
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
by Victor Stinner
· 6 years ago
905f1ac
bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232)
by Victor Stinner
· 6 years ago
3e429dc
bpo-33237: Improve AttributeError message for partially initialized module. (GH-6398)
by Serhiy Storchaka
· 6 years ago
95b6acf
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
by Serhiy Storchaka
· 6 years ago
c93c58b
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
by Serhiy Storchaka
· 6 years ago
49c75a8
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
by Pablo Galindo
· 6 years ago
9e14e49
bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
by Quentin Agren
· 6 years ago
d7c3e5f
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
by Quentin
· 6 years ago
d31e773
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
by Serhiy Storchaka
· 6 years ago
3bd0d62
Fix typos in comments (GH-9905)
by Quan Tian
· 6 years ago
6543912
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
by Serhiy Storchaka
· 6 years ago
74a8b6e
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Stéphane Wirtel
· 6 years ago
de2aea0
bpo-34939: Allow annotated global names in module namespace (GH-9844)
by Pablo Galindo
· 6 years ago
53ebf4b
Fix an incorrect check in compiler_try_except(). (GH-9810)
by Zackery Spytz
· 6 years ago
fc439d2
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
by Zackery Spytz
· 6 years ago
cbda8fc
closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666)
by Benjamin Peterson
· 6 years ago
2a2940e
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
by Serhiy Storchaka
· 6 years ago
eef0596
bpo-31370: Remove references to threadless builds (#8805)
by Zackery Spytz
· 6 years ago
3f22811
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
by Serhiy Storchaka
· 6 years ago
5a5ce06
bpo-5950: Support reading zips with comments in zipimport (#9548)
by Zackery Spytz
· 6 years ago
025eb98
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
by Ammar Askar
· 6 years ago
fd97d1f
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
by David Cuthbert
· 6 years ago
2ec872b
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Yury Selivanov
· 6 years ago
06e7608
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
by Victor Stinner
· 6 years ago
e89de73
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
by jdemeyer
· 6 years ago
9da3961
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
by Serhiy Storchaka
· 6 years ago
79d1c2e
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
by Serhiy Storchaka
· 6 years ago
7bdf282
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
by Serhiy Storchaka
· 6 years ago
dbdee00
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
by Victor Stinner
· 6 years ago
7a0791b
bpo-34589: C locale coercion off by default (GH-9073)
by Victor Stinner
· 6 years ago
188ebfa
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
by Victor Stinner
· 6 years ago
da8d72c
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
by Serhiy Storchaka
· 6 years ago
ddd1949
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
by Benjamin Peterson
· 6 years ago
5903296
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
by Eric Snow
· 6 years ago
53c427e
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
by Eric V. Smith
· 6 years ago
c9a71dd
closes bpo-34641: Further restrict the LHS of keyword argument function call syntax. (GH-9212)
by Benjamin Peterson
· 6 years ago
e502451
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
by Benjamin Peterson
· 6 years ago
9dfa0fe
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
by Raymond Hettinger
· 6 years ago
d13e59c
Make sure the line comes from the same node as the col offset. (GH-9189)
by Benjamin Peterson
· 6 years ago
acd282f
Initialize a variable to make the compiler happy. (GH-9153)
by Benjamin Peterson
· 6 years ago
90fc898
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175)
by guoci
· 6 years ago
d545869
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
by Benjamin Peterson
· 6 years ago
8ea0911
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)
by Victor Stinner
· 6 years ago
95d630e
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInterpreterState_New()` (GH-8767)
by Pablo Galindo
· 6 years ago
fbca908
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
by Victor Stinner
· 6 years ago
de42755
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
by Victor Stinner
· 6 years ago
cf21504
bpo-34485: Emit C locale coercion warning later (GH-9002)
by Victor Stinner
· 6 years ago
3d4226a
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
by Victor Stinner
· 6 years ago
c5989cd
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
by Victor Stinner
· 6 years ago
70fead2
bpo-34523: Fix config_init_fs_encoding() (GH-8991)
by Victor Stinner
· 6 years ago
b2457ef
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
by Victor Stinner
· 6 years ago
dfe0dc7
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
by Victor Stinner
· 6 years ago
177d921
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
by Victor Stinner
· 6 years ago
315877d
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
by Victor Stinner
· 6 years ago
124b9eb
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
by Victor Stinner
· 6 years ago
2c8ddcf
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
by Victor Stinner
· 6 years ago
9e4994d
bpo-34485: Enhance init_sys_streams() (GH-8978)
by Victor Stinner
· 6 years ago
d500e53
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
by Victor Stinner
· 6 years ago
5cb2589
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
by Victor Stinner
· 6 years ago
a2eefa6
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
by Alexey Izbyshev
· 6 years ago
Next »