| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code brought in by merge glitch @ r59667 | Kurt B. Kaiser | 2008-01-05 | 1 | -71/+0 |
|
|
* | Fix merge glitch. | Guido van Rossum | 2008-01-05 | 1 | -1/+1 |
|
|
* | Fixed test_long | Christian Heimes | 2008-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 59696-59702 via svnmerge from | Christian Heimes | 2008-01-04 | 1 | -109/+2 |
|
|
* | Merged revisions 59680-59695 via svnmerge from | Christian Heimes | 2008-01-04 | 3 | -3/+7 |
|
|
* | Fixed unichr() -> chr() | Christian Heimes | 2008-01-04 | 1 | -2/+2 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 4 | -2/+56 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 3 | -3/+87 |
|
|
* | Get rid of raw_input() emulation, use its reincarnation as input(). | Guido van Rossum | 2008-01-02 | 1 | -7/+2 |
|
|
* | Fix issue #1707. When raw_input() was removed, it was incorrectly replaced | Guido van Rossum | 2008-01-02 | 1 | -5/+4 |
|
|
* | Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. | Guido van Rossum | 2008-01-01 | 1 | -0/+1 |
|
|
* | Merged revisions 59628-59641 via svnmerge from | Christian Heimes | 2008-01-01 | 2 | -2/+5 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 6 | -13/+13 |
|
|
* | Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ... | Christian Heimes | 2007-12-31 | 1 | -1/+6 |
|
|
* | Use strings for all entity values, as that is now possible | Martin v. Löwis | 2007-12-29 | 1 | -4/+1 |
|
|
* | Merged revisions 59595-59604 via svnmerge from | Christian Heimes | 2007-12-28 | 3 | -27/+35 |
|
|
* | help() was not paging to the shell. Issue1650. | Kurt B. Kaiser | 2007-12-28 | 3 | -1/+14 |
|
|
* | Fix the reset() method of IncrementalNewlineDecoder to | Alexandre Vassalotti | 2007-12-28 | 1 | -0/+1 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 7 | -38/+171 |
|
|
* | Fix docstring of types.py. | Georg Brandl | 2007-12-21 | 1 | -3/+2 |
|
|
* | Fix issue #1667. The _Printer() class was using sys.stdin.readline() | Guido van Rossum | 2007-12-20 | 1 | -3/+1 |
|
|
* | Fixed #1673. I hope it works. I don't have access to a Windows box right now. | Christian Heimes | 2007-12-20 | 1 | -1/+1 |
|
|
* | Removed test from test_import. It will never work on all systems, see #1377 | Christian Heimes | 2007-12-20 | 1 | -17/+0 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 7 | -19/+159 |
|
|
* | Merged revisions 59512-59540 via svnmerge from | Christian Heimes | 2007-12-17 | 3 | -102/+42 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 5 | -25/+125 |
|
|
* | update to fix leak in SSL code | Bill Janssen | 2007-12-14 | 3 | -52/+184 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 7 | -157/+56 |
|
|
* | Shell was not colorizing due to bug introduced at r57998, Bug 1586. | Kurt B. Kaiser | 2007-12-13 | 2 | -2/+17 |
|
|
* | Explicitly close pipes so test_ctypes won't appear to randomly leak | Guido van Rossum | 2007-12-12 | 1 | -9/+34 |
|
|
* | Add a comment to explain why we have to restore the original value. | Thomas Heller | 2007-12-12 | 1 | -0/+4 |
|
|
* | maxint->maxsize. Wouldn't import. | Kurt B. Kaiser | 2007-12-12 | 1 | -1/+1 |
|
|
* | Bump version | Kurt B. Kaiser | 2007-12-12 | 1 | -1/+1 |
|
|
* | This test checks and modifies the value of an integer stored in a dll. | Thomas Heller | 2007-12-12 | 1 | -0/+2 |
|
|
* | Merged revisions 59450-59464 via svnmerge from | Christian Heimes | 2007-12-11 | 3 | -3/+4 |
|
|
* | Added missing file | Christian Heimes | 2007-12-10 | 1 | -0/+1021 |
|
|
* | Issue #1580: New free format floating point representation based on "Floating... | Christian Heimes | 2007-12-10 | 1 | -1/+16 |
|
|
* | Two IDLE errors in Option->Configure menu. | Amaury Forgeot d'Arc | 2007-12-10 | 1 | -3/+3 |
|
|
* | Fixed doc xml rpc tests and server | Christian Heimes | 2007-12-10 | 2 | -9/+8 |
|
|
* | Make Decimal a subclass of Real and Inexact. | Guido van Rossum | 2007-12-10 | 3 | -29/+30 |
|
|
* | Fixed #1578: Problems in win_getpass | Christian Heimes | 2007-12-10 | 1 | -4/+4 |
|
|
* | Merged revisions 59441-59449 via svnmerge from | Christian Heimes | 2007-12-10 | 2 | -28/+156 |
|
|
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -0/+42 |
|
|
* | Issue #1573, second attempt: | Amaury Forgeot d'Arc | 2007-12-09 | 2 | -10/+1 |
|
|
* | Added another test case for kwonly methods | Christian Heimes | 2007-12-08 | 2 | -8/+16 |
|
|
* | Added two tests for f(*, **kw) syntax | Christian Heimes | 2007-12-08 | 2 | -0/+10 |
|
|
* | Fixed two of the three failing xml rpc tests | Christian Heimes | 2007-12-08 | 2 | -2/+2 |
|
|
* | Added descriptor for builtins.open.__doc__ | Christian Heimes | 2007-12-08 | 1 | -0/+10 |
|
|
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 | 4 | -15/+9 |
|
|
* | Added stop_serving and a timeout to tearDown() | Christian Heimes | 2007-12-08 | 1 | -2/+14 |
|
|