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
Modules
selectmodule.c
on
3.7
User selector
All users
All time
Commit history
Commits on May 26, 2020
[3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Show description for 3f215f3
taleinat
and
jstasiak
authored
3f215f3
View commit details
Copy full SHA for 3f215f3
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Show description for 8b7d8ac
miss-islington
and
ZackerySpytz
authored
8b7d8ac
View commit details
Copy full SHA for 8b7d8ac
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Show description for 3451078
miss-islington
and
oranav
authored
3451078
View commit details
Copy full SHA for 3451078
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for 5ceb701
miss-islington
and
serhiy-storchaka
authored
5ceb701
View commit details
Copy full SHA for 5ceb701
View code at this point
Browse repository at this point
Commits on Jun 30, 2018
bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024)
Show description for fd1c092
miss-islington
and
taleinat
committed
fd1c092
View commit details
Copy full SHA for fd1c092
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-28914: Fix compilation of select on Android (#5447)
Show description for b8d9032
vstinner
and
kantan2015
authored
b8d9032
View commit details
Copy full SHA for b8d9032
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
stratakis
authored and
ncoghlan
committed
e8b1965
View commit details
Copy full SHA for e8b1965
View code at this point
Browse repository at this point
Commits on Oct 31, 2017
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
Show description for 2298fad
serhiy-storchaka
authored
2298fad
View commit details
Copy full SHA for 2298fad
View code at this point
Browse repository at this point
bpo-31893: Fixed select.kqueue(). (#4166)
Show description for b9052a0
serhiy-storchaka
authored
b9052a0
View commit details
Copy full SHA for b9052a0
View code at this point
Browse repository at this point
Commits on Oct 17, 2017
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Show description for 6cfa927
volans-
authored and
vstinner
committed
6cfa927
View commit details
Copy full SHA for 6cfa927
View code at this point
Browse repository at this point
bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003)
pablogsal
authored and
serhiy-storchaka
committed
2c15b29
View commit details
Copy full SHA for 2c15b29
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
serhiy-storchaka
authored
de07210
View commit details
Copy full SHA for de07210
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.