index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
lib
/
libfuncs.tex
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-9/+13
*
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.
Georg Brandl
2007-03-10
1
-20/+39
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-37/+37
*
Patch #1601678: move intern() to sys.intern().
Georg Brandl
2006-12-19
1
-14/+0
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-6/+40
*
Get rid of more coerce cruft (really check in this time :-)
Neal Norwitz
2006-08-29
1
-6/+0
*
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum
2006-08-26
1
-15/+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-73/+121
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-8/+12
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-6/+18
*
Remove apply()
Neal Norwitz
2006-03-17
1
-20/+0
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
1
-35/+0
*
Patch #1434038: property() now uses the getter's docstring if there is
Georg Brandl
2006-03-08
1
-0/+5
*
Patch #1410783: add documentation links for static/classmethod
Georg Brandl
2006-01-20
1
-1/+9
*
Remove dots in \version{changed,added} argument and
Georg Brandl
2006-01-15
1
-3/+3
*
SF bug #1100368: Wrong "type()" syntax in docs
Raymond Hettinger
2005-08-24
1
-17/+21
*
ord() documentation update; this is what remains applicable from
Fred Drake
2005-08-23
1
-4/+9
*
SF bug #1121416: zip incorrectly and incompletely documented
Raymond Hettinger
2005-08-21
1
-4/+4
*
bug [ 1250306 ] incorrect description of range function
Georg Brandl
2005-08-03
1
-1/+1
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
bug [ 1175022 ] property example code error
Georg Brandl
2005-06-25
1
-0/+1
*
SF bug #1209411: divmod documentation shd reference // not /
Raymond Hettinger
2005-05-31
1
-1/+1
*
fix description of the input range of unichr()
Fred Drake
2005-05-25
1
-1/+2
*
Fill-in missing argspec.
Raymond Hettinger
2005-03-19
1
-1/+1
*
Add two new functions, any() and all().
Raymond Hettinger
2005-03-11
1
-0/+26
*
SF patch 1094011: Docs for file() vs open().
Raymond Hettinger
2005-01-07
1
-3/+6
*
SF Patch #1093896: miscellaneous doc typos
Raymond Hettinger
2005-01-01
1
-1/+1
*
Hyphenate 'one-argument'
Andrew M. Kuchling
2004-12-03
1
-2/+2
*
SF patch #1077353: add key= argument to min and max
Raymond Hettinger
2004-12-03
1
-1/+13
*
SF bug #1035279: hex() and oct() documentation is incorrect
Raymond Hettinger
2004-09-30
1
-13/+5
*
Patch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis
2004-08-25
1
-1/+1
*
SF bug #805304: super instances don't support item assignment
Raymond Hettinger
2004-08-17
1
-0/+6
*
[Patch #1005465] Markup tweaks
Andrew M. Kuchling
2004-08-09
1
-1/+2
*
Bug 1003935: xrange overflows
Tim Peters
2004-08-08
1
-9/+15
*
Doc/lib/libfuncs.tex: correct items in itemize
Matthias Klose
2004-08-04
1
-8/+8
*
Document general mappings for the locals argument for exec and execfile().
Raymond Hettinger
2004-08-03
1
-7/+8
*
PEP-0318, @decorator-style. In Guido's words:
Anthony Baxter
2004-08-02
1
-2/+11
*
SF bug #997533: "disjunct" should be "disjoint"
Raymond Hettinger
2004-07-29
1
-3/+3
*
SF Bug #215126: Over restricted type checking on eval() function
Raymond Hettinger
2004-07-02
1
-2/+6
*
Fix small grammatical mistake.
Brett Cannon
2004-05-05
1
-1/+1
*
concrete example of why retaining old objects is good
Skip Montanaro
2004-03-21
1
-1/+9
*
SF bug #918371: hasattr()'s return type
Raymond Hettinger
2004-03-20
1
-2/+2
*
Expand on the semantics of reload(). Closes #919099.
Skip Montanaro
2004-03-19
1
-2/+24
*
fix reference to File Object documentation
Fred Drake
2004-01-01
1
-1/+3
*
fix markup errors
Fred Drake
2003-12-30
1
-3/+2
*
[Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Pa...
Andrew M. Kuchling
2003-12-23
1
-4/+2
*
Guido grants a Christmas wish:
Raymond Hettinger
2003-12-17
1
-0/+9
*
Put str() in alphabetical order.
Raymond Hettinger
2003-12-07
1
-10/+10
*
- fix markup in the bool() description
Fred Drake
2003-12-05
1
-10/+9
[next]