| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 64491 via svnmerge from | Eric Smith | 2008-06-24 | 1 | -2/+2 |
|
|
* | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 3 | -8/+63 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | improvements to the fix for #3114 | Benjamin Peterson | 2008-06-15 | 1 | -14/+24 |
|
|
* | #3114 fix a bus error when deallocated exceptions were used | Benjamin Peterson | 2008-06-15 | 1 | -6/+6 |
|
|
* | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 2 | -6/+37 |
|
|
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+31 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 2 | -1/+16 |
|
|
* | Issue 1342: Python could not start if installed in a directory | Amaury Forgeot d'Arc | 2008-06-11 | 2 | -5/+12 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 3 | -245/+180 |
|
|
* | Fix typo. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 17 | -278/+397 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -5/+17 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 2 | -28/+29 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -0/+35 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 2 | -35/+4 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 2 | -4/+35 |
|
|
* | Fix uninitialized variable access, release memory. | Martin v. Löwis | 2008-06-02 | 1 | -0/+3 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -6/+17 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -5/+5 |
|
|
* | #2957: marshal recursion limit exceeded when importing a large .pyc file | Amaury Forgeot d'Arc | 2008-05-26 | 1 | -2/+0 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 14 | -108/+108 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 5 | -16/+16 |
|
|
* | #2895: don't crash with bytes as keyword argument names. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterab... | Georg Brandl | 2008-05-16 | 1 | -6/+6 |
|
|
* | Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,... | Alexandre Vassalotti | 2008-05-16 | 2 | -2/+4 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -3/+7 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+2 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+4 |
|
|
* | remove mactoolboxglue | Benjamin Peterson | 2008-05-13 | 1 | -505/+0 |
|
|
* | #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic... | Amaury Forgeot d'Arc | 2008-05-12 | 1 | -8/+8 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 1 | -45/+4 |
|
|
* | Antoine Pitrou's patch for bug 2507; exception state lives too long in | Barry Warsaw | 2008-05-08 | 1 | -0/+13 |
|
|
* | Fixed a memory leak introduced in r62462 | Christian Heimes | 2008-05-08 | 1 | -1/+3 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 3 | -11/+44 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -2/+2 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -3/+1 |
|
|
* | Fix merge error | Benjamin Peterson | 2008-05-04 | 1 | -1/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 3 | -40/+56 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 2 | -8/+20 |
|
|
* | Fix nits in builtin next(). | Georg Brandl | 2008-04-30 | 1 | -13/+14 |
|
|
* | Merged revisions 62586 via svnmerge from | Eric Smith | 2008-04-30 | 1 | -128/+229 |
|
|
* | There is no reason for imp.get_magic() to return a mutable bytearray | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -1/+1 |
|
|
* | Issue 2440: remove the guard around the handling of case 'n' in getargs.c's c... | Trent Nelson | 2008-04-22 | 1 | -4/+1 |
|
|
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 | 1 | -3/+3 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 2 | -25/+232 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 3 | -6/+9 |
|
|