summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* New entries to track the DOM API growth. These match names exposed inFred Drake2002-08-091-0/+5
* Fix to ensure consistent 'repr' and 'str' results between PythonSteve Purcell2002-08-091-7/+10
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-094-11/+19
* Revised the test suite for 'contains' to use the test() function argumentRaymond Hettinger2002-08-091-9/+9
* testSendAll(): loop until all data is read; this was necessary atGuido van Rossum2002-08-081-3/+3
* Whitespace normalization.Tim Peters2002-08-0883-5828/+5817
* Delete junk attributes left behind by _socketobject class construction.Tim Peters2002-08-081-0/+1
* The _socketobject class has no need for a __del__ method: all it did wasGuido van Rossum2002-08-081-10/+6
* OK, one more hack: speed up the case of readline() in unbuffered mode.Guido van Rossum2002-08-081-0/+11
* Another refactoring of read() and readline(), this time based on theGuido van Rossum2002-08-081-66/+88
* Extend __all__ with the exports list of the _ssl module.Guido van Rossum2002-08-081-1/+4
* Oops, stupid tabs. Sorry again.Guido van Rossum2002-08-081-3/+3
* Another refactoring. Changed 'socket' from being a factory functionGuido van Rossum2002-08-081-26/+49
* Add module-wide "__metaclass__ = type", as requested by Jim Fulton.Steve Purcell2002-08-081-1/+4
* Major restructuring of _fileobject. Hopefully several things now workGuido van Rossum2002-08-081-61/+111
* Replace docstrings on test functions witrh comments -- then unittestGuido van Rossum2002-08-081-31/+50
* Replace tabs with spaces. (Sorry!)Guido van Rossum2002-08-071-3/+3
* Tighten the unbuffered readline test to distinguish between the two lines.Guido van Rossum2002-08-071-4/+4
* Simplify heapreplace() -- there's no need for an explicit test forGuido van Rossum2002-08-071-7/+4
* Oops. I accidentally commented out some tests.Guido van Rossum2002-08-071-4/+4
* "Unbuffered" mode of class _fileobject wasn't actually unbuffered,Guido van Rossum2002-08-072-8/+40
* Expanded the unittests for the new width sensitive PyUnicode_Contains().Raymond Hettinger2002-08-061-0/+6
* Add testcase for SF bug 574207 (chained __slots__ dealloc segfault).Guido van Rossum2002-08-061-0/+14
* Added a test for PyUnicode_Contains() taking into account the width ofBarry Warsaw2002-08-061-0/+1
* Add a coding cookie, because of the møøse quote.Guido van Rossum2002-08-061-0/+1
* Bump the LOOPS count. 50,000 iterations takes about 5 seconds on myGuido van Rossum2002-08-061-1/+1
* Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.Guido van Rossum2002-08-062-2/+5
* Remove mention of deprecated xreadlines method.Guido van Rossum2002-08-061-1/+1
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-065-65/+88
* Add next and __iter__ to the list of file methods that should raiseGuido van Rossum2002-08-061-1/+3
* We only need to check for StopIteration here.Fred Drake2002-08-051-1/+1
* SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-051-21/+6
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-053-7/+6
* Test whether a Cyrillic text correctly appears in a Unicode literal.Martin v. Löwis2002-08-051-0/+2
* We don't really need the name of the test in the "test skipped" msg, andTim Peters2002-08-041-1/+1
* Oops! Forgot the closing paren.Tim Peters2002-08-041-1/+1
* Finally got around to figuring out and documenting why this test failsTim Peters2002-08-041-2/+10
* Add encoding declaration.Martin v. Löwis2002-08-042-1/+2
* Add encoding declaration.Martin v. Löwis2002-08-042-0/+2
* I don't know what's going on with this test, but the last change fromTim Peters2002-08-041-1/+1
* - comment improvementAndrew MacIntyre2002-08-041-1/+25
* add parameter missing following Jeremy's compiler class refactoringAndrew MacIntyre2002-08-041-1/+1
* _siftup(): __le__ is now the only comparison operator used on arrayTim Peters2002-08-031-1/+1
* revert to version 1.2Piers Lauder2002-08-031-5/+6
* Added new heapreplace(heap, item) function, to pop (and return) theTim Peters2002-08-032-3/+20
* Large code rearrangement to use better algorithms, in the sense of needingTim Peters2002-08-031-39/+79
* Remove cut 'n paste silliness.Tim Peters2002-08-031-2/+0
* Minor fiddling, including a simple class to implement a heap iteratorTim Peters2002-08-032-10/+23
* Augment credits.Guido van Rossum2002-08-021-1/+1
* Hmm! I thought I checked this in before! Oh well.Tim Peters2002-08-022-10/+48