summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
Commit message (Collapse)AuthorAgeFilesLines
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-051-1/+2
|
* Document the fact that '\U' and '\u' escapes are not treated specially in ↵Benjamin Peterson2008-04-281-0/+5
| | | | 3.0 (see issue 2541)
* Clarify xrange() entry.Georg Brandl2008-04-091-1/+2
|
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-0/+3
| | | | | | | | | | renamed tokenize and now works with bytes rather than strings. A new detect_encoding function has been added for determining source file encoding according to PEP-0263. Token sequences returned by tokenize always start with an ENCODING token which specifies the encoding used to decode the file. This token is used to encode the output of untokenize back to bytes. Credit goes to Michael "I'm-going-to-name-my-first-child-unittest" Foord from Resolver Systems for this work.
* Clarification.Georg Brandl2008-02-181-1/+1
|
* typoKurt B. Kaiser2008-02-141-1/+1
|
* Improve formatting for arg names in previous checkin.Kurt B. Kaiser2008-02-131-3/+3
|
* list.sort() and builtin.sorted() no longer accept 'cmp' argument.Kurt B. Kaiser2008-02-131-0/+4
|
* Update whatsnew document to use specific markup for identifiers, thus ↵Georg Brandl2008-02-021-134/+130
| | | | enabling cross-linking.
* Some new 3.0 whatsnew items, written for GHOP by Andreas Freund.Georg Brandl2008-02-021-5/+66
|
* Fix typo.Walter Dörwald2008-01-251-1/+1
|
* Added comment about sys.maxint to whatsnew. Issue #1930Christian Heimes2008-01-251-0/+2
|
* Document that basestring has been replaced by str. Issue #1931.Christian Heimes2008-01-251-0/+3
|
* Fix markup.Georg Brandl2008-01-201-1/+2
|
* #1571: clarify removal of ``L`` suffix from long int repr.Georg Brandl2007-12-091-3/+5
|
* I've moved the remains of PyInt_ to the longobject.h header file and removed ↵Christian Heimes2007-12-021-0/+2
| | | | the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-9/+2
| | | | | | | | | | | | | | No detailed change log; just check out the change log for the py3k-pep3137 branch. The most obvious changes: - str8 renamed to bytes (PyString at the C level); - bytes renamed to buffer (PyBytes at the C level); - PyString and PyUnicode are no longer compatible. I.e. we now have an immutable bytes type and a mutable bytes type. The behavior of PyString was modified quite a bit, to make it more bytes-like. Some changes are still on the to-do list.
* In response to issue 1101, place vastly more emphasis on the new print()Guido van Rossum2007-09-061-17/+42
| | | | function.
* Correction an issue reported by Mark Summerfeld.Guido van Rossum2007-09-041-2/+2
|
* CVS -> SubversionSkip Montanaro2007-09-041-1/+1
|
* I always think of the language when I see "ABC". Emphasize the meaning ofSkip Montanaro2007-09-041-1/+1
| | | | the acronym.
* Fix sinple typo.Guido van Rossum2007-09-041-1/+1
|
* I'm not actually an authorAndrew M. Kuchling2007-09-011-1/+1
|
* Neal sent real performance numbers. :-(Guido van Rossum2007-08-311-2/+3
|
* Correct a few typos.Georg Brandl2007-08-311-76/+75
|
* First draft of a what's new document.Guido van Rossum2007-08-311-26/+248
| | | | (There's something wrong with my network right now so I can't build it.)
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+161