| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking... | Eric Smith | 2007-09-01 | 1 | -1/+1 |
|
|
* | Explicitly convert err->text to Unicode. Fixes #1069. | Martin v. Löwis | 2007-08-31 | 1 | -3/+12 |
|
|
* | Ugh, hopefully I can get this right. The code is only compiled on Win64 | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Try to fix the problem of passing a non-int on Win64 right this time. | Neal Norwitz | 2007-08-31 | 1 | -2/+5 |
|
|
* | Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Remove chr8, we're not likely to need it at this point | Neal Norwitz | 2007-08-31 | 1 | -26/+1 |
|
|
* | Customary 2nd submit of this file after it's been changed. | Guido van Rossum | 2007-08-31 | 1 | -2/+2 |
|
|
* | Added test cases for string.Formatter subclassing. | Eric Smith | 2007-08-31 | 1 | -12/+23 |
|
|
* | Update import.c's MAGIC value for the new raise syntax (as opposed to merely ... | Collin Winter | 2007-08-31 | 1 | -1/+1 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 7 | -178/+113 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 3 | -211/+3 |
|
|
* | [Oops, I forgot half of the patch.] | Guido van Rossum | 2007-08-29 | 1 | -0/+5 |
|
|
* | Three patches from issue #1047, by Amaury Forgeot d'Arc: | Guido van Rossum | 2007-08-29 | 1 | -0/+28 |
|
|
* | Added test to ensure __format__ methods return unicode objects. | Eric Smith | 2007-08-27 | 1 | -4/+1 |
|
|
* | Some changes in preparation of stricter rules about mixing str and bytes. | Guido van Rossum | 2007-08-27 | 2 | -9/+14 |
|
|
* | PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico... | Eric Smith | 2007-08-27 | 1 | -51/+0 |
|
|
* | Fix refleaks in test_unicode and test_string related to the new format code. | Neal Norwitz | 2007-08-27 | 1 | -4/+4 |
|
|
* | Make some internal functions static | Neal Norwitz | 2007-08-27 | 1 | -1/+1 |
|
|
* | PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje... | Eric Smith | 2007-08-26 | 1 | -13/+14 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -29/+10 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -8/+8 |
|
|
* | Fix a couple of warnings | Neal Norwitz | 2007-08-26 | 1 | -1/+1 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -20/+8 |
|
|
* | Regenerate | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 2 | -3/+3 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 4 | -2/+121 |
|
|
* | Use unicode for AST attributes | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -4/+4 |
|
|
* | Add const to input string parameters | Neal Norwitz | 2007-08-25 | 1 | -6/+6 |
|
|
* | Ensure that code object names (co_name) are unicode. | Neal Norwitz | 2007-08-24 | 1 | -1/+1 |
|
|
* | Use unicode for error messages of duplicate args | Neal Norwitz | 2007-08-24 | 1 | -3/+2 |
|
|
* | Add const to some strings that are not modified | Neal Norwitz | 2007-08-24 | 1 | -5/+5 |
|
|
* | Use unicode for much of errors. | Neal Norwitz | 2007-08-24 | 1 | -7/+7 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 2 | -2/+19 |
|
|
* | Before calling _PyType_Lookup() the type needs to be initialized. | Guido van Rossum | 2007-08-24 | 1 | -0/+10 |
|
|
* | Finish the work on __round__ and __trunc__. | Guido van Rossum | 2007-08-23 | 1 | -50/+38 |
|
|
* | Implement the round functionality for PEP 3141, and add tests for it. | Alex Martelli | 2007-08-22 | 1 | -2/+26 |
|
|
* | Implement the trunc builtin for PEP 3141 | Alex Martelli | 2007-08-22 | 1 | -0/+22 |
|
|
* | Patch #1774414: make it possible to use SVK to develop Python. | Collin Winter | 2007-08-22 | 1 | -28/+30 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 3 | -20/+48 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 3 | -545/+0 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 3 | -114/+0 |
|
|
* | Implement PEP 3131. Add isidentifier to str. | Martin v. Löwis | 2007-08-15 | 2 | -1/+24 |
|
|
* | Bug #1772489: make dir() work on traceback objects again. | Collin Winter | 2007-08-14 | 1 | -1/+13 |
|
|
* | Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY. | Collin Winter | 2007-08-14 | 1 | -19/+3 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 4 | -20/+9 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -102/+0 |
|
|
* | Remove obsolete ifdef. | Martin v. Löwis | 2007-08-11 | 1 | -2/+0 |
|
|
* | Set sys.stdout.encoding properly. | Martin v. Löwis | 2007-08-11 | 1 | -5/+7 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 2 | -74/+18 |
|
|