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
Accelerator
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
Type
/
to 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
.
biosbits
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
bits
User selector
All users
All time
Commit history
Commits on Jul 31, 2015
BITS: On x86-64, add the FFI_EFI64 calling convention
Show description for 2e41220
joshtriplett
committed
2e41220
View commit details
Copy full SHA for 2e41220
Browse repository at this point
BITS: ctypes: Handle builds with -mrtd -mregparm=3, as used in GRUB
Show description for 35c3af2
joshtriplett
committed
35c3af2
View commit details
Copy full SHA for 35c3af2
Browse repository at this point
BITS: Fix build error in handling of wchar_t
joshtriplett
committed
72c9c58
View commit details
Copy full SHA for 72c9c58
Browse repository at this point
Issue 24759: Gracefull exit Idle if ttk import fails.
terryjreedy
committed
2a85a1a
View commit details
Copy full SHA for 2a85a1a
Browse repository at this point
Commits on Jul 30, 2015
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
terryjreedy
committed
0c38939
View commit details
Copy full SHA for 0c38939
Browse repository at this point
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
Show description for fae0fe4
berkerpeksag
committed
fae0fe4
View commit details
Copy full SHA for fae0fe4
Browse repository at this point
Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).
gvanrossum
committed
49e2421
View commit details
Copy full SHA for 49e2421
Browse repository at this point
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
benjaminp
committed
f8a253e
View commit details
Copy full SHA for f8a253e
Browse repository at this point
Commits on Jul 29, 2015
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
rbtcollins
committed
b562136
View commit details
Copy full SHA for b562136
Browse repository at this point
Issue #23319: Add Matthieu Gautier to Misc/ACKS
vstinner
committed
59f1a7d
View commit details
Copy full SHA for 59f1a7d
Browse repository at this point
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Show description for 12417ee
vstinner
committed
12417ee
View commit details
Copy full SHA for 12417ee
Browse repository at this point
Issue #23254: Document how to close the TCPServer listening socket.
Show description for 7660652
rbtcollins
committed
7660652
View commit details
Copy full SHA for 7660652
Browse repository at this point
Commits on Jul 28, 2015
Set a default BasePlatformToolset to allow the ICC buildbot to build.
zware
committed
447e07d
View commit details
Copy full SHA for 447e07d
Browse repository at this point
Commits on Jul 27, 2015
check return value of PyString_FromStringAndSize for NULL (closes #24734)
Show description for 8095534
benjaminp
committed
8095534
View commit details
Copy full SHA for 8095534
Browse repository at this point
Commits on Jul 26, 2015
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
rbtcollins
committed
d059fbe
View commit details
Copy full SHA for d059fbe
Browse repository at this point
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.
serhiy-storchaka
committed
794153e
View commit details
Copy full SHA for 794153e
Browse repository at this point
Issue #24613: Calling array.fromstring() with self is no longer allowed
Show description for f0e6212
serhiy-storchaka
committed
f0e6212
View commit details
Copy full SHA for f0e6212
Browse repository at this point
Commits on Jul 25, 2015
possible memory leak in error case (closes #24719)
Show description for 512d5fb
benjaminp
committed
512d5fb
View commit details
Copy full SHA for 512d5fb
Browse repository at this point
proper overflow checks for mymemreplace (closes #24708)
benjaminp
committed
90fbdf7
View commit details
Copy full SHA for 90fbdf7
Browse repository at this point
Commits on Jul 24, 2015
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
ned-deily
committed
724b28b
View commit details
Copy full SHA for 724b28b
Browse repository at this point
Issue #24704: Fixed possible NULL pointer dereferencing in the _json module
Show description for 4c61be2
serhiy-storchaka
committed
4c61be2
View commit details
Copy full SHA for 4c61be2
Browse repository at this point
Issue #24620: Random.setstate() now validates the value of state last element.
serhiy-storchaka
committed
cdb4214
View commit details
Copy full SHA for cdb4214
Browse repository at this point
Issue #24703: Fixed resource leak on error in bsddb.verify().
Show description for ffac8bd
serhiy-storchaka
committed
ffac8bd
View commit details
Copy full SHA for ffac8bd
Browse repository at this point
Initialize buf.outobj in multibyte encoder (closes issue #24702).
Show description for 487b6d6
serhiy-storchaka
committed
487b6d6
View commit details
Copy full SHA for 487b6d6
Browse repository at this point
Commits on Jul 22, 2015
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
rbtcollins
committed
2a728f0
View commit details
Copy full SHA for 2a728f0
Browse repository at this point
we don't care about python 1.5.2
benjaminp
committed
74f361e
View commit details
Copy full SHA for 74f361e
Browse repository at this point
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
zware
committed
65fcb78
View commit details
Copy full SHA for 65fcb78
Browse repository at this point
Issue #24680: Remove random backslash. Patch by cdz.
zware
committed
79b5f97
View commit details
Copy full SHA for 79b5f97
Browse repository at this point
Commits on Jul 20, 2015
Issue #20792: Expand idle_test.test_pathbowser. Tweak file.
Show description for 6f75783
terryjreedy
committed
6f75783
View commit details
Copy full SHA for 6f75783
Browse repository at this point
Issue #19663: Improve error message for defaultdict.
rhettinger
committed
4ee9c4d
View commit details
Copy full SHA for 4ee9c4d
Browse repository at this point
Commits on Jul 19, 2015
Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.
terryjreedy
committed
5830c00
View commit details
Copy full SHA for 5830c00
Browse repository at this point
Fixes OpenSSL directory reference
zooba
committed
36f4d02
View commit details
Copy full SHA for 36f4d02
Browse repository at this point
Commits on Jul 18, 2015
Issue #24568: fix typo.
rhettinger
committed
0cee653
View commit details
Copy full SHA for 0cee653
Browse repository at this point
improve style of the convert macro (#24655)
Show description for db17b1b
benjaminp
committed
db17b1b
View commit details
Copy full SHA for db17b1b
Browse repository at this point
Commits on Jul 16, 2015
Close #24508: Backport the 3.5 MSBuild project files.
Show description for 432e9a1
zware
committed
432e9a1
View commit details
Copy full SHA for 432e9a1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.