| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -0/+3 |
|
|
* | By default, != returns the opposite of ==, unless the latter returns | Guido van Rossum | 2007-03-27 | 1 | -0/+3 |
|
|
* | Remove isCallable() and sequenceIncludes() from the operator module. | Collin Winter | 2007-03-21 | 1 | -0/+4 |
|
|
* | Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also... | Collin Winter | 2007-03-21 | 1 | -0/+5 |
|
|
* | NEWS item for PEP 3115. | Georg Brandl | 2007-03-18 | 1 | -0/+5 |
|
|
* | Remove the deprecated and useless "pend" argument from | Georg Brandl | 2007-03-18 | 1 | -0/+3 |
|
|
* | Add Mike Verdone (co-author of io.py and PEP 3116). | Guido van Rossum | 2007-03-15 | 1 | -0/+1 |
|
|
* | Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir. | Georg Brandl | 2007-03-10 | 1 | -3/+7 |
|
|
* | 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 |
|
|
* | Merged revisions 53912-53951 via svnmerge from | Thomas Wouters | 2007-02-26 | 1 | -0/+3 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Merged revisions 53434 via svnmerge from | Guido van Rossum | 2007-01-15 | 1 | -0/+1 |
|
|
* | News about int/long unification and except syntax change. | Guido van Rossum | 2007-01-14 | 1 | -0/+7 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | News about removal of the sets module. | Guido van Rossum | 2007-01-10 | 1 | -0/+2 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 2 | -0/+10 |
|
|
* | 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 | 2 | -4/+8 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 6 | -35/+40 |
|
|
* | replace references to __nonzero__ with __bool__ | Jack Diederich | 2006-11-30 | 1 | -3/+3 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -0/+2 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Fix comment for indenting in C files. | Brett Cannon | 2006-08-31 | 1 | -1/+1 |
|
|
* | Get rid of more coerce cruft, update NEWS | Neal Norwitz | 2006-08-29 | 1 | -6/+15 |
|
|
* | Get rid of most of the remaining uses of <>. There's still Tools/* thogh. | Neal Norwitz | 2006-08-29 | 2 | -7/+3 |
|
|
* | Part of SF patch #1513870 (the still relevant part) -- add reduce() to | Guido van Rossum | 2006-08-26 | 3 | -8/+3 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 5 | -6/+27 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 2 | -1/+81 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 9 | -12/+91 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -14/+18 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 2 | -4/+11 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 7 | -68/+47 |
|
|
* | Change C code to use 4-space indents. | Brett Cannon | 2006-04-24 | 1 | -6/+6 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 10 | -18/+5378 |
|
|
* | 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 |
|
|