Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2762: remove 2.x remnants and patch up some new documentation. | Georg Brandl | 2008-05-05 | 1 | -1/+2 |
| | |||||
* | Document the fact that '\U' and '\u' escapes are not treated specially in ↵ | Benjamin Peterson | 2008-04-28 | 1 | -0/+5 |
| | | | | 3.0 (see issue 2541) | ||||
* | Clarify xrange() entry. | Georg Brandl | 2008-04-09 | 1 | -1/+2 |
| | |||||
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -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 Brandl | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | typo | Kurt B. Kaiser | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Improve formatting for arg names in previous checkin. | Kurt B. Kaiser | 2008-02-13 | 1 | -3/+3 |
| | |||||
* | list.sort() and builtin.sorted() no longer accept 'cmp' argument. | Kurt B. Kaiser | 2008-02-13 | 1 | -0/+4 |
| | |||||
* | Update whatsnew document to use specific markup for identifiers, thus ↵ | Georg Brandl | 2008-02-02 | 1 | -134/+130 |
| | | | | enabling cross-linking. | ||||
* | Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. | Georg Brandl | 2008-02-02 | 1 | -5/+66 |
| | |||||
* | Fix typo. | Walter Dörwald | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Added comment about sys.maxint to whatsnew. Issue #1930 | Christian Heimes | 2008-01-25 | 1 | -0/+2 |
| | |||||
* | Document that basestring has been replaced by str. Issue #1931. | Christian Heimes | 2008-01-25 | 1 | -0/+3 |
| | |||||
* | Fix markup. | Georg Brandl | 2008-01-20 | 1 | -1/+2 |
| | |||||
* | #1571: clarify removal of ``L`` suffix from long int repr. | Georg Brandl | 2007-12-09 | 1 | -3/+5 |
| | |||||
* | I've moved the remains of PyInt_ to the longobject.h header file and removed ↵ | Christian Heimes | 2007-12-02 | 1 | -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 Rossum | 2007-11-06 | 1 | -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 Rossum | 2007-09-06 | 1 | -17/+42 |
| | | | | function. | ||||
* | Correction an issue reported by Mark Summerfeld. | Guido van Rossum | 2007-09-04 | 1 | -2/+2 |
| | |||||
* | CVS -> Subversion | Skip Montanaro | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | I always think of the language when I see "ABC". Emphasize the meaning of | Skip Montanaro | 2007-09-04 | 1 | -1/+1 |
| | | | | the acronym. | ||||
* | Fix sinple typo. | Guido van Rossum | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | I'm not actually an author | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Neal sent real performance numbers. :-( | Guido van Rossum | 2007-08-31 | 1 | -2/+3 |
| | |||||
* | Correct a few typos. | Georg Brandl | 2007-08-31 | 1 | -76/+75 |
| | |||||
* | First draft of a what's new document. | Guido van Rossum | 2007-08-31 | 1 | -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 Brandl | 2007-08-15 | 1 | -0/+161 |