summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* Guido sez to remove the deprecation warning for a year.Fred Drake2002-04-111-5/+0
* Since xmllib is deprecated now, suppress the DeprecationWarning its testTim Peters2002-04-111-1/+5
* Ignore more deprecation warnings.Tim Peters2002-04-111-4/+6
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-111-1/+0
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* Add deprecation warning to 'pre' moduleAndrew M. Kuchling2002-04-101-0/+6
* Remove support for importing 'pre' moduleAndrew M. Kuchling2002-04-101-14/+2
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-1020-144/+2210
* Added test case for UTF-8 encoding bug #541828.Marc-André Lemburg2002-04-101-0/+16
* Use random instead of whrandomAndrew M. Kuchling2002-04-101-3/+3
* Add deprecation warnings for modules as documentedNeal Norwitz2002-04-102-0/+9
* Add a deprecation warning to reflect the documented deprecation of theFred Drake2002-04-101-0/+5
* Update docstring to reflect code change to boolNeal Norwitz2002-04-091-1/+1
* Remove unconditional debugging prints.Thomas Heller2002-04-091-3/+0
* Set the warn_dir option to 0 before running the install command.Thomas Heller2002-04-092-0/+2
* Patch #539392: Invoke setlocale, try opening the file in demo mode.Martin v. Löwis2002-04-081-2/+18
* Move knee.py from Lib/ to Demo/imputil/. Fixes #515745.Martin v. Löwis2002-04-071-126/+0
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-0718-94/+96
* - Changed new-style class instantiation so that when C's __new__Guido van Rossum2002-04-061-0/+22
* Add tests for binary pickles.Guido van Rossum2002-04-051-0/+12
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-052-14/+18
* Fix for bug #222395: UTF-16 et al. don't handle .readline().Marc-André Lemburg2002-04-053-2/+9
* Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.Tim Peters2002-04-041-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-0426-93/+88
* Replace use of apply() with extended call syntax.Jeremy Hylton2002-04-041-2/+3
* Support manual proxy configuration for simple urlopen() operations.Fred Drake2002-04-041-5/+10
* Not sure why the regression test missed this, but the PyXML tests caught it.Fred Drake2002-04-041-1/+1
* Avoid creating circular references between the ExpatParser and theFred Drake2002-04-041-1/+38
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-1/+1
* Add test case for SF bug 534347.Guido van Rossum2002-04-041-0/+8
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+228
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-0312-186/+204
* Fix bugs:Mark Hammond2002-04-032-0/+39
* SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()Guido van Rossum2002-04-021-0/+8
* Fix for a bug in the fix for SF bug 503031. This time the OP verifiedGuido van Rossum2002-04-021-2/+2
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-022-9/+34
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-011-4/+5
* Format strings (tuples,) appropriatelyNeal Norwitz2002-04-012-3/+3
* Use attributes appropriatelyNeal Norwitz2002-04-012-2/+2
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-013-10/+10
* We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5
* Get rid of all METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+90
* Remove some now-obsolete generator future statements.Tim Peters2002-04-016-19/+5
* Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+15
* Hopeful fix for SF bug 503031: urllib.py: open_http() host problem.Guido van Rossum2002-03-311-1/+5
* Use docstrings for exception classesNeal Norwitz2002-03-312-2/+4
* Derive exception classes from ExceptionNeal Norwitz2002-03-312-2/+2