| Commit message (Expand) | Author | Age | Files | Lines |
* | Get gdb macros working with unicode and PyVarObject change | Neal Norwitz | 2007-08-27 | 1 | -3/+3 |
|
|
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 1 | -1/+1 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 3 | -591/+0 |
|
|
* | Merged revisions 57125-57128 via svnmerge from | Neal Norwitz | 2007-08-17 | 1 | -1/+1 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 2 | -7/+7 |
|
|
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+2 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -6/+1 |
|
|
* | Support the new doc system. Also test_compiler was removed in 3k | Neal Norwitz | 2007-08-16 | 1 | -7/+11 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 1 | -0/+2 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 1 | -1/+2 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 4 | -21/+13 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 2 | -4/+5 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -4/+0 |
|
|
* | Patch #1768976, Fix for failing test_scriptpackages (untested but looks good) | Neal Norwitz | 2007-08-07 | 1 | -0/+1 |
|
|
* | Move tempfile over to the io module. Makes test_threaded_import pass. | Brett Cannon | 2007-08-05 | 1 | -0/+1 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 3 | -18/+6 |
|
|
* | Implement PEP 3120. | Martin v. Löwis | 2007-07-29 | 1 | -0/+2 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -0/+2 |
|
|
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 2 | -2/+5 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 7 | -8/+23 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 4 | -57/+31 |
|
|
* | Merged revisions 55588-55630 via svnmerge from | Guido van Rossum | 2007-05-29 | 1 | -0/+2 |
|
|
* | Merged revisions 55514-55544 via svnmerge from | Guido van Rossum | 2007-05-24 | 1 | -1/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 4 | -44/+40 |
|
|
* | Merged revisions 55342-55406 via svnmerge from | Guido van Rossum | 2007-05-17 | 2 | -3/+7 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 2 | -3/+6 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 2 | -8/+1 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -2/+13 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -0/+9 |
|
|
* | Merged revisions 55184-55224 via svnmerge from | Guido van Rossum | 2007-05-10 | 1 | -10/+14 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+5 |
|
|
* | Verify checkins to py3k branches go to 3000 list. | Neal Norwitz | 2007-05-07 | 1 | -0/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 5 | -5/+59 |
|
|
* | Add a note to this file that it might be out of date and need some care. | Neal Norwitz | 2007-04-21 | 1 | -0/+2 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 2 | -4/+4 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -0/+8 |
|
|
* | 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 |
|
|