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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Part of #2154: minimal syntax fixes in doc example snippets.
Georg Brandl
2008-02-21
2
-6/+6
*
#2079: typo in userdict docs.
Georg Brandl
2008-02-21
1
-1/+1
*
Fixes contributed by Ori Avtalion.
Georg Brandl
2008-02-20
1
-3/+6
*
Issue #1916. Added isgenerator() and isgeneratorfunction() to
Facundo Batista
2008-02-18
1
-1/+37
*
Fix function name.
Georg Brandl
2008-02-17
1
-1/+1
*
#2131: note that codecs.open() always opens files in binary mode.
Georg Brandl
2008-02-17
1
-1/+9
*
#2120: broken links in advocacy document.
Georg Brandl
2008-02-16
1
-5/+5
*
Update example to match the current syntax.
Raymond Hettinger
2008-02-15
1
-1/+1
*
Try to correct a markup error that does hide the following paragraph.
Thomas Heller
2008-02-14
1
-1/+0
*
Fix markup
Raymond Hettinger
2008-02-14
1
-1/+1
*
Simplify moneyfmt() recipe.
Raymond Hettinger
2008-02-14
1
-13/+5
*
Implemented Martin's suggestion to clear the free lists during the garbage co...
Christian Heimes
2008-02-14
3
-0/+21
*
Fix markup.
Raymond Hettinger
2008-02-14
1
-1/+1
*
Show how to remove exponents.
Raymond Hettinger
2008-02-14
1
-0/+11
*
Improve rst markup
Raymond Hettinger
2008-02-14
1
-6/+5
*
Add fixed-point examples to the decimal FAQ
Raymond Hettinger
2008-02-14
1
-3/+30
*
Fix decimal repr which should have used single quotes like other reprs.
Raymond Hettinger
2008-02-14
1
-91/+91
*
Add pickle support to ctypes types.
Thomas Heller
2008-02-13
1
-0/+5
*
#2063: correct order of utime and stime in os.times()
Georg Brandl
2008-02-13
1
-1/+1
*
Implementation of Fraction.limit_denominator.
Mark Dickinson
2008-02-12
1
-0/+18
*
Restore fractions.rst to the document tree.
Raymond Hettinger
2008-02-12
1
-1/+1
*
Backport ABC docs
Raymond Hettinger
2008-02-11
1
-8/+120
*
Fix markup
Raymond Hettinger
2008-02-11
1
-1/+1
*
Put an extra space into the repr of a Fraction:
Mark Dickinson
2008-02-11
1
-2/+2
*
Rename rational.Rational to fractions.Fraction, to avoid name clash
Mark Dickinson
2008-02-10
3
-36/+36
*
Complete an open todo on pickletools -- add a pickle optimizer.
Raymond Hettinger
2008-02-10
1
-0/+7
*
Typos in decimal comment and documentation
Mark Dickinson
2008-02-10
1
-2/+2
*
Clarify that decimal also supports fixed-point arithmetic.
Raymond Hettinger
2008-02-10
1
-3/+15
*
Fix for newest doctools.
Georg Brandl
2008-02-09
2
-11/+11
*
Fix link.
Georg Brandl
2008-02-09
1
-1/+1
*
Needs only 2.4 now.
Georg Brandl
2008-02-09
1
-1/+1
*
Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as c...
Nick Coghlan
2008-02-09
1
-3/+6
*
Add advice on choosing between DictMixin and MutableMapping
Raymond Hettinger
2008-02-08
1
-0/+2
*
Fix typo
Raymond Hettinger
2008-02-07
1
-2/+2
*
The float conversion recipe is simpler in Py2.6
Raymond Hettinger
2008-02-07
1
-25/+15
*
Fix documentation for Calendar.iterweekdays(): firstweekday is a property.
Walter Dörwald
2008-02-07
1
-3/+3
*
Clarify that the output of TextCalendar.formatmonth() and
Walter Dörwald
2008-02-07
1
-8/+10
*
IEEE 754 should be IEEE 854; give precise reference for
Mark Dickinson
2008-02-07
1
-6/+6
*
Fix broken link in decimal documentation.
Mark Dickinson
2008-02-07
1
-1/+1
*
Remove incorrect usage of :const: in documentation.
Mark Dickinson
2008-02-06
1
-2/+2
*
Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN
Mark Dickinson
2008-02-06
1
-0/+13
*
Remove month parameter from Calendar.yeardatescalendar(),
Walter Dörwald
2008-02-06
1
-9/+9
*
correct object name
Skip Montanaro
2008-02-05
1
-1/+1
*
Convert external links to internal links. Fixes #2010.
Georg Brandl
2008-02-05
6
-6/+9
*
Patch #1953
Christian Heimes
2008-02-04
3
-2/+40
*
Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...
Amaury Forgeot d'Arc
2008-02-03
1
-0/+7
*
#2003: fix sentence.
Georg Brandl
2008-02-03
1
-1/+1
*
Remove extra tick marks and add a missing closing parenthesis.
Brett Cannon
2008-02-03
1
-1/+1
*
Add email example how to send a multipart message.
Georg Brandl
2008-02-02
2
-3/+56
*
Amendments to the urllib2 docs, written for GHOP by Thomas Lamb.
Georg Brandl
2008-02-02
1
-9/+30
[next]