Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
python
/
cpython
Public
Notifications
Fork
22.8k
Star
44.1k
Code
Issues
5k+
Pull requests
1.5k
Actions
Projects
2
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Workflows
Select workflow
Select workflow
All workflows
.github/workflows/workflow.yml
CodeQL
Coverage
Docs
Generate Deploy Preview
Mark stale pull requests
Python application
Tests
TestsMSI
Verify bundled pip and setuptools
Verify bundled pip and setuptools
Verify bundled pip and setuptools
macOS w/ clang or GCC
new-bugs-announce notifier
Show more workflows
All workflows
.github/workflows/workflow.yml
CodeQL
Coverage
Docs
Generate Deploy Preview
Mark stale pull requests
Python application
Tests
TestsMSI
Verify bundled pip and setuptools
Verify bundled pip and setuptools
Verify bundled pip and setuptools
macOS w/ clang or GCC
new-bugs-announce notifier
Show more workflows
All workflows
Showing runs from all workflows
will be ignored since log searching is not yet available
73,660 workflow runs
73,660 workflow runs
Event
Filter by event
Status
Filter by status
Branch
Filter by branch
Actor
Filter by actor
[3.9] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
Tests
#45236:
Pull request
#91605
opened by
miss-islington
Apr 16, 2022
In progress
miss-islington:backport-9300b6d-3.9
miss-islington:backport-9300b6d-3.9
Apr 16, 2022
In progress
View #91605
View workflow file
[3.9] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
Docs
#24760:
Pull request
#91605
opened by
miss-islington
Apr 16, 2022
In progress
miss-islington:backport-9300b6d-3.9
miss-islington:backport-9300b6d-3.9
Apr 16, 2022
In progress
View #91605
View workflow file
[3.10] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
Docs
#24759:
Pull request
#91604
opened by
miss-islington
Apr 16, 2022
15m 6s
miss-islington:backport-9300b6d-3.10
miss-islington:backport-9300b6d-3.10
Apr 16, 2022
15m 6s
View #91604
View workflow file
[3.10] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
Tests
#45235:
Pull request
#91604
opened by
miss-islington
Apr 16, 2022
In progress
miss-islington:backport-9300b6d-3.10
miss-islington:backport-9300b6d-3.10
Apr 16, 2022
In progress
View #91604
View workflow file
gh-91595: fix the comparison of character and integer by using ord() …
Tests
#45234:
Commit
9300b6d
pushed by
ezio-melotti
Apr 16, 2022
In progress
main
main
Apr 16, 2022
In progress
View workflow file
bpo-46075: Allow for explicit domains in CookieJar
Tests
#45233:
Pull request
#30108
synchronize by
JelleZijlstra
Apr 16, 2022
25m 26s
keddad:main
keddad:main
Apr 16, 2022
25m 26s
View #30108
View workflow file
bpo-46075: Allow for explicit domains in CookieJar
Docs
#24758:
Pull request
#30108
synchronize by
JelleZijlstra
Apr 16, 2022
17m 59s
keddad:main
keddad:main
Apr 16, 2022
17m 59s
View #30108
View workflow file
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h'
Tests
#45232:
Pull request
#32376
synchronize by
LiarPrincess
Apr 16, 2022
Action required
LiarPrincess:Duplicate-entry-in-Objects-unicodetype_db.h
LiarPrincess:Duplicate-entry-in-Objects-unicodetype_db.h
Apr 16, 2022
Action required
View #32376
View workflow file
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h'
Docs
#24757:
Pull request
#32376
synchronize by
LiarPrincess
Apr 16, 2022
Action required
LiarPrincess:Duplicate-entry-in-Objects-unicodetype_db.h
LiarPrincess:Duplicate-entry-in-Objects-unicodetype_db.h
Apr 16, 2022
Action required
View #32376
View workflow file
gh-69093: sqlite3 blob doc amendments (GH-91561)
Tests
#45231:
Commit
95573ad
pushed by
JelleZijlstra
Apr 16, 2022
19m 45s
main
main
Apr 16, 2022
19m 45s
View workflow file
bpo-47256: re module, limit the maximum capturing group to 1,073,741,823, increasing the depth of backtracking.
Docs
#24756:
Pull request
#32411
synchronize by
animalize
Apr 16, 2022
14m 12s
animalize:context_size
animalize:context_size
Apr 16, 2022
14m 12s
View #32411
View workflow file
bpo-47256: re module, limit the maximum capturing group to 1,073,741,823, increasing the depth of backtracking.
Tests
#45230:
Pull request
#32411
synchronize by
animalize
Apr 16, 2022
21m 42s
animalize:context_size
animalize:context_size
Apr 16, 2022
21m 42s
View #32411
View workflow file
gh-91575: Update case-insensitive matching in re to the latest Unicode version
Docs
#24755:
Pull request
#91580
synchronize by
serhiy-storchaka
Apr 16, 2022
15m 54s
serhiy-storchaka:re-ignore-case-newer-unicode
serhiy-storchaka:re-ignore-case-newer-unicode
Apr 16, 2022
15m 54s
View #91580
View workflow file
gh-91575: Update case-insensitive matching in re to the latest Unicode version
Tests
#45229:
Pull request
#91580
synchronize by
serhiy-storchaka
Apr 16, 2022
24m 57s
serhiy-storchaka:re-ignore-case-newer-unicode
serhiy-storchaka:re-ignore-case-newer-unicode
Apr 16, 2022
24m 57s
View #91580
View workflow file
Speed up isinstance on union types
new-bugs-announce notifier
#72:
Issue
#91603
opened by
kumaraditya303
Apr 16, 2022
15s
Apr 16, 2022
15s
View workflow file
dump of a single table in sqlite3 library
new-bugs-announce notifier
#71:
Issue
#91602
opened by
WolfgangFahl
Apr 16, 2022
20s
Apr 16, 2022
20s
View workflow file
gh-91576: Speed up iteration of strings
Docs
#24754:
Pull request
#91574
synchronize by
kumaraditya303
Apr 16, 2022
12m 38s
kumaraditya303:fast-iter-str
kumaraditya303:fast-iter-str
Apr 16, 2022
12m 38s
View #91574
View workflow file
gh-91576: Speed up iteration of strings
Tests
#45228:
Pull request
#91574
synchronize by
kumaraditya303
Apr 16, 2022
24m 36s
kumaraditya303:fast-iter-str
kumaraditya303:fast-iter-str
Apr 16, 2022
24m 36s
View #91574
View workflow file
gh-91576: Speed up iteration of strings
Docs
#24753:
Pull request
#91574
synchronize by
kumaraditya303
Apr 16, 2022
15m 38s
kumaraditya303:fast-iter-str
kumaraditya303:fast-iter-str
Apr 16, 2022
15m 38s
View #91574
View workflow file
gh-91576: Speed up iteration of strings
Tests
#45227:
Pull request
#91574
synchronize by
kumaraditya303
Apr 16, 2022
26m 52s
kumaraditya303:fast-iter-str
kumaraditya303:fast-iter-str
Apr 16, 2022
26m 52s
View #91574
View workflow file
bpo-46075: Allow for explicit domains in CookieJar
Docs
#24752:
Pull request
#30108
synchronize by
keddad
Apr 16, 2022
Action required
keddad:main
keddad:main
Apr 16, 2022
Action required
View #30108
View workflow file
bpo-46075: Allow for explicit domains in CookieJar
Tests
#45226:
Pull request
#30108
synchronize by
keddad
Apr 16, 2022
Action required
keddad:main
keddad:main
Apr 16, 2022
Action required
View #30108
View workflow file
ipaddress.reverse_pointer returns nonsense if prefixed input is given
new-bugs-announce notifier
#70:
Issue
#91601
opened by
Zugschlus
Apr 16, 2022
17s
Apr 16, 2022
17s
View workflow file
gh-91565 Simple changes to reflect new bug reporting location.
Docs
#24751:
Pull request
#91568
synchronize by
GadgetSteve
Apr 16, 2022
15m 36s
GadgetSteve:issue_91565
GadgetSteve:issue_91565
Apr 16, 2022
15m 36s
View #91568
View workflow file
gh-91565 Simple changes to reflect new bug reporting location.
Tests
#45225:
Pull request
#91568
synchronize by
GadgetSteve
Apr 16, 2022
24m 53s
GadgetSteve:issue_91565
GadgetSteve:issue_91565
Apr 16, 2022
24m 53s
View #91568
View workflow file
Previous
1
2
3
4
5
…
2946
2947
Next
You can’t perform that action at this time.
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.