summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-6200/+13
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-0/+3
* Add regrtest -w option.Martin v. Löwis2006-03-101-0/+2
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-091-0/+4
* Move entry to correct section.Georg Brandl2006-03-091-3/+3
* Patch #1446372: quit and exit can now be called from the interactiveGeorg Brandl2006-03-091-0/+3
* Patch #1434038: property() now uses the getter's docstring if there isGeorg Brandl2006-03-081-0/+4
* Add note about PEP 357.Guido van Rossum2006-03-071-0/+5
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-071-1/+4
* Add a note about the bug fixesNeal Norwitz2006-03-071-0/+2
* Import bdist_msiMartin v. Löwis2006-03-051-0/+3
* Remove test for timing (already not built since commented out in setup.py).Neal Norwitz2006-03-041-0/+3
* Remove duplicate entryNeal Norwitz2006-03-021-3/+0
* Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditionalBrett Cannon2006-03-011-0/+4
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+5
* Updates to the with-statement:Guido van Rossum2006-02-281-0/+9
* Its right now.Tim Peters2006-02-281-3/+3
* Note that as generates a warning tooNeal Norwitz2006-02-281-0/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-1/+2
* Wups, add NEWS item I'd written but not checked in.Thomas Wouters2006-02-281-0/+6
* Check the return code for PyErr_Warn() when warning about raising stringBrett Cannon2006-02-271-0/+4
* Finish removal of CO_GENERATOR_ALLOWED.Neal Norwitz2006-02-271-0/+3
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+2
* Skip over doc strings.Martin v. Löwis2006-02-271-0/+2
* Patch 1413181, by Gabriel Becedillas.Tim Peters2006-02-271-0/+6
* Trimmed trailing whitespace.Tim Peters2006-02-271-1/+1
* Add an entry for 308Neal Norwitz2006-02-271-0/+2
* Create _ast module.Martin v. Löwis2006-02-271-1/+1
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-1/+3
* - Patch 1433928:Guido van Rossum2006-02-251-0/+8