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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
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
Lib
pickletools.py
on
main
User selector
All users
All time
Commit history
Commits on May 4, 2026
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
Show description for ef6f063
hugovk
and
savannahostrowski
authored
ef6f063
View commit details
Copy full SHA for ef6f063
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
gh-149026: Add colour to `pickletools` CLI output (#149027)
Show description for 8851a06
hugovk
and
picnixz
authored
8851a06
View commit details
Copy full SHA for 8851a06
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
gh-131178: Add tests for `pickletools` command-line interface (#131287)
donbarbos
authored
5c25bc5
View commit details
Copy full SHA for 5c25bc5
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
gh-139646: fix typo in `pickletools` error message (#139647)
Show description for 36a6c2c
yihong0618
authored
36a6c2c
View commit details
Copy full SHA for 36a6c2c
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
hugovk
authored
4ac916a
View commit details
Copy full SHA for 4ac916a
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
gh-93096: Update and document `pickletools` CLI (#131273)
donbarbos
authored
85c04f8
View commit details
Copy full SHA for 85c04f8
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-93096: Remove `-t` and `-v` flags from `pickletools` cli (#131039)
Show description for 3ddf983
donbarbos
authored
3ddf983
View commit details
Copy full SHA for 3ddf983
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)
Show description for eaf2171
serhiy-storchaka
authored
eaf2171
View commit details
Copy full SHA for eaf2171
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
gh-123309: Remove check for redefined memo entry in pickletools.dis() (GH-123374)
Show description for 5414b97
serhiy-storchaka
authored
5414b97
View commit details
Copy full SHA for 5414b97
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
gh-115146: Fix typo in pickletools.py documentation (GH-115148)
Legoclones
authored
4a7f638
View commit details
Copy full SHA for 4a7f638
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)
Show description for bd754b9
serhiy-storchaka
authored
bd754b9
View commit details
Copy full SHA for bd754b9
View code at this point
Browse repository at this point
Commits on May 26, 2019
bpo-36785: PEP 574 implementation (GH-7076)
pitrou
authored
91f4380
View commit details
Copy full SHA for 91f4380
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
Fix pickletools doc for NEWFALSE. (GH-9432)
Show description for 488cfb7
krzysieq
authored and
serhiy-storchaka
committed
488cfb7
View commit details
Copy full SHA for 488cfb7
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
Show description for 3cd7c6e
ogrisel
authored and
serhiy-storchaka
committed
3cd7c6e
View commit details
Copy full SHA for 3cd7c6e
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
serhiy-storchaka
authored
3daaafb
View commit details
Copy full SHA for 3daaafb
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
bpo-30174: Remove duplicate definition from pickletools (#1301)
Show description for 5a4e3d8
JelleZijlstra
authored and
serhiy-storchaka
committed
5a4e3d8
View commit details
Copy full SHA for 5a4e3d8
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Use sequence repetition instead of bytes constructor with integer argument.
serhiy-storchaka
committed
5f1a518
View commit details
Copy full SHA for 5f1a518
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Corrections for a/an in code comments and documentation
vadmium
committed
4c35964
View commit details
Copy full SHA for 4c35964
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
merge 3.5 (#25502)
benjaminp
committed
860c8a4
View commit details
Copy full SHA for 860c8a4
View code at this point
Browse repository at this point
remove duplicated imports (closes #25502)
benjaminp
committed
669ff66
View commit details
Copy full SHA for 669ff66
View code at this point
Browse repository at this point
Commits on Oct 13, 2015
Issue #25382: pickletools.dis() now outputs implicit memo index for the
Show description for dbc517c
serhiy-storchaka
committed
dbc517c
View commit details
Copy full SHA for dbc517c
View code at this point
Browse repository at this point
Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in
Show description for 5805dde
serhiy-storchaka
committed
5805dde
View commit details
Copy full SHA for 5805dde
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
Show description for 05dadcf
serhiy-storchaka
committed
05dadcf
View commit details
Copy full SHA for 05dadcf
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Show description for d05c9ff
avassalotti
committed
d05c9ff
View commit details
Copy full SHA for d05c9ff
View code at this point
Browse repository at this point
Commits on Dec 2, 2013
Issue #19754: Fix typo.
avassalotti
committed
02066d3
View commit details
Copy full SHA for 02066d3
View code at this point
Browse repository at this point
Issue #19754: Make pickletools.optimize respect the frame size target.
avassalotti
committed
28d271e
View commit details
Copy full SHA for 28d271e
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
Fix test_pickletools.py doctest's on 32-bit platforms. I hate doctests.
gpshead
committed
057e58d
View commit details
Copy full SHA for 057e58d
View code at this point
Browse repository at this point
Issue #17810: Implement PEP 3154, pickle protocol 4.
Show description for c9dc4a2
pitrou
committed
c9dc4a2
View commit details
Copy full SHA for c9dc4a2
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 46e1ce2
serhiy-storchaka
committed
46e1ce2
View commit details
Copy full SHA for 46e1ce2
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 9594942
serhiy-storchaka
committed
9594942
View commit details
Copy full SHA for 9594942
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
#18705: merge with 3.3.
ezio-melotti
committed
9a3777e
View commit details
Copy full SHA for 9a3777e
View code at this point
Browse repository at this point
#18705: fix a number of typos. Patch by Févry Thibault.
ezio-melotti
committed
30b9d5d
View commit details
Copy full SHA for 30b9d5d
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
Merge 3.3
avassalotti
committed
96d6a78
View commit details
Copy full SHA for 96d6a78
View code at this point
Browse repository at this point
Issue #16550: Update the opcode descriptions of pickletools to use unsigned
Show description for 8db89ca
avassalotti
committed
8db89ca
View commit details
Copy full SHA for 8db89ca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.