Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9424bb4aea0e0a6f20c8ae6e451dfa83d1101923
/
Doc
/
whatsnew
/
3.0.rst
ff65a10
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2.
by Georg Brandl
· 12 years ago
75f0020
Remove confusing "Release" and "Date" markers from whatsnews.
by Georg Brandl
· 12 years ago
143d034
merge 3.2
by Benjamin Peterson
· 12 years ago
7fa8222
Fix links to the __next__ method.
by Ezio Melotti
· 12 years ago
a2fe334
Issue #15527: fix docs, remove double parens by changing markup.
by Andrew Svetlov
· 12 years ago
08c08eb
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
by Antoine Pitrou
· 13 years ago
df9a5f5
Issue #12666: Clarifying changes in map for Python 3
by Jason R. Coombs
· 13 years ago
375aec2
Fix a few doc errors, mostly undefined keywords.
by Georg Brandl
· 14 years ago
60203b4
Migrate to Sphinx 1.0 C language constructs.
by Georg Brandl
· 14 years ago
f4112e2
Add note about changes to the `round` function between 2.x and 3.x.
by Mark Dickinson
· 14 years ago
c4a55fc
Recorded merge of revisions 78024 via svnmerge from
by Georg Brandl
· 15 years ago
36e0d0e
isinstance(f, collections.Callable) is more correct
by Benjamin Peterson
· 15 years ago
5850389
revert r75090
by Benjamin Peterson
· 15 years ago
5770847
use more correct callable replacement
by Benjamin Peterson
· 15 years ago
3036420
more about the file type's death #5513
by Benjamin Peterson
· 16 years ago
0a7b2c7
#5173: StandardError wasn't removed in 2.6.
by Georg Brandl
· 16 years ago
48310cd
Remove trailing whitespace.
by Georg Brandl
· 16 years ago
8f9cd6a
Use :samp: role.
by Georg Brandl
· 16 years ago
40c509d
cmp() is not really gone.
by Georg Brandl
· 16 years ago
d2aa7e6
#4557: remove 'c' typecode from array docs and add a note in whatsnew.
by Georg Brandl
· 16 years ago
badc7ab
Use :samp: role.
by Georg Brandl
· 16 years ago
f519523
Tweak verbiage and markup for relative/absolute import. Backport candidate.
by Guido van Rossum
· 16 years ago
83ebf38
#4521: fix getcwdu() vs getcwdb().
by Georg Brandl
· 16 years ago
a2361d9
#4526: fix typo.
by Georg Brandl
· 16 years ago
9baee31
- fix markup error - remove silly emoticon
by Fred Drake
· 16 years ago
2982c32
Wording change (flaunt -> disobey); markup fixes. The largest edit is to the paragraph on relative imports; please review. (Backport candidate)
by Andrew M. Kuchling
· 16 years ago
815427c
Remove remark about NaN==NaN, I misunderstood that issue.
by Guido van Rossum
· 16 years ago
ab4c51c
Minor edits.
by Raymond Hettinger
· 16 years ago
6e72b9e
Fixed a warning on whatsnew/3.0.rst
by Christian Heimes
· 16 years ago
ffd1a75
Use the :mod: role.
by Georg Brandl
· 16 years ago
08388ef
Some textual tweaks, and fixed a few typos found by a spell checker.
by Guido van Rossum
· 16 years ago
b768d4f
Fix bad markup.
by Guido van Rossum
· 16 years ago
fedd140
More cleanup. Moved all Unicode and str/bytes info to the text/data
by Guido van Rossum
· 16 years ago
67d75ba
Another checkpoint.
by Guido van Rossum
· 16 years ago
3828768
Another checkpoint -- some stuff I managed to do on the train.
by Guido van Rossum
· 16 years ago
7396135
Another checkpoint.
by Guido van Rossum
· 16 years ago
f3655c4
interators -> iterators (thanks Taggnostr)
by Gregory P. Smith
· 16 years ago
c46ee54
Finished what I'm going to write about the standard library.
by Guido van Rossum
· 16 years ago
56076da
Finished the "porting to 3.0" section. Had to add a label to
by Guido van Rossum
· 16 years ago
715287f
Another checkpoint. More XXXes added...
by Guido van Rossum
· 16 years ago
5b78dd9
Another checkpoint to switch machines.
by Guido van Rossum
· 16 years ago
eab34c9
Add missing bracket.
by Walter Dörwald
· 16 years ago
a443856
Fix typo.
by Walter Dörwald
· 16 years ago
cc163bb
fix markup
by Benjamin Peterson
· 16 years ago
eb3d8d4
Checkpoint. Added some stuff. Mostly XXX notes for myself. :-)
by Guido van Rossum
· 16 years ago
b667087
#4372: add bullet point for __cmp__ removal.
by Georg Brandl
· 16 years ago
4a98a2a
A few tiny improvements that I had sitting in an edit buffer. More to come.
by Guido van Rossum
· 16 years ago
f10a79a
merge from trunk
by Benjamin Peterson
· 16 years ago
7b9a222
Mention that bsddb is gone and include a link to jcea's website where
by Gregory P. Smith
· 16 years ago
6a88384
Fix spelling.
by Raymond Hettinger
· 16 years ago
9557f60
- removed sentence about the new free format floating-point representation
by Mark Summerfield
· 16 years ago
e06de8b
#2762: remove 2.x remnants and patch up some new documentation.
by Georg Brandl
· 17 years ago
a2f837f
Document the fact that '\U' and '\u' escapes are not treated specially in 3.0 (see issue 2541)
by Benjamin Peterson
· 17 years ago
67b8cad
Clarify xrange() entry.
by Georg Brandl
· 17 years ago
428de65
- Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been
by Trent Nelson
· 17 years ago
0327e60
Clarification.
by Georg Brandl
· 17 years ago
9d0d616
typo
by Kurt B. Kaiser
· 17 years ago
2bc6b5e
Improve formatting for arg names in previous checkin.
by Kurt B. Kaiser
· 17 years ago
a140101
list.sort() and builtin.sorted() no longer accept 'cmp' argument.
by Kurt B. Kaiser
· 17 years ago
ec17d20
Update whatsnew document to use specific markup for identifiers, thus enabling cross-linking.
by Georg Brandl
· 17 years ago
396ef80
Some new 3.0 whatsnew items, written for GHOP by Andreas Freund.
by Georg Brandl
· 17 years ago
32f523e
Fix typo.
by Walter Dörwald
· 17 years ago
bad17e7
Added comment about sys.maxint to whatsnew. Issue #1930
by Christian Heimes
· 17 years ago
f534f7b
Document that basestring has been replaced by str. Issue #1931.
by Christian Heimes
· 17 years ago
7274858
Fix markup.
by Georg Brandl
· 17 years ago
cc595bd
#1571: clarify removal of ``L`` suffix from long int repr.
by Georg Brandl
· 17 years ago
f78b1c6
I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
by Christian Heimes
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 17 years ago
dff1c31
In response to issue 1101, place vastly more emphasis on the new print()
by Guido van Rossum
· 17 years ago
afe0cd1
Correction an issue reported by Mark Summerfeld.
by Guido van Rossum
· 17 years ago
4edae68
CVS -> Subversion
by Skip Montanaro
· 17 years ago
a86f5d4
I always think of the language when I see "ABC". Emphasize the meaning of
by Skip Montanaro
· 17 years ago
5eb520c
Fix sinple typo.
by Guido van Rossum
· 17 years ago
bbb809e
I'm not actually an author
by Andrew M. Kuchling
· 17 years ago
b3922cb
Neal sent real performance numbers. :-(
by Guido van Rossum
· 17 years ago
5a16558
Correct a few typos.
by Georg Brandl
· 17 years ago
b197f3c
First draft of a what's new document.
by Guido van Rossum
· 17 years ago
116aa62
Move the 3k reST doc tree in place.
by Georg Brandl
· 17 years ago