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
.
Python-List
/
cpython
Public
forked from
idobatter/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
Modules
itertoolsmodule.c
on
master
User selector
All users
All time
Commit history
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for f24143b
serhiy-storchaka
committed
f24143b
View commit details
Copy full SHA for f24143b
View code at this point
Browse repository at this point
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
0618abf
View commit details
Copy full SHA for 0618abf
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for 81a7f46
serhiy-storchaka
committed
81a7f46
View commit details
Copy full SHA for 81a7f46
View code at this point
Browse repository at this point
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for c634ea4
serhiy-storchaka
committed
c634ea4
View commit details
Copy full SHA for c634ea4
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
fa3fc6d
View commit details
Copy full SHA for fa3fc6d
View code at this point
Browse repository at this point
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
e1534c3
View commit details
Copy full SHA for e1534c3
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
serhiy-storchaka
committed
a3922b0
View commit details
Copy full SHA for a3922b0
View code at this point
Browse repository at this point
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
serhiy-storchaka
committed
88aadbc
View commit details
Copy full SHA for 88aadbc
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
merge 3.5
benjaminp
committed
c80f54f
View commit details
Copy full SHA for c80f54f
View code at this point
Browse repository at this point
merge 3.4
benjaminp
committed
9f81815
View commit details
Copy full SHA for 9f81815
View code at this point
Browse repository at this point
merge 3.3
benjaminp
committed
85f9e24
View commit details
Copy full SHA for 85f9e24
View code at this point
Browse repository at this point
remove some copyright notices supserseded by the toplevel ones
benjaminp
committed
2da9ebe
View commit details
Copy full SHA for 2da9ebe
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Show description for 05888f0
serhiy-storchaka
committed
05888f0
View commit details
Copy full SHA for 05888f0
View code at this point
Browse repository at this point
Issue #20440: Applied yet one patch for using Py_SETREF.
Show description for d741c6d
serhiy-storchaka
committed
d741c6d
View commit details
Copy full SHA for d741c6d
View code at this point
Browse repository at this point
Issue #20440: Applied yet one patch for using Py_SETREF.
Show description for adc085b
serhiy-storchaka
committed
adc085b
View commit details
Copy full SHA for adc085b
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for ec33cea
serhiy-storchaka
committed
ec33cea
View commit details
Copy full SHA for ec33cea
View code at this point
Browse repository at this point
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 2bbdb47
serhiy-storchaka
committed
2bbdb47
View commit details
Copy full SHA for 2bbdb47
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for 9a87023
serhiy-storchaka
committed
9a87023
View commit details
Copy full SHA for 9a87023
View code at this point
Browse repository at this point
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Show description for b1f4ecc
serhiy-storchaka
committed
b1f4ecc
View commit details
Copy full SHA for b1f4ecc
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge a-to-an corrections from 3.5.
serhiy-storchaka
committed
3c20b62
View commit details
Copy full SHA for 3c20b62
View code at this point
Browse repository at this point
Issue #25523: Merge a-to-an corrections from 3.4.
serhiy-storchaka
committed
dd906b5
View commit details
Copy full SHA for dd906b5
View code at this point
Browse repository at this point
Issue #25523: Further a-to-an corrections.
serhiy-storchaka
committed
a0f37fe
View commit details
Copy full SHA for a0f37fe
View code at this point
Browse repository at this point
Commits on Sep 12, 2015
Issue #25021: Merge 3.5 to default
kristjanvalur
committed
ac3f958
View commit details
Copy full SHA for ac3f958
View code at this point
Browse repository at this point
Issue #25021: Merge 3.4 to 3.5
kristjanvalur
committed
1ae28a2
View commit details
Copy full SHA for 1ae28a2
View code at this point
Browse repository at this point
Issue #25021: Merge from 3.3 to 3.4
kristjanvalur
committed
eccdb16
View commit details
Copy full SHA for eccdb16
View code at this point
Browse repository at this point
Issue #25021: Correctly make sure that product.__setstate__ does not access
Show description for e011608
kristjanvalur
committed
e011608
View commit details
Copy full SHA for e011608
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Minor cleanups
rhettinger
committed
5efe1fc
View commit details
Copy full SHA for 5efe1fc
View code at this point
Browse repository at this point
Commits on Aug 16, 2015
Issue #24874: Speed-up itertools and make it pickles more compact.
rhettinger
committed
1baba76
View commit details
Copy full SHA for 1baba76
View code at this point
Browse repository at this point
Neaten-up whitespace, vertical alignment, and line-wrapping.
rhettinger
committed
a759005
View commit details
Copy full SHA for a759005
View code at this point
Browse repository at this point
Inline PyIter_Next() matching what was done for other itertools.
rhettinger
committed
869d1e8
View commit details
Copy full SHA for 869d1e8
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
Fix oddly placed whitespace
rhettinger
committed
3c289e7
View commit details
Copy full SHA for 3c289e7
View code at this point
Browse repository at this point
Remove dead code (unreachable)
rhettinger
committed
38417ce
View commit details
Copy full SHA for 38417ce
View code at this point
Browse repository at this point
Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.
Show description for 87c153d
rhettinger
committed
87c153d
View commit details
Copy full SHA for 87c153d
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Neaten-up vertical alignment of comments
rhettinger
committed
71b0fb7
View commit details
Copy full SHA for 71b0fb7
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
merge
rhettinger
committed
3ca0145
View commit details
Copy full SHA for 3ca0145
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.