COMMITS
/ Doc/whatsnew/3.0.rst December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
October 30, 2016
M
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 18, 2016
M
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter committed
March 31, 2016
S
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka committed
February 26, 2016
October 30, 2014
G
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl committed
October 28, 2012
G
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
Georg Brandl committed
G
Remove confusing "Release" and "Date" markers from whatsnews.
Georg Brandl committed
October 12, 2012
E
Fix links to the __next__ method.
Ezio Melotti committed
August 11, 2012
A
Issue #15527: fix docs, remove double parens by changing markup.
Andrew Svetlov committed
December 21, 2011
August 1, 2011
J
Issue #12666: Clarifying changes in map for Python 3
Jason R. Coombs committed
January 15, 2011
G
Fix a few doc errors, mostly undefined keywords.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
June 17, 2010
M
Add note about changes to the `round` function between 2.x and 3.x.
Mark Dickinson committed
February 6, 2010
G
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl committed
October 3, 2009
B
isinstance(f, collections.Callable) is more correct
Benjamin Peterson committed
B
revert r75090
Benjamin Peterson committed
September 27, 2009
B
use more correct callable replacement
Benjamin Peterson committed
March 23, 2009
B
more about the file type's death #5513
Benjamin Peterson committed
February 6, 2009
G
#5173: StandardError wasn't removed in 2.6.
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
December 15, 2008
G
Use :samp: role.
Georg Brandl committed
December 6, 2008
G
cmp() is not really gone.
Georg Brandl committed
G
#4557: remove 'c' typecode from array docs and add a note in whatsnew.
Georg Brandl committed
December 5, 2008
G
Use :samp: role.
Georg Brandl committed
G
Tweak verbiage and markup for relative/absolute import. Backport candidate.
Guido van Rossum committed
December 4, 2008
G
#4521: fix getcwdu() vs getcwdb().
Georg Brandl committed
G
#4526: fix typo.
Georg Brandl committed
F
- fix markup error
Fred Drake committed
December 3, 2008
G
Remove remark about NaN==NaN, I misunderstood that issue.
Guido van Rossum committed
R
Minor edits.
Raymond Hettinger committed
C
Fixed a warning on whatsnew/3.0.rst
Christian Heimes committed
G
Use the :mod: role.
Georg Brandl committed
G
Some textual tweaks, and fixed a few typos found by a spell checker.
Guido van Rossum committed
G
Fix bad markup.
Guido van Rossum committed
G
More cleanup. Moved all Unicode and str/bytes info to the text/data
Guido van Rossum committed
G
Another checkpoint.
Guido van Rossum committed
G
Another checkpoint -- some stuff I managed to do on the train.
Guido van Rossum committed
G
Another checkpoint.
Guido van Rossum committed
December 2, 2008
G
interators -> iterators (thanks Taggnostr)
Gregory P. Smith committed
G
Finished what I'm going to write about the standard library.
Guido van Rossum committed
G
Finished the "porting to 3.0" section. Had to add a label to
Guido van Rossum committed
G
Another checkpoint. More XXXes added...
Guido van Rossum committed
G
Another checkpoint to switch machines.
Guido van Rossum committed
W
Add missing bracket.
Walter Dörwald committed