summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch #1537 from Chad AustinChristian Heimes2007-12-033-1/+672
* Fixed merge accident. Next time I'm going to run the entire test suite ...Christian Heimes2007-12-021-14/+14
* The bz2 codec isn't supported any more. I've also commented out several codec...Christian Heimes2007-12-022-120/+18
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-023-1/+220
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-0234-155/+154
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-012-4/+8
* Correct a failing test after merge from trunk.Amaury Forgeot d'Arc2007-11-301-2/+2
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-4/+6
* abc's are subclasses of _Abstract, not instances.Christian Heimes2007-11-301-2/+2
* Fixed problem with regrtest caused by the additional of objects to _abcoll.Christian Heimes2007-11-301-1/+6
* Merged revisions 59234-59238 via svnmerge fromChristian Heimes2007-11-301-55/+56
* Backmerge -r59233:59232Christian Heimes2007-11-302-11/+1
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-301-0/+34
* Fix for bug #1109Christian Heimes2007-11-302-1/+11
* long integer -> integer.Georg Brandl2007-11-291-7/+7
* Removed more types from the types moduleChristian Heimes2007-11-292-4/+3
* Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-281-0/+13