summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Part I of an update for Python 2.3.Raymond Hettinger2003-01-251-60/+67
* Fix markupNeal Norwitz2003-01-251-1/+1
* 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
* Include version annotation for PyObject_Call().Fred Drake2003-01-251-0/+1
* Fix typo reported to python-docs.Fred Drake2003-01-251-1/+1
* 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-244-1/+75
* Add news about getargs change.Neil Schemenauer2003-01-241-1/+4
* Raise a TypeError if a float is passed when an integer is specified.Neil Schemenauer2003-01-241-6/+24
* 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
* Fred drives and fixes a formatting nit.Barry Warsaw2003-01-241-2/+2
* MacPython-OS9 has had an abort() function for quite a while now, so there's n...Jack Jansen2003-01-241-3/+0
* MacPython-OS9 specific fix: If there are non-string items on sys.path don't t...Jack Jansen2003-01-241-15/+18
* Bump the Windows build to use Sleepycat's 4.1.25.NC release (theTim Peters2003-01-244-65/+54
* Change the mode of scripts in the build/scripts* directory toGuido van Rossum2003-01-241-0/+12
* Updated the doc strings to refer to PyArg_Parse and Py_BuildValue in steadJack Jansen2003-01-241-4/+7
* Updated the astimezone() proof to recover from all the last week'sTim Peters2003-01-241-77/+94
* Fix typoNeal Norwitz2003-01-231-1/+1
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-234-23/+58
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-234-17/+62
* 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
* fromutc(): Repair incorrect failure return, as noted by NealN. Thanks!Tim Peters2003-01-231-1/+1
* Bringing the code and test suite into line with doc and NEWS changesTim Peters2003-01-232-120/+217
* add support for Python's bool type to xmlrpclib - patch # 559288Skip Montanaro2003-01-222-37/+58
* Tweaked time conversion to work in MacPython-OS9.Jack Jansen2003-01-221-2/+5
* Getting rid of StandardGetFileJack Jansen2003-01-223-17/+13
* Kurt pointed out another method affected by the changes to pyclbr.py.Raymond Hettinger2003-01-221-2/+4
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-222-1/+9
* Patch #671459: Invoke import hooks in Py_NewInterpreter.Martin v. Löwis2003-01-221-0/+1
* "Premature" doc changes, for new astimezone() rules, and the newTim Peters2003-01-223-60/+180
* 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
* Avoid usage of PyDoc_STR in 2.2 compatibility code.Martin v. Löwis2003-01-211-1/+1
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-212-11/+14
* ossaudiodev.c currently gives compilation errors, and Greg doesn't fixGuido van Rossum2003-01-211-2/+3
* SF bug 671779: Error in tzinfo.dst() docsTim Peters2003-01-211-2/+2
* 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
* Fixed typo in package name that went unnoticed because of MacOSX's case-insen...Jack Jansen2003-01-211-1/+1