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 }}
markshannon
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
new-linetable-format-version-2
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 8, 2020
Fix 'off by one' error in line table pointer.
markshannon
committed
da2b45b
View commit details
Copy full SHA for da2b45b
Browse repository at this point
Implement API as defined in PEP 626.
markshannon
committed
d1f1db3
View commit details
Copy full SHA for d1f1db3
Browse repository at this point
Add code.co_lines() and fix up various tests.
markshannon
committed
ad0f354
View commit details
Copy full SHA for ad0f354
Browse repository at this point
Rename 'NOP' as 'PASS'.
markshannon
committed
1a2f80d
View commit details
Copy full SHA for 1a2f80d
Browse repository at this point
Mark some bytecodes as articifial.
markshannon
committed
7a6bb65
View commit details
Copy full SHA for 7a6bb65
Browse repository at this point
Change line number format to be more robust for iterators.
markshannon
committed
be8693a
View commit details
Copy full SHA for be8693a
Browse repository at this point
Implement code.co_lines. WIP.
markshannon
committed
1c9a463
View commit details
Copy full SHA for 1c9a463
Browse repository at this point
New line number table format. Mostly working.
markshannon
committed
a7091cb
View commit details
Copy full SHA for a7091cb
Browse repository at this point
Commits on Sep 2, 2020
Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)
pablogsal
authored
5a4a963
View commit details
Copy full SHA for 5a4a963
Browse repository at this point
bpo-41675: Modernize siginterrupt calls (GH-22028)
Show description for f9c5e3f
pablogsal
authored
f9c5e3f
View commit details
Copy full SHA for f9c5e3f
Browse repository at this point
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
Show description for 51fece1
vstinner
authored
51fece1
View commit details
Copy full SHA for 51fece1
Browse repository at this point
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
vstinner
authored
c0d5c13
View commit details
Copy full SHA for c0d5c13
Browse repository at this point
bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)
Show description for 93d50a6
koubaa
authored
93d50a6
View commit details
Copy full SHA for 93d50a6
Browse repository at this point
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
Show description for a7f0268
koubaa
authored
a7f0268
View commit details
Copy full SHA for a7f0268
Browse repository at this point
Fixed mistake in test for f-string error description (GH-22036) (GH-22059)
millefalcon
authored
749ed85
View commit details
Copy full SHA for 749ed85
Browse repository at this point
Improve hypot() accuracy with three separate accumulators (GH-22032)
rhettinger
authored
5b24d15
View commit details
Copy full SHA for 5b24d15
Browse repository at this point
Remove reference to Boa Constructor. (GH-22012)
andresdelfino
authored
1d25f5b
View commit details
Copy full SHA for 1d25f5b
Browse repository at this point
[doc] Remove references to PyChecker. (GH-22011)
andresdelfino
authored
dea82b6
View commit details
Copy full SHA for dea82b6
Browse repository at this point
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH-22031)
Show description for 700fa1b
benjaminp
authored
700fa1b
View commit details
Copy full SHA for 700fa1b
Browse repository at this point
Commits on Sep 1, 2020
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
Show description for 17dc1b7
hauntsaninja
authored
17dc1b7
View commit details
Copy full SHA for 17dc1b7
Browse repository at this point
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Show description for 9b648a9
pablogsal
authored
9b648a9
View commit details
Copy full SHA for 9b648a9
Browse repository at this point
bpo-41528: Use math module in turtle (GH-21837)
Show description for 6844b56
TrangOul
authored
6844b56
View commit details
Copy full SHA for 6844b56
Browse repository at this point
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
Show description for e6905e4
vstinner
authored
e6905e4
View commit details
Copy full SHA for e6905e4
Browse repository at this point
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036)
Show description for 0d6aa7f
millefalcon
and
millefalcon
authored
0d6aa7f
View commit details
Copy full SHA for 0d6aa7f
Browse repository at this point
[doc] Add link to FileHandler in logging (GH-21940)
Show description for f5a16b4
andresdelfino
and
adelfino-ona
authored
f5a16b4
View commit details
Copy full SHA for f5a16b4
Browse repository at this point
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
Show description for a4c4e17
ned-deily
authored
a4c4e17
View commit details
Copy full SHA for a4c4e17
Browse repository at this point
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
andresdelfino
authored
3584d4b
View commit details
Copy full SHA for 3584d4b
Browse repository at this point
Commits on Aug 31, 2020
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Show description for ea5a636
bdarnell
authored
ea5a636
View commit details
Copy full SHA for ea5a636
Browse repository at this point
Commits on Aug 30, 2020
[doc] Fix markup in logging (GH-22008)
andresdelfino
authored
c3a651a
View commit details
Copy full SHA for c3a651a
Browse repository at this point
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
vinay0410
authored
475a5fb
View commit details
Copy full SHA for 475a5fb
Browse repository at this point
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892)
Show description for 582f137
iritkatriel
authored
582f137
View commit details
Copy full SHA for 582f137
Browse repository at this point
Further improve accuracy of math.hypot() (GH-22013)
rhettinger
authored
92c3816
View commit details
Copy full SHA for 92c3816
Browse repository at this point
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Show description for 75c80b0
tontinton
authored
75c80b0
View commit details
Copy full SHA for 75c80b0
Browse repository at this point
Commits on Aug 29, 2020
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
Show description for c68c5af
akindofyoga
authored
c68c5af
View commit details
Copy full SHA for c68c5af
Browse repository at this point
bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
rhettinger
authored
27de286
View commit details
Copy full SHA for 27de286
Browse repository at this point
Previous
Next
You can’t perform that action at this time.