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
*
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
*
Update for latest sphinx latex writer.
Georg Brandl
2008-02-01
1
-12/+12
*
Wording nit.
Georg Brandl
2008-02-01
1
-2/+2
*
Rename batch file.
Georg Brandl
2008-02-01
1
-0/+0
*
Add link checker builder, written for GHOP by Thomas Lamb.
Georg Brandl
2008-02-01
2
-5/+15
*
Update IPv6 RFC number.
Georg Brandl
2008-02-01
1
-1/+1
*
Move __builtins__.trunc() to math.trunc() per
Jeffrey Yasskin
2008-02-01
2
-8/+8
*
Added more documentation on how mixed-mode arithmetic should be implemented. I
Jeffrey Yasskin
2008-01-31
1
-0/+141
*
Update itertool recipes
Raymond Hettinger
2008-01-30
1
-12/+12
*
Demonstrate new except/as syntax.
Raymond Hettinger
2008-01-30
1
-4/+4
*
Factor-out common code with a new macro
Raymond Hettinger
2008-01-28
1
-0/+6
*
Make PySet_Add() work with frozensets.
Raymond Hettinger
2008-01-28
1
-3/+13
*
Added clear cache methods to clear the internal type lookup cache for ref lea...
Christian Heimes
2008-01-27
2
-0/+14
*
Add refcounting extension to build config.
Georg Brandl
2008-01-27
1
-0/+2
*
Removed an unnecessary and confusing paragraph from the namedtuple docs.
Raymond Hettinger
2008-01-27
1
-10/+1
*
Update docs for new callpack params added in r60188
Gregory P. Smith
2008-01-26
1
-8/+18
*
Clarify "b" mode under Unix.
Georg Brandl
2008-01-26
1
-1/+2
*
Add some items
Andrew M. Kuchling
2008-01-26
1
-1/+63
*
Fix markup again.
Georg Brandl
2008-01-26
1
-4/+4
*
Slashes allowed on Windows.
Georg Brandl
2008-01-26
1
-1/+1
*
#1934: fix os.path.isabs docs.
Georg Brandl
2008-01-26
1
-1/+3
*
Revert PySet_Add() changes.
Raymond Hettinger
2008-01-26
1
-8/+3
*
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build...
Raymond Hettinger
2008-01-26
1
-3/+8
*
Added documentation for optional delay argument to FileHandler and subclasses.
Vinay Sajip
2008-01-24
1
-8/+18
*
Fix issue1789: The tutorial contained a misuse of the struct module.
Gregory P. Smith
2008-01-24
2
-5/+7
*
Let pprint() support sets and frozensets (suggested by David Mertz).
Raymond Hettinger
2008-01-23
1
-0/+3
*
Improve variable name in sample code
Raymond Hettinger
2008-01-22
1
-1/+1
*
Give zip() the same guarantee as izip() for left-to-right evaluation.
Raymond Hettinger
2008-01-22
1
-0/+4
*
Document when to use izip_longest().
Raymond Hettinger
2008-01-22
1
-16/+7
*
Don't repeat yourself
Christian Heimes
2008-01-22
1
-2/+18
*
Fix \xhh specs, #1889.
Georg Brandl
2008-01-22
1
-1/+1
*
Adapt to latest doctools refactoring.
Georg Brandl
2008-01-21
2
-6/+77
*
Use original location of document, which has translations.
Georg Brandl
2008-01-21
1
-1/+1
*
Minor documentation change - hyperlink tidied up.
Vinay Sajip
2008-01-21
1
-5/+8
*
Fix old link.
Georg Brandl
2008-01-21
1
-3/+2
*
Adapt pydoc to new doc URLs.
Georg Brandl
2008-01-21
2
-2/+2
*
#997912: acknowledge nested scopes in tutorial.
Georg Brandl
2008-01-21
1
-4/+5
[next]