| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a backwards-compatibility mistake where a new optional argument for | Brett Cannon | 2008-05-02 | 1 | -3/+0 |
|
|
* | #2719: backport next() from 3k. | Georg Brandl | 2008-04-30 | 1 | -0/+42 |
|
|
* | Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. | Eric Smith | 2008-04-30 | 1 | -128/+229 |
|
|
* | Fix a bug introduced by the warnings rewrite where tracebacks were being | Brett Cannon | 2008-04-28 | 1 | -2/+0 |
|
|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 3 | -15/+15 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 3 | -31/+17 |
|
|
* | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k... | Benjamin Peterson | 2008-04-27 | 1 | -0/+9 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 2 | -25/+232 |
|
|
* | Fix indentation in sysmodule.c | Benjamin Peterson | 2008-04-18 | 1 | -4/+4 |
|
|
* | Correct a refleak found by "regrtest.py -R:: test_structmembers" | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -5/+6 |
|
|
* | Improve -X error message. | Georg Brandl | 2008-04-13 | 1 | -1/+1 |
|
|
* | #2627 Let it be known what pgen generates | Benjamin Peterson | 2008-04-13 | 1 | -0/+2 |
|
|
* | Use PyString_InternFromString instead of PyString_FromString for static vars | Christian Heimes | 2008-04-13 | 1 | -3/+3 |
|
|
* | Fix a bug in PySys_HasWarnOption() where it was not properly checking the | Brett Cannon | 2008-04-13 | 1 | -1/+1 |
|
|
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 | 5 | -157/+917 |
|
|
* | Applied patch #2617 from Frank Wierzbicki wit some extras from me | Christian Heimes | 2008-04-12 | 1 | -1/+12 |
|
|
* | Make AST nodes pickleable. | Georg Brandl | 2008-03-30 | 1 | -2/+27 |
|
|
* | Fix error message -- "expects either 0 or 0 arguments" | Georg Brandl | 2008-03-30 | 1 | -2/+4 |
|
|
* | Make _fields attr for no fields consistent with _attributes attr. | Georg Brandl | 2008-03-30 | 1 | -8/+3 |
|
|
* | #2505: allow easier creation of AST nodes. | Georg Brandl | 2008-03-30 | 1 | -22/+113 |
|
|
* | Patch #2511: Give the "excepthandler" AST item proper attributes by making it... | Georg Brandl | 2008-03-30 | 4 | -94/+122 |
|
|
* | Properly check for consistency with the third argument of | Georg Brandl | 2008-03-29 | 2 | -20/+27 |
|
|
* | Fix a reference leak found by Georg, when compiling a class nested in another... | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -0/+1 |
|
|
* | Silence a compilation warning | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -1/+1 |
|
|
* | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 3 | -30/+2919 |
|
|
* | Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. | Neal Norwitz | 2008-03-28 | 1 | -8/+8 |
|
|
* | Build bots are working again - removing the hack | Christian Heimes | 2008-03-27 | 1 | -1/+1 |
|
|
* | Quick 'n dirty hack: Increase the magic by 2 to force a rebuild of pyc/pyo fi... | Christian Heimes | 2008-03-27 | 1 | -1/+1 |
|
|
* | Fix warnings about using char as an array subscript. This is not portable | Neal Norwitz | 2008-03-27 | 1 | -8/+8 |
|
|
* | C89 compliance: Microsoft compilers want variable declarations at the top | Amaury Forgeot d'Arc | 2008-03-26 | 1 | -4/+2 |
|
|
* | Initialize PyCompilerFlags cf_flags with 0 | Christian Heimes | 2008-03-26 | 2 | -0/+4 |
|
|
* | Patch #2477: Added from __future__ import unicode_literals | Christian Heimes | 2008-03-26 | 4 | -19/+41 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 2 | -1/+34 |
|
|
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 4 | -10/+14 |
|
|
* | Try to fix a bunch of compiler warnings on Win64. | Neal Norwitz | 2008-03-25 | 1 | -2/+2 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -2/+2 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -1/+8 |
|
|
* | Remove compiler warnings (on Alpha at least) about using chars as | Neal Norwitz | 2008-03-23 | 1 | -5/+6 |
|
|
* | #2358: add py3k warning to sys.exc_clear(). | Georg Brandl | 2008-03-21 | 1 | -1/+9 |
|
|
* | The filter() function does support a None argument in Py3.0. | Raymond Hettinger | 2008-03-19 | 1 | -7/+0 |
|
|
* | Issue #2400: Allow relative imports to "import *". | Martin v. Löwis | 2008-03-19 | 1 | -4/+0 |
|
|
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 3 | -4/+80 |
|
|
* | Added a warning when -3 is enabled and None is passed to filter as the first ... | David Wolever | 2008-03-18 | 1 | -0/+7 |
|
|
* | Finish backporting new buffer API to Python 2.6. Left to do: memoryview obje... | Travis E. Oliphant | 2008-03-18 | 1 | -0/+1 |
|
|
* | Issue #2341: Add a Py3k warning when raising an exception that doesn't | Guido van Rossum | 2008-03-18 | 1 | -0/+9 |
|
|
* | Remove our implementation of memmove() and strerror(); both are in the C89 | Brett Cannon | 2008-03-18 | 2 | -44/+0 |
|
|
* | Clean up the Py3k warnings for non-BaseException-subclasses a bit. We | Guido van Rossum | 2008-03-18 | 1 | -4/+6 |
|
|
* | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 1 | -0/+27 |
|
|
* | Finished backporting PEP 3127, Integer Literal Support and Syntax. | Eric Smith | 2008-03-17 | 1 | -6/+54 |
|
|
* | Reformated lines > 79 chars. | Eric Smith | 2008-03-17 | 1 | -8/+12 |
|
|