COMMITS
/ Doc/library/reprlib.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
December 6, 2023
A
gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811)
Alex Waygood committed
September 8, 2022
F
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot committed
July 7, 2022
F
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot committed
September 22, 2021
A
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn committed
November 20, 2018
S
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
Serhiy Storchaka committed
April 27, 2017
M
bpo-27200: Fix several doctests (GH-604)
Marco Buttu committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
October 31, 2014
G
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl committed
October 12, 2014
B
Issue #22613: Fix reprlib.Repr subclass example on Python 3.
Berker Peksag committed
September 18, 2014
B
Issue #14824: Update Repr.repr_TYPE documentation to use correct name mangling implementation.
Berker Peksag committed
August 3, 2014
R
Fix whitespace in example.
Raymond Hettinger committed
July 4, 2011
January 23, 2011
R
Add entry for reprlib.
Raymond Hettinger committed
September 13, 2010
R
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
Raymond Hettinger committed
January 5, 2010
G
Assorted doc fixes by Florent.
Georg Brandl committed
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
July 26, 2009
G
Merged revisions 74207 via svnmerge from
Georg Brandl committed
January 17, 2009
M
Fix a few more references to long integers in the docs.
Mark Dickinson committed
October 15, 2008
B
correct changed import
Benjamin Peterson committed
October 4, 2008
G
#4000: fix several 2.x atavisms.
Georg Brandl committed
August 16, 2008
B
murder some versionadded and versionchanged directives in their beds
Benjamin Peterson committed
May 16, 2008
A
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Alexandre Vassalotti committed
A
Rename the repr module to reprlib.
Alexandre Vassalotti committed