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-List
/
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
selectmodule.c
on
master
User selector
All users
All time
Commit history
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for f24143b
serhiy-storchaka
committed
f24143b
View commit details
Copy full SHA for f24143b
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
513f40a
View commit details
Copy full SHA for 513f40a
View code at this point
Browse repository at this point
Commits on Oct 11, 2015
merge 3.4 (#25371)
benjaminp
committed
75d0bc3
View commit details
Copy full SHA for 75d0bc3
View code at this point
Browse repository at this point
add a missing comma (closes #25371)
benjaminp
committed
ff427ec
View commit details
Copy full SHA for ff427ec
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 5e39777
zware
committed
5e39777
View commit details
Copy full SHA for 5e39777
View code at this point
Browse repository at this point
Issue #23652: Merge with 3.4
zware
committed
d259565
View commit details
Copy full SHA for d259565
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
4487f0b
View commit details
Copy full SHA for 4487f0b
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
cd2e392
View commit details
Copy full SHA for cd2e392
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
02e27d1
View commit details
Copy full SHA for 02e27d1
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
6f4a354
View commit details
Copy full SHA for 6f4a354
View code at this point
Browse repository at this point
Issue #23485: select.select() is now retried automatically with the recomputed
Show description for 147beb2
vstinner
committed
147beb2
View commit details
Copy full SHA for 147beb2
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 2ba413b
vstinner
committed
2ba413b
View commit details
Copy full SHA for 2ba413b
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
d6f60ff
View commit details
Copy full SHA for d6f60ff
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 0148ef0
vstinner
committed
0148ef0
View commit details
Copy full SHA for 0148ef0
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 3971088
vstinner
committed
3971088
View commit details
Copy full SHA for 3971088
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 95302f6
vstinner
committed
95302f6
View commit details
Copy full SHA for 95302f6
View code at this point
Browse repository at this point
Close #20656: Fix select.select() on OpenBSD 64-bit
vstinner
committed
e4758fa
View commit details
Copy full SHA for e4758fa
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 3cb5bd6
vstinner
committed
3cb5bd6
View commit details
Copy full SHA for 3cb5bd6
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
4781423
View commit details
Copy full SHA for 4781423
View code at this point
Browse repository at this point
Issue #20437: Fixed 21 potential bugs when deleting objects references.
serhiy-storchaka
committed
9bff76e
View commit details
Copy full SHA for 9bff76e
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 a828032
vstinner
committed
a828032
View commit details
Copy full SHA for a828032
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
(Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e),
Show description for 7dd6760
vstinner
committed
7dd6760
View commit details
Copy full SHA for 7dd6760
View code at this point
Browse repository at this point
Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
Show description for c172078
vstinner
committed
c172078
View commit details
Copy full SHA for c172078
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
Show description for 2dff0fe
vstinner
committed
2dff0fe
View commit details
Copy full SHA for 2dff0fe
View code at this point
Browse repository at this point
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
Show description for 2586bf5
vstinner
committed
2586bf5
View commit details
Copy full SHA for 2586bf5
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
2221e56
View commit details
Copy full SHA for 2221e56
View code at this point
Browse repository at this point
Commits on Dec 14, 2013
Issue #17919: Fixed integer overflow in the eventmask parameter.
serhiy-storchaka
committed
6cd22a4
View commit details
Copy full SHA for 6cd22a4
View code at this point
Browse repository at this point
Issue #17919: Fixed integer overflow in the eventmask parameter.
serhiy-storchaka
committed
e4b997d
View commit details
Copy full SHA for e4b997d
View code at this point
Browse repository at this point
Commits on Dec 13, 2013
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
serhiy-storchaka
committed
342eada
View commit details
Copy full SHA for 342eada
View code at this point
Browse repository at this point
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
serhiy-storchaka
committed
6f77dfa
View commit details
Copy full SHA for 6f77dfa
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
Fix indentation of switch cases.
gvanrossum
committed
97e1a61
View commit details
Copy full SHA for 97e1a61
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error
Show description for 03abb52
vstinner
committed
03abb52
View commit details
Copy full SHA for 03abb52
View code at this point
Browse repository at this point
Commits on Aug 28, 2013
select.epoll.fromfd(fd) must be not change the inheritable flag of the file
Show description for 7f6694e
vstinner
committed
7f6694e
View commit details
Copy full SHA for 7f6694e
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Show description for 621f57c
vstinner
committed
621f57c
View commit details
Copy full SHA for 621f57c
View code at this point
Browse repository at this point
Commits on Aug 25, 2013
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Show description for 2072536
tiran
committed
2072536
View commit details
Copy full SHA for 2072536
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.