summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Delete unused import of pprint moduleAndrew M. Kuchling2001-01-111-1/+0
* Patch #103134: Support import lines in pth files.Martin v. Löwis2001-01-111-1/+4
* Adapted version of SF Patch #103173 by pyretic: make uu.decode workGuido van Rossum2001-01-101-5/+4
* Moved the test codec definition to a new module and updated the test andMarc-André Lemburg2001-01-103-54/+97
* Assorted xreadlines problems:Tim Peters2001-01-092-9/+10
* Test for xreadline.Guido van Rossum2001-01-092-0/+46
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Patch #102953: Fix bug #125452, where shlex.shlex hangs when itAndrew M. Kuchling2001-01-091-0/+5
* GetoptError is always initialized with exactly two parameters, so simplifyFred Drake2001-01-081-7/+4
* Fixed bug which caused HTTPS not to work at all with string URLsMoshe Zadka2001-01-081-1/+1
* Text.__init__(): Make sure the data parameter is a string (8-bit orFred Drake2001-01-081-0/+2
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-072-0/+61
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-072-10/+60
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-062-0/+66
* Speed it up by using readlines(sizehint). It's still slower thanGuido van Rossum2001-01-051-10/+39
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-052-0/+106
* urlunparse(): Do not add a leading slash to the path if it is empty.Fred Drake2001-01-051-6/+12
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-042-1/+22
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-041-12/+1
* Numbers no longer compare smaller than all other types. Fix the onlyNeil Schemenauer2001-01-041-1/+2
* Actually call the object with an __call__ method, instead of justJeremy Hylton2001-01-031-0/+1
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-0354-269/+377
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-032-128/+130
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-032-587/+587
* Add forgotten importAndrew M. Kuchling2001-01-021-0/+1
* Duh. Instead of string.whitespace and string.digits, use isspace()Guido van Rossum2001-01-021-6/+5
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-024-0/+1346
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-312-2/+28
* Patch #102485 ] Check for legal children when adding children to a DOM nodeAndrew M. Kuchling2000-12-311-6/+30
* Christmas present to myself: changed regrtest in two ways:Tim Peters2000-12-301-4/+30
* getopt used to sort the long option names, in an attempt to simplifyTim Peters2000-12-291-12/+2
* 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