This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
633a92ff20fac830409faa91f0e5bc7ff03759df
cpython
/
Parser
T
History
Martin v. Löwis
b26a9b10ea
Replace WaitForSingleObject with WaitForSingleObjectEx,
...
for better WinRT compatibility.
2013-01-25 14:25:48 +01:00
..
acceler.c
…
asdl_c.py
create NameConstant AST class for None, True, and False literals (
closes
#16619
)
2012-12-06 17:41:04 -05:00
asdl.py
create NameConstant AST class for None, True, and False literals (
closes
#16619
)
2012-12-06 17:41:04 -05:00
bitset.c
…
firstsets.c
…
grammar1.c
make PyGrammar_LabelRepr return a const char * (
closes
#16369
)
2012-10-31 13:36:13 -04:00
grammar.c
…
listnode.c
…
metagrammar.c
…
myreadline.c
Replace WaitForSingleObject with WaitForSingleObjectEx,
2013-01-25 14:25:48 +01:00
node.c
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
2012-09-20 20:56:47 +02:00
parser.c
…
parser.h
…
parsetok_pgen.c
Issue
#10785
: Store the filename as Unicode in the Python parser.
2011-04-05 00:39:01 +02:00
parsetok.c
Remove unused variables in parsetok().
2012-08-11 11:16:18 +02:00
pgen.c
…
pgenmain.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
printgrammar.c
Compile pgenmain.c and printgrammar.c with PGEN defined
2010-12-28 23:05:20 +00:00
Python.asdl
create NameConstant AST class for None, True, and False literals (
closes
#16619
)
2012-12-06 17:41:04 -05:00
spark.py
#11515
: fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 05:18:48 +02:00
tokenizer_pgen.c
…
tokenizer.c
make _PyParser_TokenNames const
2012-10-24 08:21:52 -07:00
tokenizer.h
Issue
#9319
: Include the filename in "Non-UTF8 code ..." syntax error.
2011-04-05 01:48:03 +02:00