| Commit message (Expand) | Author | Age | Files | Lines |
* | Add news about nonlocal statement | Jeremy Hylton | 2007-02-27 | 1 | -0/+15 |
|
|
* | Remove the ability to slice/index on exceptions per PEP 352. | Brett Cannon | 2007-02-27 | 1 | -0/+2 |
|
|
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -0/+2 |
|
|
* | Make it so TypeError is raised if an instance of an object is put in an | Brett Cannon | 2007-02-26 | 1 | -1/+1 |
|
|
* | The raw_input name was removed, but the implementation was moved to input. | Neal Norwitz | 2007-02-26 | 1 | -1/+1 |
|
|
* | raw_input() really was removed, only input() was resurrected. | Neal Norwitz | 2007-02-26 | 1 | -1/+1 |
|
|
* | Two more patches by Tony Lownds (SF# 1607548). | Guido van Rossum | 2007-02-26 | 1 | -1/+5 |
|
|
* | You can no longer catch non-BaseException objects; TypeError is raised if such | Brett Cannon | 2007-02-26 | 1 | -0/+2 |
|
|
* | Get rid of some old TO TO items. | Guido van Rossum | 2007-02-13 | 1 | -9/+1 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -0/+3 |
|
|
* | News about softspace. | Guido van Rossum | 2007-02-09 | 1 | -1/+9 |
|
|
* | Note that print is a function now. | Guido van Rossum | 2007-02-09 | 1 | -0/+2 |
|
|
* | Update news about int/long unification. | Guido van Rossum | 2007-01-30 | 1 | -3/+3 |
|
|
* | Add missing entry for PEP 3102 (keyword-only arguments). | Brett Cannon | 2007-01-29 | 1 | -0/+2 |
|
|
* | Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. | Guido van Rossum | 2007-01-15 | 1 | -3/+3 |
|
|
* | News about int/long unification and except syntax change. | Guido van Rossum | 2007-01-14 | 1 | -0/+7 |
|
|
* | News about removal of the sets module. | Guido van Rossum | 2007-01-10 | 1 | -0/+2 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -0/+2 |
|
|
* | Patch #1601678: move intern() to sys.intern(). | Georg Brandl | 2006-12-19 | 1 | -3/+7 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -0/+2 |
|
|
* | Get rid of more coerce cruft, update NEWS | Neal Norwitz | 2006-08-29 | 1 | -6/+15 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -0/+81 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -0/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -59/+0 |
|
|
* | Mention how __coerce__ has been removed. | Brett Cannon | 2006-04-15 | 1 | -0/+2 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -0/+8 |
|
|
* | Remove staticforward and statichere | Neal Norwitz | 2006-03-22 | 1 | -0/+2 |
|
|
* | Some more TODO items of things I'd like to start with. | Guido van Rossum | 2006-03-20 | 1 | -1/+17 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -6200/+13 |
|
|
* | Bug #1448490: Fix a bug that ISO-2022 codecs could not handle | Hye-Shik Chang | 2006-03-13 | 1 | -0/+3 |
|
|
* | Add regrtest -w option. | Martin v. Löwis | 2006-03-10 | 1 | -0/+2 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -0/+4 |
|
|
* | Move entry to correct section. | Georg Brandl | 2006-03-09 | 1 | -3/+3 |
|
|
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 1 | -0/+3 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+4 |
|
|
* | Add note about PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -0/+5 |
|
|
* | SF patch #1443865; gc.get_count() added and optional argument 'generation' | Barry Warsaw | 2006-03-07 | 1 | -1/+4 |
|
|
* | Add a note about the bug fixes | Neal Norwitz | 2006-03-07 | 1 | -0/+2 |
|
|
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 1 | -0/+3 |
|
|
* | Remove test for timing (already not built since commented out in setup.py). | Neal Norwitz | 2006-03-04 | 1 | -0/+3 |
|
|
* | Remove duplicate entry | Neal Norwitz | 2006-03-02 | 1 | -3/+0 |
|
|
* | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional | Brett Cannon | 2006-03-01 | 1 | -0/+4 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -0/+5 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+9 |
|
|
* | Its right now. | Tim Peters | 2006-02-28 | 1 | -3/+3 |
|
|
* | Note that as generates a warning too | Neal Norwitz | 2006-02-28 | 1 | -0/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -1/+2 |
|
|
* | Wups, add NEWS item I'd written but not checked in. | Thomas Wouters | 2006-02-28 | 1 | -0/+6 |
|
|
* | Check the return code for PyErr_Warn() when warning about raising string | Brett Cannon | 2006-02-27 | 1 | -0/+4 |
|
|
* | Finish removal of CO_GENERATOR_ALLOWED. | Neal Norwitz | 2006-02-27 | 1 | -0/+3 |
|
|