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 }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Demo
threads
on
2.7
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 19, 2011
Remove duplication.
ezio-melotti
committed
1e87da1
View commit details
Copy full SHA for 1e87da1
View code at this point
Browse repository at this point
Commits on Sep 13, 2008
Update uses of string exceptions
akuchling
committed
d9a9c10
View commit details
Copy full SHA for d9a9c10
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
akuchling
committed
c2dc269
View commit details
Copy full SHA for c2dc269
View code at this point
Browse repository at this point
Commits on May 13, 2007
Remove references to stdwin which was removed long ago.
nnorwitz
committed
25e4461
View commit details
Copy full SHA for 25e4461
View code at this point
Browse repository at this point
Commits on Jun 6, 2006
Normalized a few cases of whitespace in function declarations.
Show description for 215f13d
blais
committed
215f13d
View commit details
Copy full SHA for 215f13d
View code at this point
Browse repository at this point
Commits on Jul 18, 2004
Whitespace normalization. Had to break guido's lock on rev 1.1 to do
Show description for 68a323c
tim-one
committed
68a323c
View commit details
Copy full SHA for 68a323c
View code at this point
Browse repository at this point
Commits on May 12, 2004
fix error message; closes SF patch #932796
freddrake
committed
09659fb
View commit details
Copy full SHA for 09659fb
View code at this point
Browse repository at this point
Commits on Feb 12, 2004
Replace backticks with repr() or "%r"
Show description for 70a6b49
doerwalter
committed
70a6b49
View commit details
Copy full SHA for 70a6b49
View code at this point
Browse repository at this point
Commits on Oct 18, 2002
Note lack of speedup. Remove Irix reference. Remove silly extra
Show description for b50e1de
gvanrossum
committed
b50e1de
View commit details
Copy full SHA for b50e1de
View code at this point
Browse repository at this point
Commits on Mar 25, 2002
Remove bug.py. This is something I sent to Guido via email in or before
Show description for 4843eb4
tim-one
committed
4843eb4
View commit details
Copy full SHA for 4843eb4
View code at this point
Browse repository at this point
Commits on Mar 22, 2001
Change co.detach() to co.back() call.
gvanrossum
committed
d42124c
View commit details
Copy full SHA for d42124c
View code at this point
Browse repository at this point
Add more complete reference. Change a co.back() call to co.tran() --
Show description for 27f9b84
gvanrossum
committed
27f9b84
View commit details
Copy full SHA for 27f9b84
View code at this point
Browse repository at this point
Commits on Jan 21, 2001
Whitespace normalization.
tim-one
committed
172c40b
View commit details
Copy full SHA for 172c40b
View code at this point
Browse repository at this point
Commits on Dec 14, 2000
Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd line
Show description for 4550b00
gvanrossum
committed
4550b00
View commit details
Copy full SHA for 4550b00
View code at this point
Browse repository at this point
Commits on Nov 8, 2000
Add 1994 Coroutine module by Tim Peters
gvanrossum
committed
f4e13a4
View commit details
Copy full SHA for f4e13a4
View code at this point
Browse repository at this point
Commits on May 11, 2000
removing more stdwin users
gvanrossum
committed
81b4e41
View commit details
Copy full SHA for 81b4e41
View code at this point
Browse repository at this point
Commits on Sep 14, 1998
nannified
gvanrossum
committed
4117e54
View commit details
Copy full SHA for 4117e54
View code at this point
Browse repository at this point
Commits on May 20, 1998
whrandom -> random
gvanrossum
committed
6c3a2cb
View commit details
Copy full SHA for 6c3a2cb
View code at this point
Browse repository at this point
Commits on Mar 26, 1998
Add a sleep(0.00001) call to make sure all threads run.
gvanrossum
committed
07af9a7
View commit details
Copy full SHA for 07af9a7
View code at this point
Browse repository at this point
Commits on Feb 14, 1998
Removed condition.py -- it was just sync.py without
Show description for 36123aa
gvanrossum
committed
36123aa
View commit details
Copy full SHA for 36123aa
View code at this point
Browse repository at this point
Commits on Oct 7, 1997
Add note about condition.py.
gvanrossum
committed
ef31b24
View commit details
Copy full SHA for ef31b24
View code at this point
Browse repository at this point
Commits on Jul 30, 1996
Remove comment "SGI only"
gvanrossum
committed
2108a50
View commit details
Copy full SHA for 2108a50
View code at this point
Browse repository at this point
Simplified and rationalized.
gvanrossum
committed
3df1d1b
View commit details
Copy full SHA for 3df1d1b
View code at this point
Browse repository at this point
Commits on Oct 8, 1994
new version by Tim
gvanrossum
committed
6910f42
View commit details
Copy full SHA for 6910f42
View code at this point
Browse repository at this point
Commits on May 18, 1994
Added optional lock parameter to condition class.
Show description for a697058
gvanrossum
committed
a697058
View commit details
Copy full SHA for a697058
View code at this point
Browse repository at this point
Commits on May 17, 1994
Added semaphores; fix event.wait().
gvanrossum
committed
846c322
View commit details
Copy full SHA for 846c322
View code at this point
Browse repository at this point
Commits on May 16, 1994
Initial revision
gvanrossum
committed
48a69b7
View commit details
Copy full SHA for 48a69b7
View code at this point
Browse repository at this point
Added bug.py and condition.py
gvanrossum
committed
9f2a5b0
View commit details
Copy full SHA for 9f2a5b0
View code at this point
Browse repository at this point
Don't use thread.exit_prog(); set a global variable to stop other
Show description for 655f600
gvanrossum
committed
655f600
View commit details
Copy full SHA for 655f600
View code at this point
Browse repository at this point
Don't use thread.exit_prog; let child die if EOF read
gvanrossum
committed
dc3c53c
View commit details
Copy full SHA for dc3c53c
View code at this point
Browse repository at this point
Fixed for stricter argument matching rules
gvanrossum
committed
3ac5b00
View commit details
Copy full SHA for 3ac5b00
View code at this point
Browse repository at this point
Commits on May 3, 1994
Initial revision
gvanrossum
committed
70dc86f
View commit details
Copy full SHA for 70dc86f
View code at this point
Browse repository at this point
added Generator.py
gvanrossum
committed
d15a155
View commit details
Copy full SHA for d15a155
View code at this point
Browse repository at this point
Commits on Feb 17, 1994
Use time.time() instead of time.millitimer()
gvanrossum
committed
e69d3fe
View commit details
Copy full SHA for e69d3fe
View code at this point
Browse repository at this point
Commits on Dec 17, 1993
Initial revision
gvanrossum
committed
1b789f9
View commit details
Copy full SHA for 1b789f9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.