GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
genobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-27
/
+53
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-1
/
+1
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-3
/
+3
*
* Refcount leak. It was just a reference to Py_None, but still.
Armin Rigo
2006-02-14
1
-3
/
+9
*
Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext
Phillip J. Eby
2005-08-13
1
-1
/
+1
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
1
-5
/
+234
*
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
Raymond Hettinger
2004-09-01
1
-2
/
+1
*
Patch #966493: Cleanup generator/eval_frame exposure.
Martin v. Löwis
2004-06-27
1
-1
/
+1
*
* Factor out PyObject_SelfIter().
Raymond Hettinger
2004-06-12
1
-9
/
+3
*
Patch #957398: Add public API for Generator Object/Type.
Martin v. Löwis
2004-06-01
1
-0
/
+129