summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbmAndrew MacIntyre2003-07-111-2/+5
* [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSXJust van Rossum2003-07-111-1/+5
* __setitem__: Use integer division for computing # of blocks.Tim Peters2003-07-111-2/+2
* Added a new randomized test.Tim Peters2003-07-111-0/+28
* Fixed a bug that's been there from the beginning but wasn't noticedJust van Rossum2003-07-101-3/+3
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
* Fix wrong header name. The framework looks for auth_header.Jeremy Hylton2003-07-101-8/+10
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-102-4/+78
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-0910-16/+14
* fix to work on python <= 2.1Gregory P. Smith2003-07-091-2/+2
* bugfix: proper import bsddb exists belowGregory P. Smith2003-07-091-1/+0
* bsddb 4.1.6:Gregory P. Smith2003-07-095-10/+174
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-082-14/+35
* Use Boolean values for the capturestderr flag.Fred Drake2003-07-071-3/+3
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-071-9/+4
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-2/+4
* #765903:Just van Rossum2003-07-041-5/+22
* If a --python option is used to specify the Python to use in the #!Jack Jansen2003-07-041-1/+4
* 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