index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_reprlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109818: `reprlib.recursive_repr` copies `__type_params__` (#109819)
Nikita Sobolev
2023-09-28
1
-0/+11
*
gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)
denballakh
2023-08-10
1
-0/+9
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
1
-0/+334
*
gh-94343: Ease initialization of reprlib.Repr attributes (GH-94581)
finefoot
2022-07-07
1
-0/+22
*
bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343)
Alexander Böhn
2021-09-22
1
-0/+7
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
Hai Shi
2020-07-06
1
-1/+2
*
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-3/+3
*
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-3/+3
*
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
Serhiy Storchaka
2016-04-26
1
-0/+14
*
Issue #22824: Simplify reprlib output format for empty arrays
Raymond Hettinger
2014-11-15
1
-1/+1
*
Issue #22824: Updated reprlib output format for sets to use set literals.
Raymond Hettinger
2014-11-10
1
-18/+26
*
Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix
Serhiy Storchaka
2014-07-22
1
-1/+1
*
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
|
\
|
*
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
*
|
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-3/+9
|
\
\
|
|
/
|
*
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-3/+9
*
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-0/+3
|
\
\
|
|
/
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-0/+3
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-0/+1
*
|
Issue #17177: Stop using imp in a bunch of tests
Brett Cannon
2013-06-15
1
-2/+3
|
/
*
Lower test-skipping threshold in test_reprlib
Antoine Pitrou
2012-06-23
1
-1/+1
*
Fix silly mistake in debugging code
Antoine Pitrou
2012-06-22
1
-1/+1
*
Add debug output for temporary buildbot failures
Antoine Pitrou
2012-06-22
1
-1/+3
*
Make a test easier to read.
Brett Cannon
2012-06-11
1
-4/+3
*
Skip long repr tests when the cached pyc file's path length would exceed the ...
Antoine Pitrou
2012-04-24
1
-3/+25
*
Issue #14599: Make test_reprlib robust against import cache race
Brett Cannon
2012-04-17
1
-0/+7
*
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
1
-0/+2
*
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-6/+7
*
Issue #12451: Add support.create_empty_file()
Victor Stinner
2011-06-30
1
-12/+11
*
Issue #3080: Fix test_reprlib on Windows
Victor Stinner
2011-02-23
1
-1/+1
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-13/+13
*
Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...
Raymond Hettinger
2010-09-13
1
-0/+29
*
Remove traces of MacOS9 support.
Ronald Oussoren
2010-05-05
1
-2/+1
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1/+1
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-10/+10
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
Alexandre Vassalotti
2008-05-16
1
-0/+312