Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.3k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
library
pprint.rst
on
3.14
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 6, 2026
[3.14] Docs: module pages should not link to themselves (GH-144505) (#144542)
Show description for bdba86e
nedbat
authored
bdba86e
View commit details
Copy full SHA for bdba86e
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
[3.14] gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159) (GH-140003)
Show description for 7e8f107
miss-islington
and
johnslavik
authored
7e8f107
View commit details
Copy full SHA for 7e8f107
View code at this point
Browse repository at this point
Commits on Nov 14, 2024
gh-126731: Update outdated project information in `pprint.pp` doc (#126732)
Wulian233
authored
6a93a1a
View commit details
Copy full SHA for 6a93a1a
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-115986 Improve pprint docs formatting (GH-117401)
Show description for 0890ad7
Privat33r-dev
and
hugovk
authored
0890ad7
View commit details
Copy full SHA for 0890ad7
View code at this point
Browse repository at this point
Commits on May 8, 2024
docs: module page titles should not start with a link to themselves (#117099)
nedbat
authored
bcb435e
View commit details
Copy full SHA for bcb435e
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
gh-115986 Improve pprint documentation accuracy (#117403)
Show description for ceb6038
Privat33r-dev
and
JelleZijlstra
authored
ceb6038
View commit details
Copy full SHA for ceb6038
View code at this point
Browse repository at this point
Commits on Mar 24, 2024
GH-115986 Docs: promote pprint.pp usage as a default (#116614)
Show description for f267d5b
Privat33r-dev
and
hugovk
authored
f267d5b
View commit details
Copy full SHA for f267d5b
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
gh-115986: Fix inaccuracies in pprint docs (#116104)
Show description for e205c5c
Privat33r-dev
authored
e205c5c
View commit details
Copy full SHA for e205c5c
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
GH-115986 Reorder pprint docs and amend some references (#116019)
Show description for 6c1c94d
Privat33r-dev
authored
6c1c94d
View commit details
Copy full SHA for 6c1c94d
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
serhiy-storchaka
authored
f2d07d3
View commit details
Copy full SHA for f2d07d3
View code at this point
Browse repository at this point
Commits on May 6, 2023
GH-97950: Use new-style index directive ('builtin') (#104164)
Show description for f508800
AA-Turner
authored
f508800
View commit details
Copy full SHA for f508800
View code at this point
Browse repository at this point
Commits on May 10, 2022
bpo-42259: clarify pprint saferepr docs (#30256)
akulakov
authored
392fd27
View commit details
Copy full SHA for 392fd27
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-26810)
iritkatriel
authored
aab1899
View commit details
Copy full SHA for aab1899
View code at this point
Browse repository at this point
Commits on Jul 2, 2021
bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967)
iritkatriel
authored
943e77d
View commit details
Copy full SHA for 943e77d
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
bpo-43080: pprint for dataclass instances (GH-24389)
Show description for 11159d2
LewisGaul
authored
11159d2
View commit details
Copy full SHA for 11159d2
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
Fix the "make suspicious" check on the pprint docs (GH-25193)
pablogsal
authored
57f21db
View commit details
Copy full SHA for 57f21db
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
bpo-42914: add a pprint underscore_numbers option (GH-24864)
Show description for 3ba3d51
sblondon
authored
3ba3d51
View commit details
Copy full SHA for 3ba3d51
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
fix comma location in various places (GH-19233)
deronnax
authored
c49016e
View commit details
Copy full SHA for c49016e
View code at this point
Browse repository at this point
Commits on Jun 26, 2019
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Show description for 06a8916
carlbordum
authored and
miss-islington
committed
06a8916
View commit details
Copy full SHA for 06a8916
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
Fix typo in doc for pprint.pp (GH-12500)
xavierguihot
authored and
rhettinger
committed
7c822e5
View commit details
Copy full SHA for 7c822e5
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
authored and
rhettinger
committed
96831c7
View commit details
Copy full SHA for 96831c7
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
serhiy-storchaka
authored
6c48bf2
View commit details
Copy full SHA for 6c48bf2
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
bpo-35075: Fix broken url in the pprint documentation (GH-10201)
Show description for bf46a09
pablogsal
authored and
miss-islington
committed
bf46a09
View commit details
Copy full SHA for bf46a09
View code at this point
Browse repository at this point
Commits on May 15, 2018
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
matrixise
authored and
ned-deily
committed
19177fb
View commit details
Copy full SHA for 19177fb
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Show description for fa089b9
terryjreedy
committed
fa089b9
View commit details
Copy full SHA for fa089b9
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Issue #25179: Preparatory cleanup of existing docs on string formatting
Show description for d5db147
vadmium
committed
d5db147
View commit details
Copy full SHA for d5db147
View code at this point
Browse repository at this point
Commits on Apr 5, 2015
Updated pprint examples in according to issue #19105.
serhiy-storchaka
committed
fcfcf85
View commit details
Copy full SHA for fcfcf85
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Fixing broken links in doc, part 3: the rest
birkenfeld
committed
525d355
View commit details
Copy full SHA for 525d355
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Issue #19132: Add versionchanged tags.
serhiy-storchaka
committed
09bb846
View commit details
Copy full SHA for 09bb846
View code at this point
Browse repository at this point
Issue #19132: The pprint module now supports compact mode.
serhiy-storchaka
committed
7c411a4
View commit details
Copy full SHA for 7c411a4
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Issue #17150: pprint now uses line continuations to wrap long string literals.
pitrou
committed
64c16c3
View commit details
Copy full SHA for 64c16c3
View code at this point
Browse repository at this point
Commits on May 29, 2011
Merge 3.1
merwok
committed
75e86a6
View commit details
Copy full SHA for 75e86a6
View code at this point
Browse repository at this point
Don’t misuse “package data” in pprint example
merwok
committed
6a21f55
View commit details
Copy full SHA for 6a21f55
View code at this point
Browse repository at this point
Commits on May 14, 2011
Merged rethought pprint usage example from 3.1.
ambv
committed
d8eab60
View commit details
Copy full SHA for d8eab60
View code at this point
Browse repository at this point
pprint usage example rethought.
ambv
committed
4ad78ab
View commit details
Copy full SHA for 4ad78ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.