| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-14 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -1/+2 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -10/+16 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -6/+7 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+19 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 59304-59312 via svnmerge from | Guido van Rossum | 2007-12-04 | 1 | -2/+5 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -66/+66 |
|
|
* | Merged revisions 59239-59244 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -0/+83 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+4 |
|
|
* | os.environ contains PyUnicode instances and not PyString instances | Christian Heimes | 2007-11-22 | 1 | -3/+3 |
|
|
* | More PyBytes -> PyString. | Guido van Rossum | 2007-11-21 | 1 | -4/+4 |
|
|
* | Make os.read() return bytes, not bytearray. | Guido van Rossum | 2007-11-21 | 1 | -3/+3 |
|
|
* | os.system: on Windows, avoid encoding the command and use the "wide" function... | Amaury Forgeot d'Arc | 2007-11-20 | 1 | -1/+11 |
|
|
* | Issue 1406: use widechar api for os.environ, on Windows. | Thomas Heller | 2007-11-08 | 1 | -3/+65 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+2 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -114/+0 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -1/+8 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -2/+2 |
|
|
* | Fix some more memory leaks (in error conditions) introduced in r58455. | Neal Norwitz | 2007-10-14 | 1 | -3/+4 |
|
|
* | Fix the memory leak introduced in r58455. The buffer reference | Alexandre Vassalotti | 2007-10-14 | 1 | -1/+4 |
|
|
* | Remove the buffer API from PyUnicode as specified by PEP 3137. Also, | Alexandre Vassalotti | 2007-10-14 | 1 | -1/+2 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+2 |
|
|
* | Insert "startfile" into posix_methods again; it was accidentially | Thomas Heller | 2007-08-31 | 1 | -0/+3 |
|
|
* | Forbid an empty argument list in execv call. | Thomas Heller | 2007-08-30 | 1 | -0/+5 |
|
|
* | posix.confname(): enforce that names as str instances. | Guido van Rossum | 2007-08-27 | 1 | -3/+7 |
|
|
* | Use unicode (and bytes as appropriate) | Neal Norwitz | 2007-08-26 | 1 | -16/+16 |
|
|
* | Fix memory leak in an error condition | Neal Norwitz | 2007-08-12 | 1 | -1/+4 |
|
|
* | Fix memory leak | Neal Norwitz | 2007-08-12 | 1 | -1/+2 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -4/+6 |
|
|
* | Set sys.stdout.encoding properly. | Martin v. Löwis | 2007-08-11 | 1 | -0/+42 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | Remove native popen() and fdopen(), replacing them with subprocess calls. | Guido van Rossum | 2007-05-24 | 1 | -1544/+0 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -2/+1 |
|
|
* | Fix some miscellaneous places that incorrectly insisted on str8. | Guido van Rossum | 2007-05-10 | 1 | -6/+9 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -16/+0 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -6/+5 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -43/+84 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -0/+57 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -1/+1 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -22/+11 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -10/+149 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+72 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -5/+2 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -188/+465 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -156/+268 |
|
|
* | Reformulate 42903 using an if statement. | Martin v. Löwis | 2006-03-07 | 1 | -35/+31 |
|
|
* | Fix bug introduced in rev. 42884. | Georg Brandl | 2006-03-07 | 1 | -3/+5 |
|
|