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
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
selectmodule.c
on
master
User selector
All users
All time
Commit history
Commits on Apr 19, 2017
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Show description for bf623ae
serhiy-storchaka
authored
bf623ae
View commit details
Copy full SHA for bf623ae
View code at this point
Browse repository at this point
Commits on Apr 16, 2017
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
serhiy-storchaka
authored
55fe1ae
View commit details
Copy full SHA for 55fe1ae
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)
Show description for 783d0c1
serhiy-storchaka
authored
783d0c1
View commit details
Copy full SHA for 783d0c1
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Sep 26, 2016
Issue #20100: Simplify newPyEpoll_Object()
Show description for e2197d1
berkerpeksag
committed
e2197d1
View commit details
Copy full SHA for e2197d1
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
Issue #28153: Make kqueue()'s event filters optional
Show description for 7ec6456
berkerpeksag
committed
7ec6456
View commit details
Copy full SHA for 7ec6456
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace Py_(u)intptr_t with the c99 standard types
benjaminp
committed
ca47063
View commit details
Copy full SHA for ca47063
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Expose EPOLLRDHUP conditionally
berkerpeksag
committed
e1d22fd
View commit details
Copy full SHA for e1d22fd
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Issue #27567: Expose the POLLRDHUP constant in the select module
berkerpeksag
committed
fe8d966
View commit details
Copy full SHA for fe8d966
View code at this point
Browse repository at this point
add EPOLLEXCLUSIVE
benjaminp
committed
0715ce3
View commit details
Copy full SHA for 0715ce3
View code at this point
Browse repository at this point
expose EPOLLRDHUP (closes #27567)
benjaminp
committed
96e9716
View commit details
Copy full SHA for 96e9716
View code at this point
Browse repository at this point
Commits on May 15, 2016
merge from 3.5
Show description for 0594cff
orsenthil
committed
0594cff
View commit details
Copy full SHA for 0594cff
View code at this point
Browse repository at this point
issue27018 - Fix the documentation of select.epoll.register method.
orsenthil
committed
507898d
View commit details
Copy full SHA for 507898d
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97
serhiy-storchaka
committed
b6a9c97
View commit details
Copy full SHA for b6a9c97
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
2d06e84
View commit details
Copy full SHA for 2d06e84
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
merge 3.4 (#25371)
benjaminp
committed
e5df407
View commit details
Copy full SHA for e5df407
View code at this point
Browse repository at this point
add a missing comma (closes #25371)
benjaminp
committed
b397e3b
View commit details
Copy full SHA for b397e3b
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Issue #23652: Make the select module compile against LSB headers.
Show description for 3e77677
zware
committed
3e77677
View commit details
Copy full SHA for 3e77677
View code at this point
Browse repository at this point
Issue #23652: Merge with 3.4
zware
committed
1824544
View commit details
Copy full SHA for 1824544
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
vstinner
committed
45ca48b
View commit details
Copy full SHA for 45ca48b
View code at this point
Browse repository at this point
Issue #23485: select.kqueue.control() is now retried when interrupted by a signal
vstinner
committed
4448c08
View commit details
Copy full SHA for 4448c08
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
vstinner
committed
41eba22
View commit details
Copy full SHA for 41eba22
View code at this point
Browse repository at this point
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
vstinner
committed
3c7d6e0
View commit details
Copy full SHA for 3c7d6e0
View code at this point
Browse repository at this point
Issue #23485: select.select() is now retried automatically with the recomputed
Show description for f70e1ca
vstinner
committed
f70e1ca
View commit details
Copy full SHA for f70e1ca
View code at this point
Browse repository at this point
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Show description for 869e177
vstinner
committed
869e177
View commit details
Copy full SHA for 869e177
View code at this point
Browse repository at this point
Commits on Mar 28, 2015
Issue #22117: Use the new _PyTime_t API in the select module
vstinner
committed
c337838
View commit details
Copy full SHA for c337838
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
Issue #23708: select.devpoll now retries its internal write() when interrupted
Show description for 5479967
vstinner
committed
5479967
View commit details
Copy full SHA for 5479967
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Issue #23694: Enhance _Py_open(), it now raises exceptions
Show description for a555cfc
vstinner
committed
a555cfc
View commit details
Copy full SHA for a555cfc
View code at this point
Browse repository at this point
Commits on Feb 18, 2014
Issue #20656: Restore explicit downcast in select_select().
Show description for 329e492
vstinner
committed
329e492
View commit details
Copy full SHA for 329e492
View code at this point
Browse repository at this point
Close #20656: Fix select.select() on OpenBSD 64-bit
vstinner
committed
5a8e579
View commit details
Copy full SHA for 5a8e579
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Show description for 3c1b379
vstinner
committed
3c1b379
View commit details
Copy full SHA for 3c1b379
View code at this point
Browse repository at this point
Commits on Feb 9, 2014
Issue #20437: Fixed 22 potential bugs when deleting objects references.
serhiy-storchaka
committed
dfe98a1
View commit details
Copy full SHA for dfe98a1
View code at this point
Browse repository at this point
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
505ff75
View commit details
Copy full SHA for 505ff75
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
Issue #20452: select and selectors round (again) timeout away from zero for
Show description for dcd9740
vstinner
committed
dcd9740
View commit details
Copy full SHA for dcd9740
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.