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 }}
bendmorris
/
static-python
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
201
Code
Issues
6
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
static-python
PC
on
master
User selector
All users
Datepicker
All time
Commit history
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
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 927e5f7
serhiy-storchaka
committed
927e5f7
View commit details
Copy full SHA for 927e5f7
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 13689b5
serhiy-storchaka
committed
13689b5
View commit details
Copy full SHA for 13689b5
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
serhiy-storchaka
committed
802bb39
View commit details
Copy full SHA for 802bb39
View code at this point
Browse repository at this point
Commits on Jul 25, 2013
Closes #18491: Added script-wrapper functionality to launcher source (but not to executable).
vsajip
committed
be9e9a9
View commit details
Copy full SHA for be9e9a9
View code at this point
Browse repository at this point
Commits on Jul 7, 2013
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Show description for 5feffd0
vstinner
committed
5feffd0
View commit details
Copy full SHA for 5feffd0
View code at this point
Browse repository at this point
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Show description for c6e948e
vstinner
committed
c6e948e
View commit details
Copy full SHA for c6e948e
View code at this point
Browse repository at this point
Commits on Jun 23, 2013
add _stat to list of builtin Windows modules
tiran
committed
aae7b0f
View commit details
Copy full SHA for aae7b0f
View code at this point
Browse repository at this point
Commits on Jun 22, 2013
Issue #11016: Add C implementation of the stat module as _stat
tiran
committed
71a4484
View commit details
Copy full SHA for 71a4484
View code at this point
Browse repository at this point
Commits on Jun 14, 2013
comparing with http://hg.python.org/cpython/
Show description for de8a4cf
tiran
committed
de8a4cf
View commit details
Copy full SHA for de8a4cf
View code at this point
Browse repository at this point
Commits on Jun 9, 2013
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
tiran
committed
92d36cf
View commit details
Copy full SHA for 92d36cf
View code at this point
Browse repository at this point
Commits on Jun 7, 2013
Issue #17903: Added path search changes to launcher.
vsajip
committed
aaa2b84
View commit details
Copy full SHA for aaa2b84
View code at this point
Browse repository at this point
Commits on Jun 5, 2013
Issue #17931: Resolve confusion on Windows between pids and process handles.
shibturn
committed
162b633
View commit details
Copy full SHA for 162b633
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Issue #9566: Fix compiler warning on Windows 64-bit
vstinner
committed
fa3a22c
View commit details
Copy full SHA for fa3a22c
View code at this point
Browse repository at this point
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
Show description for cc97791
vstinner
committed
cc97791
View commit details
Copy full SHA for cc97791
View code at this point
Browse repository at this point
Commits on May 20, 2013
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Show description for 3fdb3ad
cf-natali
committed
3fdb3ad
View commit details
Copy full SHA for 3fdb3ad
View code at this point
Browse repository at this point
Commits on May 12, 2013
merge with 3.3
birkenfeld
committed
f1a07de
View commit details
Copy full SHA for f1a07de
View code at this point
Browse repository at this point
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
birkenfeld
committed
f9897b1
View commit details
Copy full SHA for f9897b1
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
Issue #16694: Add a pure Python implementation of the operator module.
Show description for b488343
pitrou
committed
b488343
View commit details
Copy full SHA for b488343
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Issue #16061: Speed up str.replace() for replacing 1-character strings.
serhiy-storchaka
committed
286bcc5
View commit details
Copy full SHA for 286bcc5
View code at this point
Browse repository at this point
Commits on Apr 9, 2013
Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
Show description for d0f3094
vstinner
committed
d0f3094
View commit details
Copy full SHA for d0f3094
View code at this point
Browse repository at this point
Commits on Apr 8, 2013
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
Show description for 9c18382
vstinner
committed
9c18382
View commit details
Copy full SHA for 9c18382
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
merge with 3.3
birkenfeld
committed
942587a
View commit details
Copy full SHA for 942587a
View code at this point
Browse repository at this point
merge with 3.2 branch
birkenfeld
committed
111a700
View commit details
Copy full SHA for 111a700
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
merge with main repo 3.2 branch
birkenfeld
committed
f39b0b0
View commit details
Copy full SHA for f39b0b0
View code at this point
Browse repository at this point
Commits on Mar 24, 2013
#17425: merge 3.3
loewis
committed
beb7ad0
View commit details
Copy full SHA for beb7ad0
View code at this point
Browse repository at this point
Fix typo
loewis
committed
10bc534
View commit details
Copy full SHA for 10bc534
View code at this point
Browse repository at this point
Issue #17425: Build with openssl 1.0.1d on Windows.
loewis
committed
00b1ced
View commit details
Copy full SHA for 00b1ced
View code at this point
Browse repository at this point
Issue #17425: Build with openssl 1.0.0k on Windows.
loewis
committed
0c6e06c
View commit details
Copy full SHA for 0c6e06c
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Show description for 3b7e9e9
gpshead
committed
3b7e9e9
View commit details
Copy full SHA for 3b7e9e9
View code at this point
Browse repository at this point
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Show description for 2896492
gpshead
committed
2896492
View commit details
Copy full SHA for 2896492
View code at this point
Browse repository at this point
Copyright update to 2013.
birkenfeld
committed
7fbd710
View commit details
Copy full SHA for 7fbd710
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Closes #17290: Merged fix from 3.3.
vsajip
committed
56233e6
View commit details
Copy full SHA for 56233e6
View code at this point
Browse repository at this point
Closes #17290: Loading cursor now does not persist when launching GUI scripts.
vsajip
committed
aab16d4
View commit details
Copy full SHA for aab16d4
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
Fix compilation error under Windows.
vsajip
committed
de99f09
View commit details
Copy full SHA for de99f09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.