Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Modules/selectmodule.c - python/cpython · GitHub
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 }}
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.5k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
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
v3.5.3
User selector
All users
Datepicker
All time
Commit history
Commits on May 15, 2016
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 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
Commits on Jan 25, 2014
(Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e),
Show description for 38c72bd
vstinner
committed
38c72bd
View commit details
Copy full SHA for 38c72bd
View code at this point
Browse repository at this point
Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
Show description for 9332096
vstinner
committed
9332096
View commit details
Copy full SHA for 9332096
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 09354fd
vstinner
committed
09354fd
View commit details
Copy full SHA for 09354fd
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 665486e
vstinner
committed
665486e
View commit details
Copy full SHA for 665486e
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
af01f66
View commit details
Copy full SHA for af01f66
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
03241e8
View commit details
Copy full SHA for 03241e8
View code at this point
Browse repository at this point
Issue #17919: Fixed integer overflow in the eventmask parameter.
serhiy-storchaka
committed
5da107a
View commit details
Copy full SHA for 5da107a
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
cb1c4c8
View commit details
Copy full SHA for cb1c4c8
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
3ad2d70
View commit details
Copy full SHA for 3ad2d70
View code at this point
Browse repository at this point
Commits on Dec 7, 2013
Fix indentation of switch cases.
gvanrossum
committed
ee07b94
View commit details
Copy full SHA for ee07b94
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 7613542
vstinner
committed
7613542
View commit details
Copy full SHA for 7613542
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 d72fe89
vstinner
committed
d72fe89
View commit details
Copy full SHA for d72fe89
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 daf4555
vstinner
committed
daf4555
View commit details
Copy full SHA for daf4555
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 9dd279a
tiran
committed
9dd279a
View commit details
Copy full SHA for 9dd279a
View code at this point
Browse repository at this point
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Show description for f1fe159
tiran
committed
f1fe159
View commit details
Copy full SHA for f1fe159
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.