Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a4b2bc70f69d93d8252861b455052c051b7167ae
/
Parser
3f22811
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
by Serhiy Storchaka
· 6 years ago
025eb98
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
by Ammar Askar
· 6 years ago
e502451
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
by Benjamin Peterson
· 6 years ago
5061a74
Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114)
by Zackery Spytz
· 6 years ago
3e26e42
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
by Zackery Spytz
· 6 years ago
7c4ab2a
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
by Zackery Spytz
· 6 years ago
53b7d4e
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
by Victor Stinner
· 6 years ago
aba24ff
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)
by Serhiy Storchaka
· 6 years ago
c884616
Fix Windows compiler warning in tokenize.c (GH-8359)
by Victor Stinner
· 6 years ago
ce75df3
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
by ValeriyaSinevich
· 6 years ago
cf7303e
bpo-33305: Improve SyntaxError for invalid numerical literals. (GH-6517)
by Serhiy Storchaka
· 6 years ago
9b9d58f
bpo-31546: Fix input hook integration (GH-7978)
by Thomas A Caswell
· 7 years ago
a5c4228
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
by Serhiy Storchaka
· 7 years ago
73cbe7a
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
by Serhiy Storchaka
· 7 years ago
f320be7
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
by Serhiy Storchaka
· 7 years ago
0a37a30
closes bpo-32460: ensure all non-static globals have initializers (#5061)
by Benjamin Peterson
· 7 years ago
598ceae
bpo-32150: Expand tabs to spaces in C files. (#4583)
by Serhiy Storchaka
· 7 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 7 years ago
f2ddc6a
tokenizer: Remove unused tabs options (#4422)
by Victor Stinner
· 7 years ago
f7e5b56
bpo-32030: Split Py_Main() into subfunctions (#4399)
by Victor Stinner
· 7 years ago
bba2239
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
by Serhiy Storchaka
· 7 years ago
ac31770
bpo-30406: Make async and await proper keywords (#1669)
by Jelle Zijlstra
· 7 years ago
b091bec
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
by Antoine Pitrou
· 7 years ago
5d84cb3
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
by Serhiy Storchaka
· 7 years ago
b2e5794
bpo-31338 (#3374)
by Barry Warsaw
· 7 years ago
2ebc5ce
bpo-30860: Consolidate stateful runtime globals. (#3397)
by Eric Snow
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
05351c1
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
by Eric Snow
· 7 years ago
76d5abc
bpo-30860: Consolidate stateful runtime globals. (#2594)
by Eric Snow
· 7 years ago
a6296d3
bpo-31095: fix potential crash during GC (GH-2974)
by INADA Naoki
· 7 years ago
2af565b
Fix a shadow-compatible-local warning (#2180)
by Yuan Chao Chou
· 7 years ago
c9ccace
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
by Albert-Jan Nijburg
· 8 years ago
fc354f0
bpo-25324: copy tok_name before changing it (#1608)
by Albert-Jan Nijburg
· 8 years ago
cf1958a
Remove obsolete declaration in tokenizer.h (#962)
by Jim Fasarakis-Hilliard
· 8 years ago
0b3ec19
Use NULL rather than 0. (#778)
by Serhiy Storchaka
· 8 years ago
4c78c52
bpo-29622: Make AST constructor to accept less than enough number of positional arguments (GH-249)
by INADA Naoki
· 8 years ago
cb41b27
bpo-29463: Add docstring field to some AST nodes. (#46)
by INADA Naoki
· 8 years ago
d2f4404
Issue #28489: Merge from 3.6
by Berker Peksag
· 8 years ago
6f80562
Issue #28489: Fix comment in tokenizer.c
by Berker Peksag
· 8 years ago
fc48908
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
by INADA Naoki
· 8 years ago
a5ed5f0
Use _PyObject_CallNoArg()
by Victor Stinner
· 8 years ago
0651583
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
by Serhiy Storchaka
· 8 years ago
6c2b9d3
Issue #28333: Fixes off-by-one error that was adding an extra space.
by Steve Dower
· 8 years ago
59bd34f
Issue #28333: Remove unnecessary increment.
by Steve Dower
· 8 years ago
3cd187b
Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun)
by Steve Dower
· 8 years ago
5e80855
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 8 years ago
cf38060
Issue #24098: Fixed possible crash when AST is changed in process of
by Serhiy Storchaka
· 8 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 8 years ago
f5e8e8f
merge 3.5 (#24022)
by Benjamin Peterson
· 8 years ago
57bda33
merge 3.4
by Benjamin Peterson
· 8 years ago
26d998c
properly handle the single null-byte file (closes #24022)
by Benjamin Peterson
· 8 years ago
9ac11a7
properly free memory in pgen
by Benjamin Peterson
· 8 years ago
5a715cf
merge 3.5 (#27981)
by Benjamin Peterson
· 8 years ago
35ee948
restructure fp_setreadl so as to avoid refleaks (closes #27981)
by Benjamin Peterson
· 8 years ago
a721aba
Issue #26331: Implement the parsing part of PEP 515.
by Brett Cannon
· 8 years ago
52c4e7c
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
by Yury Selivanov
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
c6cc23d
Skip unused value in tokenizer code
by Christian Heimes
· 8 years ago
3929499
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
by Steve Dower
· 8 years ago
940f33a
Issue #23524: Finish removing _PyVerify_fd from sources
by Steve Dower
· 8 years ago
2f8bfef
replace PY_SIZE_MAX with SIZE_MAX
by Benjamin Peterson
· 8 years ago
ca47063
replace Py_(u)intptr_t with the c99 standard types
by Benjamin Peterson
· 8 years ago
4bb31e9
Fix a clang warning in grammar.c
by Victor Stinner
· 8 years ago
531396c
Issue #27336: Fix compilation failures --without-threads
by Berker Peksag
· 9 years ago
ec39756
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
4884271
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
by Serhiy Storchaka
· 9 years ago
2a65ecb
Issue #26130: Remove redundant variable 's' from Parser/parser.c
by Berker Peksag
· 9 years ago
7285d52
remove duplicated check for fractions and complex numbers (closes #26076)
by Benjamin Peterson
· 9 years ago
a051bf3
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
0611c26
On memory error, dump the memory block traceback
by Victor Stinner
· 9 years ago
8a1be61
Add more checks on the GIL
by Victor Stinner
· 9 years ago
25219f5
Issue #26146: remove useless code
by Victor Stinner
· 9 years ago
f2c1aa1
Add ast.Constant
by Victor Stinner
· 9 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
2d06e84
Issue #25923: Added the const qualifier to static constant arrays.
by Serhiy Storchaka
· 9 years ago
f006940
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
5a57ade
Issue #20440: Massive replacing unsafe attribute setting code with special
by Serhiy Storchaka
· 9 years ago
0304729
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 9 years ago
7e2b870
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 9 years ago
0d44111
Issue #25388: Fixed tokenizer crash when processing undecodable source code
by Serhiy Storchaka
· 9 years ago
f9827ea
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 9 years ago
c106c68
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
by Victor Stinner
· 9 years ago
860c8a4
merge 3.5 (#25502)
by Benjamin Peterson
· 9 years ago
669ff66
remove duplicated imports (closes #25502)
by Benjamin Peterson
· 9 years ago
fc632e3
Merge with 3.5.
by Serhiy Storchaka
· 9 years ago
235a6f0
Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation is still needed, I'll open an issue for that.
by Eric V. Smith
· 9 years ago
6408dc8
Fixed indentation.
by Eric V. Smith
· 9 years ago
481d3af
Make asdl_c.py to generate Python-ast.c changed in issue #15989.
by Serhiy Storchaka
· 9 years ago
96ec934
Issue #24619: Simplify async/await tokenization.
by Yury Selivanov
· 9 years ago
8fb307c
Issue #24619: New approach for tokenizing async/await.
by Yury Selivanov
· 9 years ago
8085b80
Issue 24226: Fix parsing of many sequential one-line 'def' statements.
by Yury Selivanov
· 10 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
273a720
merge 3.4 (#24022)
by Benjamin Peterson
· 10 years ago
d73aca7
do not call into python api if an exception is set (#24022)
by Benjamin Peterson
· 10 years ago
45ec328
Removed trailing whitespaces in miscalenous files.
by Serhiy Storchaka
· 10 years ago
a8cd4d4
Got rid of warnings "suggest braces around empty body in an ‘else’ statement"
by Serhiy Storchaka
· 10 years ago
df1b699
Issue #22823: Use set literals instead of creating a set from a list
by Raymond Hettinger
· 10 years ago
67c719b
Silenced some warnings about comparison between signed and unsigned integer
by Serhiy Storchaka
· 10 years ago
Next »