summaryrefslogtreecommitdiff
path: root/Doc/library/pprint.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-2/+2
* bpo-42259: clarify pprint saferepr docs (#30256)andrei kulakov2022-05-101-5/+9
* bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...Irit Katriel2021-07-191-26/+14
* bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...Irit Katriel2021-07-021-18/+30
* bpo-43080: pprint for dataclass instances (GH-24389)Lewis Gaul2021-04-131-0/+3
* Fix the "make suspicious" check on the pprint docs (GH-25193)Pablo Galindo2021-04-051-2/+2
* bpo-42914: add a pprint underscore_numbers option (GH-24864)sblondon2021-03-241-6/+17
* fix comma location in various places (GH-19233)Mathieu Dupuy2020-03-301-1/+1
* bpo-37376: pprint support for SimpleNamespace (GH-14318)Carl Bordum Hansen2019-06-261-0/+3
* Fix typo in doc for pprint.pp (GH-12500)Xavier GUIHOT2019-03-221-1/+1
* bpo-30670: Add pp function to the pprint module (GH-11769)Rémi Lapeyre2019-03-221-8/+32
* bpo-9842: Add references for using "..." as a placeholder to the index. (GH-1...Serhiy Storchaka2018-11-201-0/+2
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Pablo Galindo2018-11-011-120/+141
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-151-10/+10
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
* Updated pprint examples in according to issue #19105.Serhiy Storchaka2015-04-051-18/+17
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
* Issue #19132: Add versionchanged tags.Serhiy Storchaka2013-10-021-0/+9
* Issue #19132: The pprint module now supports compact mode.Serhiy Storchaka2013-10-021-11/+20
* Issue #17150: pprint now uses line continuations to wrap long string literals.Antoine Pitrou2013-03-231-87/+127
* Merge 3.1Éric Araujo2011-05-291-3/+3
|\
| * Don’t misuse “package data” in pprint exampleÉric Araujo2011-05-291-3/+3
* | Merged rethought pprint usage example from 3.1.Łukasz Langa2011-05-141-31/+99
|\ \ | |/
| * pprint usage example rethought.Łukasz Langa2011-05-141-30/+99
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* | Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+1
* | Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* | Switch more function arguments docs to new-style.Georg Brandl2009-09-021-8/+7
* | Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
|/
* Merged revisions 64446,64490,64495,64526,64567 via svnmerge fromGeorg Brandl2008-07-161-1/+1
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-3/+2
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-3/+0
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-17/+12
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-0/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-6/+2
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-20/+51
* Convert all print statements in the docs.Georg Brandl2007-09-041-3/+4
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-13/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+213