summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Implement PEP 3120.Martin v. Löwis2007-07-291-0/+2
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-0/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+7
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-3/+9
* Merged revisions 55588-55630 via svnmerge fromGuido van Rossum2007-05-291-0/+2
* Merged revisions 55514-55544 via svnmerge fromGuido van Rossum2007-05-241-1/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-42/+34
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-1/+7
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+6
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-2/+13
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+9
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+5
* Verify checkins to py3k branches go to 3000 list.Neal Norwitz2007-05-071-0/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+3
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-0/+8
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+3
* By default, != returns the opposite of ==, unless the latter returnsGuido van Rossum2007-03-271-0/+3
* Remove isCallable() and sequenceIncludes() from the operator module.Collin Winter2007-03-211-0/+4
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-0/+5
* NEWS item for PEP 3115.Georg Brandl2007-03-181-0/+5
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-0/+3
* Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.Georg Brandl2007-03-101-3/+7
* Add news about nonlocal statementJeremy Hylton2007-02-271-0/+15
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-0/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-0/+2
* Make it so TypeError is raised if an instance of an object is put in anBrett Cannon2007-02-261-1/+1
* The raw_input name was removed, but the implementation was moved to input.Neal Norwitz2007-02-261-1/+1
* raw_input() really was removed, only input() was resurrected.Neal Norwitz2007-02-261-1/+1
* Two more patches by Tony Lownds (SF# 1607548).Guido van Rossum2007-02-261-1/+5
* You can no longer catch non-BaseException objects; TypeError is raised if suchBrett Cannon2007-02-261-0/+2
* Get rid of some old TO TO items.Guido van Rossum2007-02-131-9/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-0/+3
* News about softspace.Guido van Rossum2007-02-091-1/+9
* Note that print is a function now.Guido van Rossum2007-02-091-0/+2
* Update news about int/long unification.Guido van Rossum2007-01-301-3/+3
* Add missing entry for PEP 3102 (keyword-only arguments).Brett Cannon2007-01-291-0/+2
* Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.Guido van Rossum2007-01-151-3/+3
* News about int/long unification and except syntax change.Guido van Rossum2007-01-141-0/+7
* News about removal of the sets module.Guido van Rossum2007-01-101-0/+2
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-0/+2
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-3/+7
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-0/+2
* Get rid of more coerce cruft, update NEWSNeal Norwitz2006-08-291-6/+15
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-0/+81
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-0/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-59/+0
* Mention how __coerce__ has been removed.Brett Cannon2006-04-151-0/+2
* Get rid of remnants of integer divisionNeal Norwitz2006-03-241-0/+8
* Remove staticforward and statichereNeal Norwitz2006-03-221-0/+2
* Some more TODO items of things I'd like to start with.Guido van Rossum2006-03-201-1/+17