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
/
Modules
/
xreadlinesmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-1
/
+1
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-8
/
+1
*
Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.
Guido van Rossum
2002-08-06
1
-0
/
+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1
/
+1
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-1
/
+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-3
/
+3
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Remove bogus PyGC_HEAD_SIZE.
Neil Schemenauer
2001-08-29
1
-1
/
+1
*
Make more warnings go away on the SGI compiler.
Fred Drake
2001-07-19
1
-3
/
+1
*
Iterator support: made the xreadlines object its own iterator. This
Guido van Rossum
2001-05-22
1
-25
/
+81
*
Fix a memory leak -- there's no need to INCREF() the result of
Guido van Rossum
2001-03-23
1
-1
/
+0
*
SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin
Guido van Rossum
2001-01-19
1
-1
/
+2
*
Conform the new module to /the/ C style.
Thomas Wouters
2001-01-11
1
-5
/
+9
*
Assorted xreadlines problems:
Tim Peters
2001-01-09
1
-1
/
+1
*
Jeff Epler's xreadlines module, with slight reformatting and some
Guido van Rossum
2001-01-09
1
-0
/
+118