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 }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
on
fe8440a
User selector
All users
Datepicker
All time
Commit history
Commits on May 6, 2012
Fix formatting of preset values for exception messages in _lzmamodule.c.
nvawda
committed
54c74ec
View commit details
Copy full SHA for 54c74ec
View code at this point
Browse repository at this point
Backed out changeset 709850f1ec67
benjaminp
committed
eaa5eee
View commit details
Copy full SHA for eaa5eee
View code at this point
Browse repository at this point
Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
larryhastings
committed
cfe6f2a
View commit details
Copy full SHA for cfe6f2a
View code at this point
Browse repository at this point
Commits on May 5, 2012
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
larryhastings
committed
faf91e7
View commit details
Copy full SHA for faf91e7
View code at this point
Browse repository at this point
Fix typo in exception message.
skrah
committed
6b03f2c
View commit details
Copy full SHA for 6b03f2c
View code at this point
Browse repository at this point
Fix for Issue 14725 for 3.3 branch.
shibturn
committed
fdb8dcf
View commit details
Copy full SHA for fdb8dcf
View code at this point
Browse repository at this point
Commits on May 4, 2012
initialization not needed
benjaminp
committed
fbd85a0
View commit details
Copy full SHA for fbd85a0
View code at this point
Browse repository at this point
Fix for fatal errors in os.*utime*()
Show description for f072b45
shibturn
committed
f072b45
View commit details
Copy full SHA for f072b45
View code at this point
Browse repository at this point
Issue #14127: Fix two bugs with the Windows implementation.
larryhastings
committed
b333640
View commit details
Copy full SHA for b333640
View code at this point
Browse repository at this point
what is a invalid tuple?
benjaminp
committed
9bd9d74
View commit details
Copy full SHA for 9bd9d74
View code at this point
Browse repository at this point
clean up converted path on error
benjaminp
committed
b399ab2
View commit details
Copy full SHA for b399ab2
View code at this point
Browse repository at this point
avoid unitialized memory
benjaminp
committed
3e2e368
View commit details
Copy full SHA for 3e2e368
View code at this point
Browse repository at this point
check correct variable for error
benjaminp
committed
35a8f0d
View commit details
Copy full SHA for 35a8f0d
View code at this point
Browse repository at this point
Commits on May 3, 2012
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Show description for 76ad59b
larryhastings
committed
76ad59b
View commit details
Copy full SHA for 76ad59b
View code at this point
Browse repository at this point
Commits on May 1, 2012
strip is_ prefixes on clock_info fields
benjaminp
committed
49a69e4
View commit details
Copy full SHA for 49a69e4
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Show description for 3e268aa
shibturn
committed
3e268aa
View commit details
Copy full SHA for 3e268aa
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Issue #14696: Merge from 3.2
mdickinson
committed
5740489
View commit details
Copy full SHA for 5740489
View code at this point
Browse repository at this point
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
mdickinson
committed
407b3bd
View commit details
Copy full SHA for 407b3bd
View code at this point
Browse repository at this point
Issue #9154: Merge fix from 3.2.
mdickinson
committed
b63fd2a
View commit details
Copy full SHA for b63fd2a
View code at this point
Browse repository at this point
Issue #9154: Fix parser module to understand function annotations.
mdickinson
committed
ea7e9f9
View commit details
Copy full SHA for ea7e9f9
View code at this point
Browse repository at this point
Issue #14428, #14397: Implement the PEP 418
Show description for ec89539
vstinner
committed
ec89539
View commit details
Copy full SHA for ec89539
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Issue #14605: Use None in sys.path_importer_cache to represent no
Show description for aa93642
brettcannon
committed
aa93642
View commit details
Copy full SHA for aa93642
View code at this point
Browse repository at this point
Issue #14605: Stop having implicit entries for sys.meta_path.
Show description for ce418b4
brettcannon
committed
ce418b4
View commit details
Copy full SHA for ce418b4
View code at this point
Browse repository at this point
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for 8f82506
vstinner
committed
8f82506
View commit details
Copy full SHA for 8f82506
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Backing out 86dc014cdd74. Not ready yet
jcea
committed
990eff0
View commit details
Copy full SHA for 990eff0
View code at this point
Browse repository at this point
Close #10142: Support for SEEK_HOLE/SEEK_DATA
jcea
committed
2b47f0a
View commit details
Copy full SHA for 2b47f0a
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
Show description for 5438ed1
pitrou
committed
5438ed1
View commit details
Copy full SHA for 5438ed1
View code at this point
Browse repository at this point
Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add some Solaris constants too)
jcea
committed
1d642d2
View commit details
Copy full SHA for 1d642d2
View code at this point
Browse repository at this point
Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT
jcea
committed
cf38120
View commit details
Copy full SHA for cf38120
View code at this point
Browse repository at this point
Commits on Apr 20, 2012
Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but
Show description for 9d3a5ae
skrah
committed
9d3a5ae
View commit details
Copy full SHA for 9d3a5ae
View code at this point
Browse repository at this point
The divmod function for large numbers now has an ACL2 proof. Related changes:
Show description for 3c23a87
skrah
committed
3c23a87
View commit details
Copy full SHA for 3c23a87
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
larryhastings
committed
6fe20b3
View commit details
Copy full SHA for 6fe20b3
View code at this point
Browse repository at this point
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Show description for aa2efcb
loewis
committed
aa2efcb
View commit details
Copy full SHA for aa2efcb
View code at this point
Browse repository at this point
Commits on Apr 18, 2012
Issue #11750: The Windows API functions scattered in the _subprocess and
Show description for 23bba4c
pitrou
committed
23bba4c
View commit details
Copy full SHA for 23bba4c
View code at this point
Browse repository at this point
1) Simplify comment -- one has to read the complete proof (available in ACL2)
Show description for c51b7fd
skrah
committed
c51b7fd
View commit details
Copy full SHA for c51b7fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.