GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parser
/
string_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove full stop from a bytes-related SyntaxError message (GH-24300)
numbermaniac
2021-01-23
1
-1
/
+1
*
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo
2021-01-03
1
-1
/
+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-1
/
+1
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes
2020-11-18
1
-0
/
+3
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-4
/
+4
*
Fix trivial typo in the PEG string parser (GH-21508)
Eric V. Smith
2020-07-16
1
-1
/
+1
*
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Benjamin Peterson
2020-07-16
1
-15
/
+16
*
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Lysandros Nikolaou
2020-06-28
1
-242
/
+22
*
bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173)
Lysandros Nikolaou
2020-06-27
1
-7
/
+7
*
Remove old comment in string_parser.c (GH-20906)
Pablo Galindo
2020-06-16
1
-5
/
+0
*
Improve readability and style in parser files (GH-20884)
Pablo Galindo
2020-06-15
1
-98
/
+130
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-0
/
+1421