summaryrefslogtreecommitdiffstats
path: root/Doc/library/reprlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-27200: Fix several doctests (GH-604)Marco Buttu2017-04-271-0/+1
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+0
|
* Issue #22613: Fix reprlib.Repr subclass example on Python 3.Berker Peksag2014-10-121-4/+4
| | | | Reported by Jacques Ducasse.
* Issue #14824: Update Repr.repr_TYPE documentation to use correct name ↵Berker Peksag2014-09-181-3/+3
| | | | | | mangling implementation. Patch by Chris Rebert.
* Fix whitespace in example.Raymond Hettinger2014-08-031-2/+2
|
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-1/+1
| | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* Add entry for reprlib.Raymond Hettinger2011-01-231-0/+3
|
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling ↵Raymond Hettinger2010-09-131-0/+23
| | | | recursive calls to __repr__ methods.
* Assorted doc fixes by Florent.Georg Brandl2010-01-051-1/+1
|
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-1/+0
|
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-7/+8
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-171-1/+1
|
* correct changed importBenjamin Peterson2008-10-151-2/+2
|
* #4000: fix several 2.x atavisms.Georg Brandl2008-10-041-1/+1
|
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-161-3/+0
|
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63361 | alexandre.vassalotti | 2008-05-16 03:14:08 -0400 (Fri, 16 May 2008) | 2 lines Rename the test file of reprlib. ........ r63364 | georg.brandl | 2008-05-16 05:34:48 -0400 (Fri, 16 May 2008) | 2 lines Make generator repr consistent with function and code object repr. ........ r63365 | georg.brandl | 2008-05-16 05:47:29 -0400 (Fri, 16 May 2008) | 2 lines #2869: remove parameter from signature. ........ r63366 | christian.heimes | 2008-05-16 06:23:31 -0400 (Fri, 16 May 2008) | 1 line Fixed #2870: cmathmodule.c compile error ........ r63367 | christian.heimes | 2008-05-16 07:28:56 -0400 (Fri, 16 May 2008) | 1 line Following Amaury's advice ........ r63368 | georg.brandl | 2008-05-16 09:10:15 -0400 (Fri, 16 May 2008) | 2 lines #2890: support os.O_ASYNC and fcntl.FASYNC. ........ r63369 | georg.brandl | 2008-05-16 09:18:50 -0400 (Fri, 16 May 2008) | 2 lines #2845: fix copy2's docs. ........ r63370 | georg.brandl | 2008-05-16 09:24:29 -0400 (Fri, 16 May 2008) | 2 lines Don't allow keyword arguments to reversed(). ........ r63373 | georg.brandl | 2008-05-16 09:41:26 -0400 (Fri, 16 May 2008) | 2 lines Document O_ASYNC addition. ........ r63380 | georg.brandl | 2008-05-16 13:33:13 -0400 (Fri, 16 May 2008) | 2 lines Fix reprlib docs. ........
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-0/+136
Merged revisions 63357 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63357 | alexandre.vassalotti | 2008-05-16 02:58:49 -0400 (Fri, 16 May 2008) | 2 lines Changed references to the reprlib module to use its new name. ........