summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in error messageNeal Norwitz2003-06-301-1/+1
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+11
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+37
* restore 2.2 compatibility:Just van Rossum2003-06-291-11/+11
* - added --semi-standalone option that builds apps that depend on anJust van Rossum2003-06-291-26/+50
* More testsRaymond Hettinger2003-06-291-3/+59
* Fix sf bug 666219: assertion error in httplib.Jeremy Hylton2003-06-291-0/+4
* Whitespace normalization.Tim Peters2003-06-291-2/+2
* Remove stub settrace() and setprofile() calls.Jeremy Hylton2003-06-291-8/+0
* Fix grammar in comment.Jeremy Hylton2003-06-291-1/+1
* Whitespace normalization.Jeremy Hylton2003-06-291-1/+1
* Add settrace() and setprofile() functions to the threading library.Jeremy Hylton2003-06-291-0/+20
* Provide dummy (do-nothing) settrace() and setprofile() functions untilTim Peters2003-06-291-1/+9
* Removed invalid test.Raymond Hettinger2003-06-291-3/+0
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* Whitespace normalization.Tim Peters2003-06-295-8/+8
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-291-0/+268
* SF bug #430160: CGIHTTPServer.py POST bug using IERaymond Hettinger2003-06-291-2/+4
* Add missing self. before curNode. This may need to be committedNeal Norwitz2003-06-291-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-2/+57
* Fix arguments for instantiating InterpolationSyntaxErrorNeal Norwitz2003-06-291-3/+3
* Comment out cap, it was unused.Neal Norwitz2003-06-291-1/+2
* whitespace normalizationNeal Norwitz2003-06-291-1/+1
* remove unused import mathNeal Norwitz2003-06-291-1/+0
* remove extra parameter from _java_getprop, remove duplicate importsNeal Norwitz2003-06-291-2/+2
* use == like all the other conditionalsNeal Norwitz2003-06-291-1/+1
* fix problems found by pycheckerNeal Norwitz2003-06-291-2/+3
* Missed a spot where the new optional optionflags argument needed to getTim Peters2003-06-291-1/+1
* Use http://www.python.org/packman as the base URL. Also upped the versionJack Jansen2003-06-291-3/+3
* SF 662923: iterator for dbm keysRaymond Hettinger2003-06-281-1/+2
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+7
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-272-1/+22
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-273-17/+26
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-17/+58
* Do not add extra "\n" after bang line.Gustavo Niemeyer2003-06-271-2/+2
* fix typoFred Drake2003-06-271-1/+1
* add mention of -l, --listfuncs to usage() small part of 542562Skip Montanaro2003-06-271-0/+3
* Add a trivial test of getargspec() with a method.Jeremy Hylton2003-06-271-16/+21
* A bit o' reformatting and removal of non-_getframe currentframe().Jeremy Hylton2003-06-271-19/+14
* Fix for SF bug 620190: getargspec() doesn't work with methods.Jeremy Hylton2003-06-271-3/+10
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-271-0/+21
* Revert previous checkin and just add a comment about constructor_ob.Jeremy Hylton2003-06-271-3/+5
* (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__Skip Montanaro2003-06-271-10/+10
* Jacob Hallen cornered me here at EuroPython and got me to look atMichael W. Hudson2003-06-271-1/+5
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-271-0/+1
* Don't call constructor() from pickle().Jeremy Hylton2003-06-261-3/+3
* Portion of SF patch #761104. Fixes a minor docstring error.Raymond Hettinger2003-06-261-4/+3
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-261-1/+6
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-242-0/+10