summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-293-4/+188
* Merge with 1.8 of pulldom.py:Martin v. Löwis2000-12-281-1/+7
* Merge changes up to 1.10 from PyXML:Martin v. Löwis2000-12-281-1/+11
* Make Traceback header conform to new traceback ("innermost last" ->Guido van Rossum2000-12-272-2/+2
* Fix for SF bugTim Peters2000-12-271-13/+30
* Add test case for SF bugTim Peters2000-12-271-0/+9
* Make isspace(chr(32)) return trueAndrew M. Kuchling2000-12-261-1/+1
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-232-4/+44
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
* Remove superfluous semicolonsAndrew M. Kuchling2000-12-233-8/+8
* Wrapper for _curses_panel module; currently this adds nothing extraAndrew M. Kuchling2000-12-221-0/+9
* Patch #102492, fixing bug #116677:Andrew M. Kuchling2000-12-202-10/+42
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-201-1/+1
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1
* Adding a warning about the regsub module. This also disables furtherGuido van Rossum2000-12-191-0/+7
* Be explicit about scheme_chars -- string.letters is locale dependentGuido van Rossum2000-12-191-20/+18
* Use binary mode to open "wave" files.Guido van Rossum2000-12-191-2/+2
* Improve error messages for invalid warning arguments; don't raiseGuido van Rossum2000-12-191-4/+10
* Make string.translate(s, table) work for Unicode s. Two things areGuido van Rossum2000-12-191-4/+11
* Test more split argument combinations:Guido van Rossum2000-12-191-0/+7
* Test some Unicode pickling endcases.Guido van Rossum2000-12-191-0/+12
* Minimal fix for the complaints about pickling Unicode objects. (SFGuido van Rossum2000-12-191-0/+2
* gdbm.open() no longer accepts garbage in the flags string. Fix the tests.Neil Schemenauer2000-12-181-2/+7
* Do not assume that types.UnicodeType exists; we might be running in an oldFred Drake2000-12-161-1/+5
* Use the string module instead of string methods; this should still workFred Drake2000-12-161-1/+3
* Typo caught by /F -- thanks!Fred Drake2000-12-151-1/+1
* Python part of the warnings subsystem.Guido van Rossum2000-12-151-0/+227
* Before calling traceback.print_exc(), call sys.stdout.flush(). This makesFred Drake2000-12-151-0/+1
* DOMException.__init__(): Remember to pass self to Exception.__init__().Fred Drake2000-12-151-1/+1
* Comment out a debugging print statement that triggered a complaint inGuido van Rossum2000-12-151-1/+1
* Get rid of string functions.Guido van Rossum2000-12-151-15/+14
* Get rid of string functions. References to string.whitespace,Guido van Rossum2000-12-151-63/+57
* Get rid of string functions.Guido van Rossum2000-12-151-14/+12
* Get rid of string functions, except maketrans() (which is *not*Guido van Rossum2000-12-151-42/+45
* Add test case for error message raised by bad % format characterAndrew M. Kuchling2000-12-151-0/+25
* Update the test suite to cover more ground.Fred Drake2000-12-142-0/+9
* Lots of small bug fixes and DOM API conformance improvements:Fred Drake2000-12-141-49/+145
* Adjust PullDOM to use a DOMImplementation instance to create new DocumentFred Drake2000-12-141-26/+37
* When raising KeyError, provide the key value that failed.Fred Drake2000-12-131-4/+4
* Changing allow_reuse_address's default value, and documenting it.Moshe Zadka2000-12-131-1/+1
* Untabify! (Barry, this is gonna cost you a bottle of wine! ;)Fred Drake2000-12-131-105/+105
* Get rid of string module and string exceptions.Guido van Rossum2000-12-131-7/+10
* Add code to DOMException to ensure it cannot be instantiated directly,Fred Drake2000-12-131-1/+8
* Add standard DOM exception hierarchy.Martin v. Löwis2000-12-131-0/+68
* Update the code to better reflect recommended style:Fred Drake2000-12-1236-99/+101
* Change the file's indentation from tabs to 4 spaces per level.Barry Warsaw2000-12-121-151/+163
* Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errnoBarry Warsaw2000-12-121-13/+16
* Update the code to better reflect recommended style:Fred Drake2000-12-1255-519/+520
* The ".pth" code knew about the layout of Python trees on unix andJack Jansen2000-12-121-0/+2
* Add popitem().Guido van Rossum2000-12-121-0/+2