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 }}
pythonicca
/
cpython
Public
forked from
idobatter/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
posixmodule.c
on
master
User selector
All users
All time
Commit history
Commits on Jan 8, 2017
Issue #29034: Merge 3.6.
zhangyangyu
committed
2ed646b
View commit details
Copy full SHA for 2ed646b
View code at this point
Browse repository at this point
Issue #29034: Fix memory leak and use-after-free in path_converter.
zhangyangyu
committed
fdad0c0
View commit details
Copy full SHA for fdad0c0
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Use _PyObject_CallNoArg()
Show description for de63ba4
vstinner
committed
de63ba4
View commit details
Copy full SHA for de63ba4
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Issue #28152: Fix -Wunreachable-code warnings on Clang
Show description for 327212a
vstinner
committed
327212a
View commit details
Copy full SHA for 327212a
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for 136e2a0
vstinner
committed
136e2a0
View commit details
Copy full SHA for 136e2a0
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for fe59727
vstinner
committed
fe59727
View commit details
Copy full SHA for fe59727
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for fb0bdb5
serhiy-storchaka
committed
fb0bdb5
View commit details
Copy full SHA for fb0bdb5
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 81ea51e
serhiy-storchaka
committed
81ea51e
View commit details
Copy full SHA for 81ea51e
View code at this point
Browse repository at this point
Issue #28732: Raise ValueError when argv[0] is empty
zooba
committed
ea65d77
View commit details
Copy full SHA for ea65d77
View code at this point
Browse repository at this point
Issue #28732: Raise ValueError when argv[0] is empty
zooba
committed
5ab602a
View commit details
Copy full SHA for 5ab602a
View code at this point
Browse repository at this point
Issue #28732: Raise ValueError when argv[0] is empty.
zooba
committed
37cd2d2
View commit details
Copy full SHA for 37cd2d2
View code at this point
Browse repository at this point
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
zooba
committed
6a25f40
View commit details
Copy full SHA for 6a25f40
View code at this point
Browse repository at this point
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
zooba
committed
474d01a
View commit details
Copy full SHA for 474d01a
View code at this point
Browse repository at this point
Merge from 3.6
zooba
committed
5322f8a
View commit details
Copy full SHA for 5322f8a
View code at this point
Browse repository at this point
Merge from 3.5 and fix a few other functions missing IPH handling.
zooba
committed
cbfdee6
View commit details
Copy full SHA for cbfdee6
View code at this point
Browse repository at this point
Issue #28732: Fix crash in os.spawnv() with no elements in args
Show description for 2913047
zooba
committed
2913047
View commit details
Copy full SHA for 2913047
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Issue #28585: Restored docstring of os._isdir().
serhiy-storchaka
committed
99a1264
View commit details
Copy full SHA for 99a1264
View code at this point
Browse repository at this point
Issue #28585: Restored docstring of os._isdir().
serhiy-storchaka
committed
4e86077
View commit details
Copy full SHA for 4e86077
View code at this point
Browse repository at this point
Issue #28585: Restored docstring of os._isdir().
serhiy-storchaka
committed
3d54aed
View commit details
Copy full SHA for 3d54aed
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Issue #28586: Converted os.scandir() to Argument Clinic.
serhiy-storchaka
committed
3c0c276
View commit details
Copy full SHA for 3c0c276
View code at this point
Browse repository at this point
Commits on Oct 10, 2016
Issue #28394: More typo fixes for 3.6+
vadmium
committed
28a6f17
View commit details
Copy full SHA for 28a6f17
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Issue #27998: Fixed bytes path support in os.scandir() on Windows.
Show description for fb4c9fc
serhiy-storchaka
committed
fb4c9fc
View commit details
Copy full SHA for fb4c9fc
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Increase buffer for readlink() in case OS will support longer names one day.
tiran
committed
53445d4
View commit details
Copy full SHA for 53445d4
View code at this point
Browse repository at this point
Increase buffer for readlink() in case OS will support longer names one day.
tiran
committed
9144227
View commit details
Copy full SHA for 9144227
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Fix memleak in os.getrandom()
Show description for 74d68aa
vstinner
committed
74d68aa
View commit details
Copy full SHA for 74d68aa
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
Fix memory leak in path_converter()
Show description for 3ef8b07
vstinner
committed
3ef8b07
View commit details
Copy full SHA for 3ef8b07
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
Issue #28075: Fix test_access_denied in Python 3.5
Show description for ca776a0
berkerpeksag
committed
ca776a0
View commit details
Copy full SHA for ca776a0
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28075: Merge from 3.5
berkerpeksag
committed
4e5d4a2
View commit details
Copy full SHA for 4e5d4a2
View code at this point
Browse repository at this point
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
Show description for 3848559
berkerpeksag
committed
3848559
View commit details
Copy full SHA for 3848559
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Issue #28156: Export os.getpid() conditionally
Show description for 6e3257f
berkerpeksag
committed
6e3257f
View commit details
Copy full SHA for 6e3257f
View code at this point
Browse repository at this point
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
Show description for 321c82e
berkerpeksag
committed
321c82e
View commit details
Copy full SHA for 321c82e
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Adds missing assert suppression.
zooba
committed
362362b
View commit details
Copy full SHA for 362362b
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT
zooba
committed
b454654
View commit details
Copy full SHA for b454654
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
use Py_MAX
benjaminp
committed
66da1bb
View commit details
Copy full SHA for 66da1bb
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
do not pretend to support passing a fd to access()
benjaminp
committed
70ffdbd
View commit details
Copy full SHA for 70ffdbd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.