| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 |
|
|
* | Revert 57722. Move error dialog APIs to msvcrt instead, | Martin v. Löwis | 2007-08-31 | 1 | -2/+1 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -2/+2 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -0/+1 |
|
|
* | Bug #1746880: Correctly install DLLs into system32 folder on Win64. | Martin v. Löwis | 2007-08-30 | 1 | -1/+1 |
|
|
* | Port to Python 3.0. | Martin v. Löwis | 2007-08-30 | 2 | -9/+10 |
|
|
* | Implement PYTHONNOERRORWINDOW. | Martin v. Löwis | 2007-08-30 | 1 | -0/+1 |
|
|
* | Add uuids for 3.0. | Martin v. Löwis | 2007-08-30 | 1 | -0/+8 |
|
|
* | Make it work with Py3k. | Guido van Rossum | 2007-08-29 | 1 | -2/+2 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -0/+79 |
|
|
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 16 | -29/+29 |
|
|
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 1 | -3/+1 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -0/+1 |
|
|
* | Add XID_Start and XID_Continue properties to unicodectype. | Martin v. Löwis | 2007-08-14 | 1 | -13/+56 |
|
|
* | Remove string.{letters,lowercase,uppercase}. | Martin v. Löwis | 2007-08-14 | 2 | -3/+3 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 3 | -3/+8 |
|
|
* | Remove support for __members__ and __methods__. There still might be | Neal Norwitz | 2007-08-11 | 1 | -4/+4 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 2 | -4/+4 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 2 | -620/+0 |
|
|
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 66 | -780/+778 |
|
|
* | Merged revisions 56020-56124 via svnmerge from | Guido van Rossum | 2007-06-30 | 7 | -225/+223 |
|
|
* | Merged revisions 55962-56019 via svnmerge from | Guido van Rossum | 2007-06-18 | 2 | -3/+45 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 19 | -209/+268 |
|
|
* | Minimal changes to make the "freeze" tool work again. | Guido van Rossum | 2007-06-12 | 5 | -11/+10 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -2/+1 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -3/+3 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -3/+5 |
|
|
* | Merged revisions 55270-55324 via svnmerge from | Guido van Rossum | 2007-05-14 | 9 | -685/+0 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 18 | -109/+109 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Fix print syntax so this runs using 3.0. | Guido van Rossum | 2007-04-27 | 1 | -9/+9 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Refactor astgen.py with 2to3. | Georg Brandl | 2007-03-18 | 1 | -38/+38 |
|
|
* | Fix test_frozen. | Guido van Rossum | 2007-02-09 | 7 | -83/+82 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -2/+0 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -0/+4 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -27/+43 |
|
|
* | Fix pybench so it works -- Larry Hastings. | Guido van Rossum | 2007-01-13 | 4 | -39/+41 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 50 | -130/+131 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 2 | -4/+11 |
|
|
* | Patch #1601678: move intern() to sys.intern(). | Georg Brandl | 2006-12-19 | 2 | -3/+4 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 6 | -4/+20 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -2/+3 |
|
|
* | Patch #1550786: ellipsis literal. | Georg Brandl | 2006-09-06 | 1 | -1/+0 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 4 | -6/+5 |
|
|
* | SF patch 1547796 by Georg Brandl -- set literals. | Guido van Rossum | 2006-08-28 | 2 | -3/+3 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 2 | -5/+3 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 2 | -1/+3 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 26 | -667/+1274 |
|
|