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 }}
Seluj78
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
ed02eb6
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 31, 2006
Bug #1177964: make file iterator raise MemoryError on too big files
birkenfeld
committed
ed02eb6
View commit details
Copy full SHA for ed02eb6
Browse repository at this point
Add guards against fcntl() not being available on Windows.
birkenfeld
committed
644b1e7
View commit details
Copy full SHA for 644b1e7
Browse repository at this point
Update version number to 2.5
birkenfeld
committed
8147275
View commit details
Copy full SHA for 8147275
Browse repository at this point
bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.
Show description for 54a188a
birkenfeld
committed
54a188a
View commit details
Copy full SHA for 54a188a
Browse repository at this point
bug #1257988: don't bail out on gethostbyname(gethostname()) failure
birkenfeld
committed
dcdfd22
View commit details
Copy full SHA for dcdfd22
Browse repository at this point
bug #1444104: add note about fdopen() to os.open().
birkenfeld
committed
b88e19c
View commit details
Copy full SHA for b88e19c
Browse repository at this point
Disable test_socket_ssl timeout test on Windows.
birkenfeld
committed
d49be30
View commit details
Copy full SHA for d49be30
Browse repository at this point
Patch #1460496: round() now accepts keyword arguments.
birkenfeld
committed
ccadf84
View commit details
Copy full SHA for ccadf84
Browse repository at this point
Bug #1445068: getpass.getpass() can now be given an explicit stream
Show description for 338ef7d
birkenfeld
committed
338ef7d
View commit details
Copy full SHA for 338ef7d
Browse repository at this point
Patch #1462313, bug #1443328: the pickle modules now can handle classes
Show description for 22ec80b
birkenfeld
committed
22ec80b
View commit details
Copy full SHA for 22ec80b
Browse repository at this point
Patch #1380952: fix SSL objects timing out on consecutive read()s
birkenfeld
committed
43f08a8
View commit details
Copy full SHA for 43f08a8
Browse repository at this point
Bug #1250170, Patch #1462230: handle socket.gethostname()
Show description for dd2245f
birkenfeld
committed
dd2245f
View commit details
Copy full SHA for dd2245f
Browse repository at this point
Expand comments.
Show description for 296aef8
jeremyhylton
committed
296aef8
View commit details
Copy full SHA for 296aef8
Browse repository at this point
Add 2.5 libraries.
loewis
committed
22f3a6a
View commit details
Copy full SHA for 22f3a6a
Browse repository at this point
typos
birkenfeld
committed
76a2cae
View commit details
Copy full SHA for 76a2cae
Browse repository at this point
traceback now shows error position for all SyntaxError subclasses,
Show description for 51dbc4c
birkenfeld
committed
51dbc4c
View commit details
Copy full SHA for 51dbc4c
Browse repository at this point
Complete markup.
birkenfeld
committed
3bf538f
View commit details
Copy full SHA for 3bf538f
Browse repository at this point
Fix the reference leak in test_generators, by explicitly breaking the cycle
Show description for a6126ba
Yhg1s
committed
a6126ba
View commit details
Copy full SHA for a6126ba
Browse repository at this point
Bug #947906: An object oriented interface has been added to the calendar
Show description for 58917a6
doerwalter
committed
58917a6
View commit details
Copy full SHA for 58917a6
Browse repository at this point
Tagging for release r25a0
loewis
committed
3f144f9
View commit details
Copy full SHA for 3f144f9
Browse repository at this point
Remove tag, to recreate it right away.
loewis
committed
abbb5e1
View commit details
Copy full SHA for abbb5e1
Browse repository at this point
Add index entries for new-style/old-style class.
birkenfeld
committed
4c97498
View commit details
Copy full SHA for 4c97498
Browse repository at this point
object() is a function, not a base class.
birkenfeld
committed
b227bea
View commit details
Copy full SHA for b227bea
Browse repository at this point
Bug #1461610: xmlrpclib has no function "binary".
birkenfeld
committed
1320cf8
View commit details
Copy full SHA for 1320cf8
Browse repository at this point
Fix typos.
doerwalter
committed
c44e14e
View commit details
Copy full SHA for c44e14e
Browse repository at this point
Don't add multiple empty lines at the end of the codec. With this a
Show description for 5d23f9a
doerwalter
committed
5d23f9a
View commit details
Copy full SHA for 5d23f9a
Browse repository at this point
Clarify what the final argument does in
Show description for a35b05e
doerwalter
committed
a35b05e
View commit details
Copy full SHA for a35b05e
Browse repository at this point
Add a NEWS entry for the Alpha fixes
nnorwitz
committed
602d339
View commit details
Copy full SHA for 602d339
Browse repository at this point
Get gcc to do strict IEEE math. This flag was already used for cc, just not
Show description for dedeeaa
nnorwitz
committed
dedeeaa
View commit details
Copy full SHA for dedeeaa
Browse repository at this point
improve reporting of illegal section nesting (provide location which
Show description for 7b8cf38
freddrake
committed
7b8cf38
View commit details
Copy full SHA for 7b8cf38
Browse repository at this point
fix sectioning: cannot skip section levels
freddrake
committed
842ab70
View commit details
Copy full SHA for 842ab70
Browse repository at this point
test_main(): Restore the decimal context that was in
Show description for 46cc702
tim-one
committed
46cc702
View commit details
Copy full SHA for 46cc702
Browse repository at this point
Repaired a number of errors in this test:
Show description for ef57567
tim-one
committed
ef57567
View commit details
Copy full SHA for ef57567
Browse repository at this point
Commits on Mar 30, 2006
SF patch #1458476 with modifications based on discussions in python-dev. This
Show description for 176014f
warsaw
committed
176014f
View commit details
Copy full SHA for 176014f
Browse repository at this point
Insert a safety space after numbers as well as names in untokenize().
gvanrossum
committed
c259cc9
View commit details
Copy full SHA for c259cc9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.