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 }}
bendmorris
/
static-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
201
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
static-python
Python
marshal.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 927e5f7
serhiy-storchaka
committed
927e5f7
View commit details
Copy full SHA for 927e5f7
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 13689b5
serhiy-storchaka
committed
13689b5
View commit details
Copy full SHA for 13689b5
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
6581472
View commit details
Copy full SHA for 6581472
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Show description for 919f9a2
serhiy-storchaka
committed
919f9a2
View commit details
Copy full SHA for 919f9a2
View code at this point
Browse repository at this point
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Show description for 82cddc6
serhiy-storchaka
committed
82cddc6
View commit details
Copy full SHA for 82cddc6
View code at this point
Browse repository at this point
Fix reference leaks introduced by the patch for issue #5308.
serhiy-storchaka
committed
b4da0f1
View commit details
Copy full SHA for b4da0f1
View code at this point
Browse repository at this point
Fix reference leaks introduced by the patch for issue #5308.
serhiy-storchaka
committed
7e87193
View commit details
Copy full SHA for 7e87193
View code at this point
Browse repository at this point
Commits on Jul 8, 2013
Issue #18408: Fix marshal reader for Unicode strings: handle
Show description for e7fcd91
vstinner
committed
e7fcd91
View commit details
Copy full SHA for e7fcd91
View code at this point
Browse repository at this point
Commits on Jun 21, 2013
marshal: optimize parsing of empty Unicode strings
Show description for 8cdfe9d
vstinner
committed
8cdfe9d
View commit details
Copy full SHA for 8cdfe9d
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
Show description for a67d731
pitrou
committed
a67d731
View commit details
Copy full SHA for a67d731
View code at this point
Browse repository at this point
Commits on Mar 20, 2013
Issue #16475 : Correctly handle the EOF when reading marshal streams.
kristjanvalur
committed
90109b0
View commit details
Copy full SHA for 90109b0
View code at this point
Browse repository at this point
Issue #16475: Simplify the interface to r_ref_allocate and improve comments.
kristjanvalur
committed
3ea6848
View commit details
Copy full SHA for 3ea6848
View code at this point
Browse repository at this point
fix compiler warning
benjaminp
committed
9643008
View commit details
Copy full SHA for 9643008
View code at this point
Browse repository at this point
Backed out changeset 521232b05b97
benjaminp
committed
d2a3c9a
View commit details
Copy full SHA for d2a3c9a
View code at this point
Browse repository at this point
fix compiler warning
benjaminp
committed
0b504f2
View commit details
Copy full SHA for 0b504f2
View code at this point
Browse repository at this point
Issue #16475: Support object instancing, recursion and interned strings
Show description for f643f73
kristjanvalur
committed
f643f73
View commit details
Copy full SHA for f643f73
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Show description for 31f6538
serhiy-storchaka
committed
31f6538
View commit details
Copy full SHA for 31f6538
View code at this point
Browse repository at this point
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Show description for 62fada5
serhiy-storchaka
committed
62fada5
View commit details
Copy full SHA for 62fada5
View code at this point
Browse repository at this point
Commits on Jul 28, 2012
Issue #15466: Stop using TYPE_INT64 in marshal,
Show description for 5e45aa1
loewis
committed
5e45aa1
View commit details
Copy full SHA for 5e45aa1
View code at this point
Browse repository at this point
Commits on Mar 3, 2012
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Show description for f66decd
pitrou
committed
f66decd
View commit details
Copy full SHA for f66decd
View code at this point
Browse repository at this point
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
Show description for bd44460
pitrou
committed
bd44460
View commit details
Copy full SHA for bd44460
View code at this point
Browse repository at this point
Commits on Mar 2, 2012
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
pitrou
committed
0d7d8b1
View commit details
Copy full SHA for 0d7d8b1
View code at this point
Browse repository at this point
Simplify code in marshal.c.
pitrou
committed
dc87ffd
View commit details
Copy full SHA for dc87ffd
View code at this point
Browse repository at this point
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
pitrou
committed
b52cc6e
View commit details
Copy full SHA for b52cc6e
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
f5ad3b2
View commit details
Copy full SHA for f5ad3b2
View code at this point
Browse repository at this point
Commits on Oct 9, 2011
Add API for static strings, primarily good for identifiers.
Show description for dcacb24
loewis
committed
dcacb24
View commit details
Copy full SHA for dcacb24
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d1d013c
View commit details
Copy full SHA for d1d013c
View code at this point
Browse repository at this point
Commits on Jul 29, 2011
Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)
merwok
committed
6f08ea8
View commit details
Copy full SHA for 6f08ea8
View code at this point
Browse repository at this point
Commits on Jul 26, 2011
Fix style in code added by edba722f3b02
merwok
committed
3fae00c
View commit details
Copy full SHA for 3fae00c
View code at this point
Browse repository at this point
Commits on Jul 2, 2011
Removed some unused local variables.
vsajip
committed
bbda627
View commit details
Copy full SHA for bbda627
View code at this point
Browse repository at this point
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
vsajip
committed
afc882a
View commit details
Copy full SHA for afc882a
View code at this point
Browse repository at this point
Correct uninitialized data problem in marshal code.
vsajip
committed
7533dcc
View commit details
Copy full SHA for 7533dcc
View code at this point
Browse repository at this point
Removed breaking typo accidentally introduced during merge with 3.2.
vsajip
committed
635eaf2
View commit details
Copy full SHA for 635eaf2
View code at this point
Browse repository at this point
Closes #12291 for 3.3 - merged fix from 3.2.
vsajip
committed
f8e9533
View commit details
Copy full SHA for f8e9533
View code at this point
Browse repository at this point
Commits on May 27, 2011
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)
Show description for 69ae509
benjaminp
committed
69ae509
View commit details
Copy full SHA for 69ae509
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.