| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 2 | -5/+5 |
|
|
* | Bug #1356: Avoid using the C99 keyword 'restrict'. | Martin v. Löwis | 2007-10-29 | 1 | -4/+4 |
|
|
* | Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) | Neal Norwitz | 2007-10-26 | 1 | -1/+1 |
|
|
* | #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. | Georg Brandl | 2007-10-23 | 1 | -3/+1 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 2 | -7/+16 |
|
|
* | Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that | Brett Cannon | 2007-10-20 | 1 | -3/+8 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 2 | -3/+96 |
|
|
* | This is the uncontroversial half of patch 1263 by Thomas Lee: | Guido van Rossum | 2007-10-19 | 2 | -13/+17 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -2/+8 |
|
|
* | Move decl so it compiles with C89. | Neal Norwitz | 2007-10-15 | 1 | -1/+1 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 8 | -19/+26 |
|
|
* | Remove the buffer API from PyUnicode as specified by PEP 3137. Also, | Alexandre Vassalotti | 2007-10-14 | 1 | -1/+1 |
|
|
* | Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i... | Travis E. Oliphant | 2007-10-13 | 1 | -2/+4 |
|
|
* | get rid of some more PyString uses. | Guido van Rossum | 2007-10-10 | 1 | -15/+19 |
|
|
* | Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code | Guido van Rossum | 2007-10-10 | 1 | -7/+10 |
|
|
* | Breaking ground for PEP 3137 implementation: | Guido van Rossum | 2007-10-08 | 1 | -2/+1 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 2 | -4/+4 |
|
|
* | Merged revisions 58211-58220 via svnmerge from | Thomas Wouters | 2007-09-20 | 1 | -37/+49 |
|
|
* | Whitespace cleanup. | Thomas Wouters | 2007-09-19 | 1 | -38/+39 |
|
|
* | Merged revisions 58203-58210 via svnmerge from | Thomas Wouters | 2007-09-19 | 2 | -24/+24 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+8 |
|
|
* | Convert code from sys.stdin.encoding to UTF-8 in | Martin v. Löwis | 2007-09-04 | 2 | -8/+24 |
|
|
* | Decode input() with stdin.encoding. Fixes #1097. | Martin v. Löwis | 2007-09-04 | 1 | -2/+17 |
|
|
* | Patch #1075: Use wide API to format error messages. | Martin v. Löwis | 2007-09-03 | 1 | -32/+57 |
|
|
* | Fix refleaks exposed by test_raise. | Collin Winter | 2007-09-01 | 1 | -2/+2 |
|
|
* | 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 |
|
|