[issue5729] Allows tabs for indenting JSON output

2011-05-29 Thread Éric Araujo
Éric Araujo added the comment: See #11964 for a documentation problem with this change. -- ___ Python tracker ___ ___ Python-bugs-list

[issue5729] Allows tabs for indenting JSON output

2010-10-31 Thread Raymond Hettinger
Raymond Hettinger added the comment: Updated and applied in r86022. -- resolution: -> accepted status: open -> closed ___ Python tracker ___

[issue5729] Allows tabs for indenting JSON output

2010-10-16 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue5729] Allows tabs for indenting JSON output

2010-10-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: bob.ippolito -> nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue5729] Allows tabs for indenting JSON output

2010-10-15 Thread Bob Ippolito
Bob Ippolito added the comment: Sorry but I don't think I will be able to. I'd be happy to accept patches into simplejson that make it easier to merge with Python 3 in the future, but I simply do not have the time to maintain the Python 3 branch of the code that we don't use. -- ___

[issue5729] Allows tabs for indenting JSON output

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Bob, any chance you get to that merge before 3.2b1? -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue5729] Allows tabs for indenting JSON output

2010-09-11 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue5729] Allows tabs for indenting JSON output

2010-09-11 Thread Georg Brandl
Georg Brandl added the comment: That would be nice. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue5729] Allows tabs for indenting JSON output

2010-09-11 Thread R. David Murray
R. David Murray added the comment: Is this merge going to happen before 3.2 beta? -- nosy: +r.david.murray ___ Python tracker ___ ___

[issue5729] Allows tabs for indenting JSON output

2010-07-10 Thread Bob Ippolito
Bob Ippolito added the comment: Well this feature is already in simplejson 2.1.0, it would probably make more sense to simply merge the latest simplejson back with Python 3. -- ___ Python tracker _

[issue5729] Allows tabs for indenting JSON output

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Patch is small and simple, can we move this forward? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue5729] Allows tabs for indenting JSON output

2009-04-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> bob.ippolito nosy: +bob.ippolito priority: -> normal stage: -> patch review versions: +Python 2.7 ___ Python tracker ___ ___

[issue5729] Allows tabs for indenting JSON output

2009-04-09 Thread Walter Dörwald
New submission from Walter Dörwald : This patchs makes it possible to use tabs for indenting the output of json.dumps(). With this patch the indent argument can now be either an integer specifying the number of spaces per indent level or a string specifying the indent string directly:: json.d