- 08 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
-
- 12 Mar, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified.
-
- 21 Agu, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Kushal Das.
-
- 14 May, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 30 Kas, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Approved by Raymond Hettinger.
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 04 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
the memory consumption of said decoded objects when they use the same strings as keys.
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 May, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
json also now works only with unicode strings Patch by Antoine Pitrou; updated by me
-
- 21 Nis, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Mar, 2009 1 kayıt (commit)
-
-
Bob Ippolito yazdı
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
-
- 19 Mar, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 17 Mar, 2009 1 kayıt (commit)
-
-
Bob Ippolito yazdı
-
- 08 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ 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 ........ r62769 | christian.heimes | 2008-05-06 18:18:41 +0200 (Tue, 06 May 2008) | 2 lines Intern static string Use float constructors instead of magic code for float constants ........
-
- 05 May, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
Ippolito. Closes issue #2750.
-