Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
JustAnotherArchivist
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
docs-zipfile-pwd-type
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 13, 2022
Document that zipfile's pwd parameter is a bytes object
JustAnotherArchivist
committed
81b6e1a
Copy full SHA for 81b6e1a
Commits on Dec 12, 2022
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
Show description for 0e081a0
ericsnowcurrently
authored
0e081a0
Copy full SHA for 0e081a0
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Show description for 5eb28bc
ericsnowcurrently
authored
5eb28bc
Copy full SHA for 5eb28bc
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Show description for 53d9cd9
ericsnowcurrently
authored
53d9cd9
Copy full SHA for 53d9cd9
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Show description for 8790d4d
ericsnowcurrently
authored
8790d4d
Copy full SHA for 8790d4d
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Show description for 1583c6e
mdboom
authored
1583c6e
Copy full SHA for 1583c6e
gh-99955: standardize return values of functions in compiler's code-gen (#100010)
iritkatriel
authored
e4ea33b
Copy full SHA for e4ea33b
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail
authored
158b8a0
Copy full SHA for 158b8a0
Fix: typo (Indention) (GH-99904)
Show description for 8711b59
jarrodcolburn
authored
8711b59
Copy full SHA for 8711b59
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
Show description for 3221b0d
chgnrdv
authored
3221b0d
Copy full SHA for 3221b0d
gh-100176: remove incorrect version compatibility check from argument clinic (#100190)
hauntsaninja
authored
621a179
Copy full SHA for 621a179
clarify the 4300-digit limit on int-str conversion (#100175)
nedbat
authored
935ef59
Copy full SHA for 935ef59
gh-70393: Clarify mention of "middle" scope (#98839)
hauntsaninja
authored
70be5e4
Copy full SHA for 70be5e4
Commits on Dec 11, 2022
gh-99688: Fix outdated tests in test_unary (#99712)
Show description for 54289f8
Isaac-Lee
authored
54289f8
Copy full SHA for 54289f8
gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
Show description for 868bab0
Beweeted
authored
868bab0
Copy full SHA for 868bab0
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Show description for 2e279e8
gpshead
authored
2e279e8
Copy full SHA for 2e279e8
Commits on Dec 10, 2022
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes (#100053)
DarioDaF
authored
1bb68ba
Copy full SHA for 1bb68ba
gh-99728: correct typo in `datetime` format codes documentation (#99750)
tbwolfe
authored
d5f8a2b
Copy full SHA for d5f8a2b
gh-99970 Adding missing `optionflags` parameter in the documentation of `doctest` (#99971)
busywhitespace
authored
e477348
Copy full SHA for e477348
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
fantix
authored
a9bad4d
Copy full SHA for a9bad4d
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
fantix
authored
f28e537
Copy full SHA for f28e537
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
fantix
authored
50b08d5
Copy full SHA for 50b08d5
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Show description for 228c92e
kkpattern
and
kumaraditya303
authored
228c92e
Copy full SHA for 228c92e
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100052)
ramvikrams
authored
7c0fb71
Copy full SHA for 7c0fb71
Commits on Dec 9, 2022
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
Show description for 7a0f3c1
ericsnowcurrently
authored
7a0f3c1
Copy full SHA for 7a0f3c1
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Show description for 8d0bd93
ericsnowcurrently
authored
8d0bd93
Copy full SHA for 8d0bd93
GH-98363: Shrink the physical size as well as the logical size (GH-100138)
rhettinger
authored
8c21546
Copy full SHA for 8c21546
bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or upper case (#26924)
akulakov
authored
d0679c1
Copy full SHA for d0679c1
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)
shreyanavigyan
authored
a29a7b9
Copy full SHA for a29a7b9
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2
markshannon
authored
fb713b2
Copy full SHA for fb713b2
gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
lakor64
authored
3c53554
Copy full SHA for 3c53554
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Show description for 748c6c0
Fidget-Spinner
authored
748c6c0
Copy full SHA for 748c6c0
GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
kumaraditya303
authored
0448dea
Copy full SHA for 0448dea
gh-99087: Add missing newline for prompts in docs (GH-98993)
Show description for 286e3c7
slateny
authored
286e3c7
Copy full SHA for 286e3c7
gh-81057: Fix an ifdef in the time module (#100125)
Show description for 3e06b50
ericsnowcurrently
authored
3e06b50
Copy full SHA for 3e06b50
Pagination
Previous
Next
You can’t perform that action at this time.