summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* added several more __all__ listsSkip Montanaro2001-02-068-1/+79
* Add toprettyxml method into minidom, closes patch #103471.Martin v. Löwis2001-02-061-14/+24
* A couple of changes to make this more conformant. MvL and Uche agree.Guido van Rossum2001-02-051-13/+32
* Don't get fooled by an empty prefix with a valid namespaceURI -- inGuido van Rossum2001-02-051-2/+10
* Patch #103587: Fix typo that broke the install_data command; caught byAndrew M. Kuchling2001-02-051-1/+1
* Fix test 9 (caught by ?!ng)Jeremy Hylton2001-02-052-1/+31
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-6/+6
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-12/+0
* Added Node.isSameNode() support.Fred Drake2001-02-021-0/+7
* Ouch! I need a better test suite for this. ;-(Fred Drake2001-02-021-1/+0
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-022-0/+9
* WeakDictionary.items(): Do not allow (key,ref) pairs to leak out forFred Drake2001-02-021-3/+3
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-022-0/+17
* The socket constants have been moved to the socket module for a long time;Fred Drake2001-02-0214-2060/+0
* An ssl-wrapped socket now returns '' on EOF, just like a regularJeremy Hylton2001-02-011-3/+7
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-015-24/+25
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-012-2/+0
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-1/+4
* Revise the driver code to be more informative in the final report.Fred Drake2001-02-011-7/+10
* Repaired a docstring.Tim Peters2001-02-011-1/+1
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-013-0/+356
* Change random.seed() so that it can get at the full range of possibleTim Peters2001-02-011-37/+67
* Long ago, Guido suggested that I add this to the standard library.Barry Warsaw2001-01-311-0/+531
* Two changes:Barry Warsaw2001-01-311-12/+43
* move "from stat import *" to module levelJeremy Hylton2001-01-311-1/+1
* Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.Moshe Zadka2001-01-302-9/+9
* Fix test for free ref to global. This test should have caught aJeremy Hylton2001-01-301-1/+1
* add test for illegal importsJeremy Hylton2001-01-302-0/+4
* Fixed posixpath.normpath() to respect two leading slashes, butMarc-André Lemburg2001-01-291-4/+9
* Fixed .capitalize() method of Unicode objects to work like theMarc-André Lemburg2001-01-292-0/+4
* The one thing I love more then writing code is deleting code.Moshe Zadka2001-01-292-7/+26
* added several more urlencode test cases - part of patch 103391Skip Montanaro2001-01-281-3/+60
* allow first param urlencode to be a sequence of two-element tuples - in thisSkip Montanaro2001-01-281-5/+30
* Remove single "." components from pathnames, and return os.curdir ifJack Jansen2001-01-281-0/+4
* Data pathnames were not converted from URL-style to local style. Fixed.Jack Jansen2001-01-281-2/+4
* SF bug #130306: statcache.py full of thread problems.Tim Peters2001-01-281-39/+38
* Added tests for new signature of new.instance().Fred Drake2001-01-281-7/+15
* Except HierarchyRequestErr instead of TypeError.Martin v. Löwis2001-01-271-1/+1
* Re-indent.Martin v. Löwis2001-01-271-4/+4
* Synchronize with PyXML 1.5.Martin v. Löwis2001-01-272-1/+2
* Synchronize with PyXML 1.10Martin v. Löwis2001-01-271-7/+25
* Re-indent.Martin v. Löwis2001-01-273-14/+14
* Merge changes of PyXML 1.13:Martin v. Löwis2001-01-271-9/+10
* Synchronize with 1.10 of PyXML: Close parser when done.Martin v. Löwis2001-01-271-2/+1
* New comment block to Clarify a subtlety.Tim Peters2001-01-261-1/+5
* Patch #103052: Restore non-cyclic operation of pulldom.PullDOMMartin v. Löwis2001-01-261-49/+38
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-261-91/+92
* unnecessary semicolonJeremy Hylton2001-01-261-1/+1
* unnecessary semicolonJeremy Hylton2001-01-261-1/+1
* The combo of getstate/setstate/jumpahead is very powerful, but needsTim Peters2001-01-261-6/+45