summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* distutils setup scriptJeremy Hylton2000-09-201-0/+9
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1
* *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
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ...Jack Jansen2000-09-192-4/+236
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-198-19/+126
* Temporary fix for Bug #114821.Guido van Rossum2000-09-191-2/+18
* 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
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-09-191-0/+10
* Many small clarifications, including many suggested by email.Fred Drake2000-09-191-17/+18
* 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
* make_nav_sectref(): Create more minimal HTML, hanging the class attributeFred Drake2000-09-191-2/+7
* Clarify a number of issues about the file-like object API based onFred Drake2000-09-191-20/+36
* Fixed the error reporting (raise of TestFailed) for the zip() andBarry Warsaw2000-09-191-2/+2
* Randall Hopper: Add fpectl functionality patch for FreeBSD.Guido van Rossum2000-09-191-0/+15
* 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
* Implement readlines function. Closes Bug #110686.Martin v. Löwis2000-09-191-0/+36
* Obscure marshal fixes:Tim Peters2000-09-191-4/+4
* 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
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-197-558/+521
* Updated Windows build info.Tim Peters2000-09-191-4/+3
* 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
* Document the "printable" and "punctuation" constants added to the stringFred Drake2000-09-181-0/+11
* 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
* Deferred the attribute name object type checking to the underlyingMarc-André Lemburg2000-09-181-4/+4
* Add missing \declaremodule for zipfile.Fred Drake2000-09-181-0/+1
* PyObject_SetAttr() and PyObject_GetAttr() now also accept UnicodeMarc-André Lemburg2000-09-181-11/+37
* Repaired some glitches in the MD5 and SHA docs; copied the descriptions ofTim Peters2000-09-182-10/+31
* sys.setdefaultencoding() should only be called in case the standardMarc-André Lemburg2000-09-181-2/+3
* satisfy the tabnannyJeremy Hylton2000-09-183-358/+358
* Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).Greg Ward2000-09-181-1/+1
* Added documentation for new functions.Fred Drake2000-09-171-3/+11
* Add invert() and __invert__() as aliases for inv()/__inv__().Fred Drake2000-09-171-11/+16
* Fix for SF bug 110688: Instance deallocation neglected to account forTim Peters2000-09-171-12/+28
* Fixed to respect 'define_macros' and 'undef_macros' on Extension object.Greg Ward2000-09-171-1/+5