summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-031-12/+12
|
* Use :samp: role.Georg Brandl2008-12-151-4/+4
|
* cmp() is not really gone.Georg Brandl2008-12-061-6/+5
|
* #4557: remove 'c' typecode from array docs and add a note in whatsnew.Georg Brandl2008-12-061-1/+3
|
* Use :samp: role.Georg Brandl2008-12-051-7/+6
|
* Tweak verbiage and markup for relative/absolute import. Backport candidate.Guido van Rossum2008-12-051-4/+3
| | | | (I guess *all* changes to this file should be backported to the 3.0 branch.)
* #4521: fix getcwdu() vs getcwdb().Georg Brandl2008-12-041-1/+1
|
* #4526: fix typo.Georg Brandl2008-12-041-2/+3
|
* - fix markup errorFred Drake2008-12-041-2/+2
| | | | - remove silly emoticon
* Wording change (flaunt -> disobey); markup fixes. The largest edit is to ↵Andrew M. Kuchling2008-12-041-10/+11
| | | | the paragraph on relative imports; please review. (Backport candidate)
* Remove remark about NaN==NaN, I misunderstood that issue.Guido van Rossum2008-12-031-2/+1
|
* Minor edits.Raymond Hettinger2008-12-031-3/+4
|
* Fixed a warning on whatsnew/3.0.rstChristian Heimes2008-12-031-1/+1
|
* Use the :mod: role.Georg Brandl2008-12-031-1/+1
|
* Some textual tweaks, and fixed a few typos found by a spell checker.Guido van Rossum2008-12-031-26/+39
|
* Fix bad markup.Guido van Rossum2008-12-031-2/+2
|
* More cleanup. Moved all Unicode and str/bytes info to the text/dataGuido van Rossum2008-12-031-289/+296
| | | | | | | | subsection in common pitfalls, rather than spreading it out. Made this the last subsection of common pitfalls. All XXX comments are now gone. I'm sure much is still missing, we'll have to clean that up post 3.0. At least all PEPs and all implemented items in PEP 3100 have at least one mention.
* Another checkpoint.Guido van Rossum2008-12-031-12/+33
| | | | (A bit of a mess, a previous submit apparently didn't go through.)
* Another checkpoint -- some stuff I managed to do on the train.Guido van Rossum2008-12-031-81/+94
|
* Another checkpoint.Guido van Rossum2008-12-031-38/+38
|
* interators -> iterators (thanks Taggnostr)Gregory P. Smith2008-12-021-1/+1
|
* Finished what I'm going to write about the standard library.Guido van Rossum2008-12-021-49/+87
|
* Finished the "porting to 3.0" section. Had to add a label toGuido van Rossum2008-12-021-7/+29
| | | | howto/cporting.rst.
* Another checkpoint. More XXXes added...Guido van Rossum2008-12-021-204/+267
| | | | | | Also add some labels to 2.6.rst and howto/unicode.rst so I can refer to them. (Somehow a label named 'module-contextlib' couldn't be referenced -- why???)
* Another checkpoint to switch machines.Guido van Rossum2008-12-021-3/+65
|
* Add missing bracket.Walter Dörwald2008-12-021-1/+1
|
* Fix typo.Walter Dörwald2008-12-021-1/+1
|
* fix markupBenjamin Peterson2008-12-021-1/+1
|
* Checkpoint. Added some stuff. Mostly XXX notes for myself. :-)Guido van Rossum2008-12-021-94/+257
|
* #4372: add bullet point for __cmp__ removal.Georg Brandl2008-11-221-0/+4
|
* A few tiny improvements that I had sitting in an edit buffer. More to come.Guido van Rossum2008-11-211-12/+31
| | | | Much, much more. :-)
* merge from trunkBenjamin Peterson2008-10-111-1/+1
|
* Mention that bsddb is gone and include a link to jcea's website whereGregory P. Smith2008-09-041-0/+4
| | | | it is being maintained.
* Fix spelling.Raymond Hettinger2008-07-221-2/+2
|
* - removed sentence about the new free format floating-point representationMark Summerfield2008-07-011-4/+0
| | | | | since I believe that's been abandoned. - added __round__() to datamodel page's list of numeric special methods.
* #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
|