summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF bug 130030: Claim of bad betavariate algorithm.Tim Peters2001-01-261-6/+19
* Cosmetic changes after some sleep; no change in semantics.Tim Peters2001-01-251-64/+82
* PEP 227 implementationJeremy Hylton2001-01-253-1/+18
* PEP 227 implementationJeremy Hylton2001-01-252-0/+262
* In subst_vars(), change the name of the argument from str to s toJeremy Hylton2001-01-251-2/+2
* PEP 227 implementationJeremy Hylton2001-01-251-1/+15
* add extra tests to verify that co_varnames is being set up properlyJeremy Hylton2001-01-252-24/+23
* added a few more __all__ listsSkip Montanaro2001-01-254-8/+16
* fail more completely by deleting dbhash from sys.modules if bsddb can't beSkip Montanaro2001-01-251-1/+7
* Fix bugs introduced by rewrite (in particular, time-based initializationTim Peters2001-01-251-4/+38
* Reworked random.py so that it no longer depends on, and offers all theTim Peters2001-01-251-257/+413
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-242-6/+6