summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed test_longChristian Heimes2008-01-041-2/+2
* Merged revisions 59696-59702 via svnmerge fromChristian Heimes2008-01-041-109/+2
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-043-3/+7
* Fixed unichr() -> chr()Christian Heimes2008-01-041-2/+2
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-034-2/+56
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-023-3/+87
* Get rid of raw_input() emulation, use its reincarnation as input().Guido van Rossum2008-01-021-7/+2
* Fix issue #1707. When raw_input() was removed, it was incorrectly replacedGuido van Rossum2008-01-021-5/+4
* Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt.Guido van Rossum2008-01-011-0/+1
* Merged revisions 59628-59641 via svnmerge fromChristian Heimes2008-01-012-2/+5
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-316-13/+13
* Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ...Christian Heimes2007-12-311-1/+6
* Use strings for all entity values, as that is now possibleMartin v. Löwis2007-12-291-4/+1
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-283-27/+35
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-283-1/+14
* Fix the reset() method of IncrementalNewlineDecoder toAlexandre Vassalotti2007-12-281-0/+1
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-247-38/+171
* Fix docstring of types.py.Georg Brandl2007-12-211-3/+2
* Fix issue #1667. The _Printer() class was using sys.stdin.readline()Guido van Rossum2007-12-201-3/+1
* Fixed #1673. I hope it works. I don't have access to a Windows box right now.Christian Heimes2007-12-201-1/+1
* Removed test from test_import. It will never work on all systems, see #1377Christian Heimes2007-12-201-17/+0
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-197-19/+159
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-173-102/+42
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-155-25/+125
* update to fix leak in SSL codeBill Janssen2007-12-143-52/+184
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-147-157/+56
* Shell was not colorizing due to bug introduced at r57998, Bug 1586.Kurt B. Kaiser2007-12-132-2/+17
* Explicitly close pipes so test_ctypes won't appear to randomly leakGuido van Rossum2007-12-121-9/+34
* Add a comment to explain why we have to restore the original value.Thomas Heller2007-12-121-0/+4
* maxint->maxsize. Wouldn't import.Kurt B. Kaiser2007-12-121-1/+1
* Bump versionKurt B. Kaiser2007-12-121-1/+1
* This test checks and modifies the value of an integer stored in a dll.Thomas Heller2007-12-121-0/+2
* Merged revisions 59450-59464 via svnmerge fromChristian Heimes2007-12-113-3/+4
* Added missing fileChristian Heimes2007-12-101-0/+1021
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-1/+16
* Two IDLE errors in Option->Configure menu.Amaury Forgeot d'Arc2007-12-101-3/+3
* Fixed doc xml rpc tests and serverChristian Heimes2007-12-102-9/+8
* Make Decimal a subclass of Real and Inexact.Guido van Rossum2007-12-103-29/+30
* Fixed #1578: Problems in win_getpassChristian Heimes2007-12-101-4/+4
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-102-28/+156
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-0/+42
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-092-10/+1
* Added another test case for kwonly methodsChristian Heimes2007-12-082-8/+16
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-082-0/+10
* Fixed two of the three failing xml rpc testsChristian Heimes2007-12-082-2/+2
* Added descriptor for builtins.open.__doc__Christian Heimes2007-12-081-0/+10
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-084-15/+9
* Added stop_serving and a timeout to tearDown()Christian Heimes2007-12-081-2/+14
* Disabled test_404, see issue #1572Christian Heimes2007-12-081-3/+2
* Readded Lib/distutils/tests/test_sysconfig.pyChristian Heimes2007-12-081-0/+37