summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==Brett Cannon2003-07-032-7/+8
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-022-3/+9
* Fix and test for bug #764548:Just van Rossum2003-07-023-7/+17
* fixed typo in commentJust van Rossum2003-07-021-1/+1
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-011-2/+4
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* Make the classes exposed by threading.py new-style classes. This isTim Peters2003-07-011-3/+7
* Resolved minor XXX question in the obvious way.Tim Peters2003-07-011-1/+1
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-012-3/+20
* connector(): You can't use an empty string as an argument to connect()Tim Peters2003-07-011-1/+1
* Fix SF bug #763770, test_socket_ssl crashNeal Norwitz2003-07-011-2/+2
* Test Brett's addition of __all__ to Queue.Raymond Hettinger2003-07-011-0/+1
* Add __all__ .Brett Cannon2003-07-011-0/+2
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
* 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