summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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
* Wording change (flaunt -> disobey); markup fixes. The largest edit is to the...Andrew M. Kuchling2008-12-041-10/+11
* 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
* Another checkpoint.Guido van Rossum2008-12-031-12/+33
* 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
* Another checkpoint. More XXXes added...Guido van Rossum2008-12-021-204/+267
* 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
* 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
* Fix spelling.Raymond Hettinger2008-07-221-2/+2
* - removed sentence about the new free format floating-point representationMark Summerfield2008-07-011-4/+0
* #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 3.0...Benjamin Peterson2008-04-281-0/+5
* 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
* 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 enablin...Georg Brandl2008-02-021-134/+130
* 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