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
Breadcrumbs
History for
cpython
Lib
on
669f4c3
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 13, 2002
Fix non-blocking connect() for Windows. Refactored the code
Show description for 7b8bac1
gvanrossum
committed
7b8bac1
View commit details
Copy full SHA for 7b8bac1
View code at this point
Browse repository at this point
More style changes and little cleanups.
Show description for 129b17d
jeremyhylton
committed
129b17d
View commit details
Copy full SHA for 129b17d
View code at this point
Browse repository at this point
Major overhaul of timeout sockets:
Show description for 11ba094
gvanrossum
committed
11ba094
View commit details
Copy full SHA for 11ba094
View code at this point
Browse repository at this point
Fix a typo.
Show description for dfad1a9
gvanrossum
committed
dfad1a9
View commit details
Copy full SHA for dfad1a9
View code at this point
Browse repository at this point
Some more style improvements
jeremyhylton
committed
022640d
View commit details
Copy full SHA for 022640d
View code at this point
Browse repository at this point
Python style conformance: Delete spaces between name of function and arglist.
Show description for 28f46e1
jeremyhylton
committed
28f46e1
View commit details
Copy full SHA for 28f46e1
View code at this point
Browse repository at this point
Whitespace nit.
gvanrossum
committed
3fcd452
View commit details
Copy full SHA for 3fcd452
View code at this point
Browse repository at this point
Commits on Jun 12, 2002
Remove some overly complicated ways to concatenate and repeat strings
Show description for ab65996
gvanrossum
committed
ab65996
View commit details
Copy full SHA for ab65996
View code at this point
Browse repository at this point
Don't test for Java, test for sys.getrefcount.
gvanrossum
committed
284a2cf
View commit details
Copy full SHA for 284a2cf
View code at this point
Browse repository at this point
Some provisional changes to get more tests to run on Windows (I hope).
gvanrossum
committed
1c93801
View commit details
Copy full SHA for 1c93801
View code at this point
Browse repository at this point
Argh. Typo. :-(
gvanrossum
committed
8e95ca8
View commit details
Copy full SHA for 8e95ca8
View code at this point
Browse repository at this point
Allow absent fromfd(), for Windows.
gvanrossum
committed
6fb3d5e
View commit details
Copy full SHA for 6fb3d5e
View code at this point
Browse repository at this point
testSetSockOpt() should not require the reuse flag to be 1 -- any
Show description for 733632a
gvanrossum
committed
733632a
View commit details
Copy full SHA for 733632a
View code at this point
Browse repository at this point
Lose the message on assertEqual calls -- they actually hide
Show description for 7648968
gvanrossum
committed
7648968
View commit details
Copy full SHA for 7648968
View code at this point
Browse repository at this point
Docstring, layout and style tweaking. Increase fuzz to 1 second.
gvanrossum
committed
28774da
View commit details
Copy full SHA for 28774da
View code at this point
Browse repository at this point
Add a new definition to Extension objects: depends.
Show description for 09e532b
jeremyhylton
committed
09e532b
View commit details
Copy full SHA for 09e532b
View code at this point
Browse repository at this point
Add some more basic tests to validate the argument checking of
Show description for aa6a664
gvanrossum
committed
aa6a664
View commit details
Copy full SHA for aa6a664
View code at this point
Browse repository at this point
New test suite for the socket module by Michael Gilfix.
Show description for 24e4af8
gvanrossum
committed
24e4af8
View commit details
Copy full SHA for 24e4af8
View code at this point
Browse repository at this point
Add a testcase to ensure that cycles going through the __class__ link
Show description for 05e01ee
gvanrossum
committed
05e01ee
View commit details
Copy full SHA for 05e01ee
View code at this point
Browse repository at this point
SF bug 567538: Generator can crash the interpreter (Finn Bock).
Show description for c5fe5eb
gvanrossum
committed
c5fe5eb
View commit details
Copy full SHA for c5fe5eb
View code at this point
Browse repository at this point
Rework the code to have only the GvR RPC. Output from execution of user
Show description for 969de45
kbkaiser
committed
969de45
View commit details
Copy full SHA for 969de45
View code at this point
Browse repository at this point
Commits on Jun 11, 2002
The opcode YIELD_STMT was accidentally called YIELD_VALUE here.
gvanrossum
committed
9f709bf
View commit details
Copy full SHA for 9f709bf
View code at this point
Browse repository at this point
Fix SF #565414, FancyURLopener() needs to support **kwargs
Show description for 60e04cd
nnorwitz
committed
60e04cd
View commit details
Copy full SHA for 60e04cd
View code at this point
Browse repository at this point
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Show description for 589dc93
Michael W. Hudson
committed
589dc93
View commit details
Copy full SHA for 589dc93
View code at this point
Browse repository at this point
This is my nearly two year old patch
Show description for 5efaf7e
Michael W. Hudson
committed
5efaf7e
View commit details
Copy full SHA for 5efaf7e
View code at this point
Browse repository at this point
Patch #488073: AtheOS port.
loewis
committed
f90ae20
View commit details
Copy full SHA for f90ae20
View code at this point
Browse repository at this point
add a version of GvR's q&d python idle printing patch,
Show description for 7981ce5
Steven M. Gava
committed
7981ce5
View commit details
Copy full SHA for 7981ce5
View code at this point
Browse repository at this point
Commits on Jun 10, 2002
Took initial_tab and subsequent_tab away from the fill() method and
Show description for 62080be
gward
committed
62080be
View commit details
Copy full SHA for 62080be
View code at this point
Browse repository at this point
SF patch 560794 (Greg Chapman): deepcopy can't handle custom
Show description for 11ade1d
gvanrossum
committed
11ade1d
View commit details
Copy full SHA for 11ade1d
View code at this point
Browse repository at this point
Allow the standalone wrap() and fill() functions to take arbitrary
Show description for cf02ac6
gward
committed
cf02ac6
View commit details
Copy full SHA for cf02ac6
View code at this point
Browse repository at this point
Make 'width' an instance attribute rather than an argument to the wrap()
Show description for d34c959
gward
committed
d34c959
View commit details
Copy full SHA for d34c959
View code at this point
Browse repository at this point
SF patch 564549 (Erik Andersén).
Show description for 009afb7
gvanrossum
committed
009afb7
View commit details
Copy full SHA for 009afb7
View code at this point
Browse repository at this point
Commits on Jun 9, 2002
Make all of TextWrapper's options keyword args to the constructor.
gward
committed
47df99d
View commit details
Copy full SHA for 47df99d
View code at this point
Browse repository at this point
Commits on Jun 7, 2002
Record copyright and author.
gward
committed
698d9f0
View commit details
Copy full SHA for 698d9f0
View code at this point
Browse repository at this point
Use True/False instead of 1/0.
gward
committed
70c726a
View commit details
Copy full SHA for 70c726a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.