summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Remove the recently-added get_distutil_options(), and justAndrew M. Kuchling2003-01-272-8/+15
* Fix comment typosWalter Dörwald2003-01-271-3/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-271-0/+95
* Update for release.Kurt B. Kaiser2003-01-273-13/+39
* Whitespace normalization.Kurt B. Kaiser2003-01-273-4/+4
* Update.Kurt B. Kaiser2003-01-261-7/+9
* Path to default location for Python output has changed.Jack Jansen2003-01-261-3/+3
* FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS...Jack Jansen2003-01-261-12/+16
* amk pointed out that syslog may use UDP or TCP sockets.Neal Norwitz2003-01-261-1/+7
* Test that True can be copied.Martin v. Löwis2003-01-261-0/+4
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-263-0/+43
* Require PyXML 0.8.2.Martin v. Löwis2003-01-261-1/+1
* Merge with PyXML 1.3:Martin v. Löwis2003-01-261-0/+23
* Merge with PyXML 1.34: Correct typo. Fixes #674700.Martin v. Löwis2003-01-261-1/+1
* Merge with PyXML 1.82:Martin v. Löwis2003-01-261-8/+12
* M ScriptBinding.pyKurt B. Kaiser2003-01-263-55/+65
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-1/+1
* Patch #636005: Filter unicode into unicode.Martin v. Löwis2003-01-251-0/+6
* Synchronize with PyXML's 1.33: Import missing modules.Martin v. Löwis2003-01-251-3/+6
* Merge PyXML 1.11-1.26:Martin v. Löwis2003-01-251-24/+732
* M PyShell.pyKurt B. Kaiser2003-01-253-40/+45
* Import UserDataHandler from PyXML.Martin v. Löwis2003-01-251-0/+9
* Import NodeFilter from DOM2 Traversal/Range.Martin v. Löwis2003-01-251-0/+27
* Merge with PyXML 1.28:Martin v. Löwis2003-01-251-22/+71
* Import from PyXML 1.10.Martin v. Löwis2003-01-251-0/+388
* Merge with PyXML 1.80:Martin v. Löwis2003-01-251-327/+1287
* Import expatbuilder, minicompat from PyXML.Martin v. Löwis2003-01-252-0/+1167
* 1. Eliminate putrequest(): only used in asynccall(), merge it there.Kurt B. Kaiser2003-01-251-19/+36
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+38
* Raise PicklingError when __reduce__() fails, andJeremy Hylton2003-01-241-32/+30
* rmtree(): Make implementation agree with documentation (both latex andBarry Warsaw2003-01-241-13/+13
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-241-0/+28
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-1/+15
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-2/+20
* Use lightweight introspection instead of the inspect module hammer.Jeremy Hylton2003-01-231-24/+18
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-232-41/+65
* Bringing the code and test suite into line with doc and NEWS changesTim Peters2003-01-231-28/+90
* add support for Python's bool type to xmlrpclib - patch # 559288Skip Montanaro2003-01-221-37/+56
* Tweaked time conversion to work in MacPython-OS9.Jack Jansen2003-01-221-2/+5
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-221-0/+6
* SF patch #667730: More DictMixinRaymond Hettinger2003-01-221-2/+4
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* M Bindings.pyKurt B. Kaiser2003-01-224-24/+34
* Added DepracationWarnings to the old Standard File calls.Jack Jansen2003-01-211-0/+9
* Tuples and lists don't have a copy() method (yet?).Jack Jansen2003-01-211-1/+1
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-212-11/+14
* Implemented StandardGetFile and friends with the new EasyDialogs fileJack Jansen2003-01-211-96/+20
* Oops, this file wasn't 8-bit-clean yet. Fixed.Jack Jansen2003-01-211-3/+3
* Spell out the arguments to AskFileForOpen and friends, so help() gives usefulJack Jansen2003-01-211-45/+100