summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-083-11/+147
* rename markupbase to _markupbaseFred Drake2007-12-073-7/+7
* Reverting revision 59394. We'll sort this out later.Guido van Rossum2007-12-061-5/+4
* Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:Guido van Rossum2007-12-061-4/+5
* Small set of updates (with Jeffrey's OK).Guido van Rossum2007-12-061-11/+33
* Fix the rest of issue 1400, by introducing a proper implementation ofGuido van Rossum2007-12-064-36/+57
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-053-4/+8
* You are right, Guido. The newline argument is easier to use.Christian Heimes2007-12-051-4/+4
* Fixed line separator problem on WindowsChristian Heimes2007-12-051-2/+2
* Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....Christian Heimes2007-12-051-2/+3
* Believe it or not, the addition of flush() calls broke two unittests.Guido van Rossum2007-12-052-2/+30
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-051-10/+25
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-0438-131/+130
* Merged revisions 59323-59332 via svnmerge fromChristian Heimes2007-12-041-16/+31
* Issue #1283: Allow any iterable of integers to be passed toAlexandre Vassalotti2007-12-041-0/+18
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-032-9/+67
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-0317-206/+2858
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-033-672/+1