Staging
v0.5.0
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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 570 bytes
.hgtags -rw-r--r-- 2.7 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.2 KB
README -rw-r--r-- 7.3 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 649.2 KB
configure.in -rw-r--r-- 98.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.8 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.3 KB

README

back to top