summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-212-28/+36
* The minidom.Node class has a debug attribute which, when its _debugGuido van Rossum2000-09-211-0/+2
* Paul Prescod <paul@prescod.net>:Fred Drake2000-09-211-17/+27
* - fixed yet another gcc -pedantic warningFredrik Lundh2000-09-211-0/+5
* SAXException.__getitem__(): Raise AttributeError instead of NameError.Fred Drake2000-09-211-1/+1
* fix bogus references to imp; makes test_minidom succeedJeremy Hylton2000-09-211-2/+2
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
* Added the make_parser function (patch 101571).Lars Gustäbel2000-09-211-2/+67
* Updated XMLGenerator to new DocumentHandler interface (patch 101572).Lars Gustäbel2000-09-211-11/+30
* Updated to correct DocumentHandler signatures. (patch 101570)Lars Gustäbel2000-09-211-6/+23
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-211-23/+136
* Corran Webster: fix 'change_root()' to handle Mac OS paths.Greg Ward2000-09-211-1/+7
* change 2-space indent to 4-space indentJeremy Hylton2000-09-201-1081/+1079
* *Very* belated application of Thomas Heller's patch to handleGreg Ward2000-09-191-3/+86
* Treat trailing colon in os.path.join("a:", "b") same way for DOS as inTim Peters2000-09-191-1/+1
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-192-0/+19
* Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yieldTim Peters2000-09-191-1/+1
* test_userlist.py:Tim Peters2000-09-191-39/+52
* SF patch 101391: implemented UserList.__contains__.Tim Peters2000-09-191-0/+1
* Fix test errors.Paul Prescod2000-09-192-2/+1
* New test cases for the StringIO moduleMartin v. Löwis2000-09-192-0/+24
* Don't print specific Node instances unless running verbosely.Martin v. Löwis2000-09-192-4/+10
* Fixed the error reporting (raise of TestFailed) for the zip() andBarry Warsaw2000-09-191-2/+2
* Support sizehint in _fileobject.readlines, as documented.Martin v. Löwis2000-09-191-1/+5
* Set the 'nt' installation scheme for the install command even if runThomas Heller2000-09-191-8/+25
* Support sizehint in StringIO.readlines, as documented.Martin v. Löwis2000-09-191-1/+5
* Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using myGuido van Rossum2000-09-191-37/+37
* An honest attempt to make this work on Unix, Windows, and evenGuido van Rossum2000-09-191-81/+173
* Only supply popen2, popen3 when fork exists.Guido van Rossum2000-09-191-13/+15
* Do not close socket when a Content-Length is 0. This make theJeremy Hylton2000-09-181-15/+20
* Test output that goes with updated test_minidom.Paul Prescod2000-09-181-0/+44
* Fix serious typo!Fred Drake2000-09-181-1/+3
* Change assertions to confirmations so that optimization doesn't disablePaul Prescod2000-09-181-46/+66
* Fix up the cleanup of the temporary DB so it works for BSD DB'sFred Drake2000-09-181-4/+12
* Reduce the number of imports needed.Fred Drake2000-09-181-20/+23
* Richard Mortier <rmm1002@users.sourceforge.net>:Fred Drake2000-09-181-0/+2
* Remove two unnecessary imports.Fred Drake2000-09-181-26/+26
* Once we're done with the sys module, remove it from the namespace soFred Drake2000-09-181-13/+11
* sys.setdefaultencoding() should only be called in case the standardMarc-André Lemburg2000-09-181-2/+3
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5
* Added 'expand_makefile_vars()' to (duh) expand make-style variablesGreg Ward2000-09-171-9/+39
* Added 'read_setup_file()' to read old-style Setup files. Could make lifeGreg Ward2000-09-171-2/+110
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-2/+12
* Improve the test output a bit.Guido van Rossum2000-09-161-2/+4
* Changed so lines that are all comment (or just whitespace + comment)Greg Ward2000-09-161-9/+27
* Andrew Kuchling:Greg Ward2000-09-161-1/+1
* [change from 2000/08/11, propagating now to distutils copy]Greg Ward2000-09-161-9/+17
* [change from 2000/04/17, propagating now to distutils copy]Greg Ward2000-09-161-26/+30
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18