Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1da0bba4201c3f653aced90e321a0e3f82dab470
/
Lib
/
pprint.py
d02879d
Revert 1.25, as overloaded __repr__ is not considered.
by Martin v. Löwis
· 21 years ago
e570003
Patch #750542: Use issubclass instead of type identity.
by Martin v. Löwis
· 21 years ago
397b615
- PrettyPrinter.isreadable(), .isrecursive():
by Fred Drake
· 22 years ago
e6691ef
Change the "__ private" names to "_ protected"; this has been a pain for
by Fred Drake
· 22 years ago
16e3c42
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
8ca162f
Partial introduction of bools where appropriate.
by Guido van Rossum
· 23 years ago
aee113d
Add an experimental mechanism to support extending the pprint formatting.
by Fred Drake
· 23 years ago
00859c0
__format(): Applied SF patch #482003 by Skip to fix multiline dict output.
by Barry Warsaw
· 23 years ago
8876848
Whitespace normalization.
by Tim Peters
· 23 years ago
49cc01e
Brute-force performance hackery; buys back about 20% of the time for
by Fred Drake
· 23 years ago
3e5e661
Remove obsolete email address.
by Fred Drake
· 23 years ago
1ef106c
Make pprint more locale-friendly; patch contributed by Denis S. Otkidach.
by Fred Drake
· 23 years ago
95b3f78
pprint's workhorse _safe_repr() function took time quadratic in the # of
by Tim Peters
· 23 years ago
a814db5
SF bug[ #423781: pprint.isrecursive() broken.
by Tim Peters
· 23 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
fbff97a
Don't call len() if the value is already cached! Caught by Gerrit
by Fred Drake
· 25 years ago
183fd40
Fix indent error in __format(): del context[objid] at the end should
by Guido van Rossum
· 25 years ago
d804f4e
_safe_repr(): Simplify the condition tests in the first possible
by Fred Drake
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
a1dbe50
Added code to emit trailing ',' for singleton tuples in two places.
by Guido van Rossum
· 27 years ago
e0ffabe
Slight mods to make the module conform to the documentation.
by Fred Drake
· 27 years ago
5fd026d
Fix a couple of glitches identified by Greg Stein.
by Fred Drake
· 28 years ago
f39d051
_safe_repr(): Make the context parameter required; ok since it's only for
by Fred Drake
· 28 years ago
a89fda0
Muchly changed and improved pprint.py:
by Fred Drake
· 28 years ago
5e92aff
Checking in a copy of Fred Drake's data structure pretty-printer
by Guido van Rossum
· 28 years ago