Staging
v0.5.1
https://github.com/python/cpython
Revision b91960c687a0a2f7ad4094441c20d834efeb2daf authored by Christian Heimes on 06 May 2008, 13:46:15 UTC, committed by Christian Heimes on 06 May 2008, 13:46:15 UTC
Blocking json for now. It requires a careful redesign in order to
support bytes and unicode strings.

........
  r62734 | brett.cannon | 2008-05-05 22:21:38 +0200 (Mon, 05 May 2008) | 5 lines

  Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
  Ippolito.

  Closes issue #2750.
........
  r62736 | georg.brandl | 2008-05-05 22:53:39 +0200 (Mon, 05 May 2008) | 2 lines

  Fix JSON module docs.
........
  r62748 | benjamin.peterson | 2008-05-06 04:51:10 +0200 (Tue, 06 May 2008) | 2 lines

  PEP 8 nits in json package
........
1 parent e06de8b
History
Tip revision: b91960c687a0a2f7ad4094441c20d834efeb2daf authored by Christian Heimes on 06 May 2008, 13:46:15 UTC
Blocked revisions 62734,62736,62748 via svnmerge
Tip revision: b91960c
File Mode Size
Python.asdl -rw-r--r-- 4.2 KB
acceler.c -rw-r--r-- 2.8 KB
asdl.py -rw-r--r-- 11.4 KB
asdl_c.py -rwxr-xr-x 38.3 KB
bitset.c -rw-r--r-- 977 bytes
firstsets.c -rw-r--r-- 2.2 KB
grammar.c -rw-r--r-- 5.4 KB
grammar.mak -rw-r--r-- 1.3 KB
grammar1.c -rw-r--r-- 1.0 KB
intrcheck.c -rw-r--r-- 2.3 KB
listnode.c -rw-r--r-- 983 bytes
metagrammar.c -rw-r--r-- 2.2 KB
myreadline.c -rw-r--r-- 5.2 KB
node.c -rw-r--r-- 3.5 KB
parser.c -rw-r--r-- 9.9 KB
parser.h -rw-r--r-- 1.0 KB
parsetok.c -rw-r--r-- 6.8 KB
pgen.c -rw-r--r-- 14.7 KB
pgenmain.c -rw-r--r-- 3.3 KB
printgrammar.c -rw-r--r-- 2.5 KB
spark.py -rw-r--r-- 26.5 KB
tokenizer.c -rw-r--r-- 34.8 KB
tokenizer.h -rw-r--r-- 2.6 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top