summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl.Anthony Baxter2006-04-121-2/+6
* Patch #1463288: use a context manager to temporarily switch locales.Walter Dörwald2006-04-122-30/+164
* Add another little test to make sure we roundtrip multiple list comp ifs ok.Neal Norwitz2006-04-121-0/+4
* Part two of the fix for SF bug #1466641: Regenerate graminit.c and add testThomas Wouters2006-04-121-0/+5
* StreamHandler now checks explicitly for None before using sys.stderr as the s...Vinay Sajip2006-04-111-1/+1
* Adjust whitespace.Neal Norwitz2006-04-112-4/+4
* Add whitespace after commaNeal Norwitz2006-04-111-1/+1
* Try to repair what may be the last new test failure on theTim Peters2006-04-111-1/+15
* subclasspropagation(): Squash two more bogus hash(x) == id(x)Tim Peters2006-04-111-2/+2
* Whitespace normalization.Tim Peters2006-04-112-4/+4
* specials(): squash another incorrect hash(x) == id(x)Tim Peters2006-04-111-1/+6
* Updated the warnings, linecache, inspect, traceback, site, and doctest modulesPhillip J. Eby2006-04-117-27/+142
* Huh. This belonged with the last checkin -- no idea why svnTim Peters2006-04-111-1/+0
* Try to repair more new buildbot failures in "x86 OpenBSD trunk", dueTim Peters2006-04-111-1/+1
* Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot,Tim Peters2006-04-101-1/+1
* Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, dueTim Peters2006-04-101-1/+1
* Whitespace normalization.Tim Peters2006-04-101-2/+2
* DecimalContextTestCase: this permanently changed theTim Peters2006-04-101-9/+13
* test_contextlib wasn't actually being run by regrtest.py. Or more precisely,Phillip J. Eby2006-04-101-1/+9
* Minor clarity edit to contextlib per Guido's request.Phillip J. Eby2006-04-101-2/+2
* Patch #1467770: Add Popen objects to _active only in __del__.Martin v. Löwis2006-04-101-10/+26
* Patch #1429775: Link Python modules to libpython on linux ifMartin v. Löwis2006-04-102-4/+24
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-11/+87
* Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)Anthony Baxter2006-04-092-1/+1
* Patch #1466993: remove wrong comment in socket.pyGeorg Brandl2006-04-091-8/+0
* Fix tests so they pass in -R modeNeal Norwitz2006-04-093-7/+18
* Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var)Neal Norwitz2006-04-091-0/+7
* Convert test_compare to use unittest. Hopefully we can find outNeal Norwitz2006-04-092-124/+28
* Fix a couple of strings that were no-ops. urllib.open_file was a docstringNeal Norwitz2006-04-092-2/+2
* glob('anything*/') would fail because isdir is in os.path, not os.Neal Norwitz2006-04-092-1/+9
* test_timeout(): This test was added during Bug Day, but disabledTim Peters2006-04-081-20/+36
* Fix bsddb.db.DBError derived exceptions so they can be unpickled.Gregory P. Smith2006-04-082-0/+76
* missing 'self' from TextCalendar.prweek.Anthony Baxter2006-04-071-1/+1
* minor error in uudecode main error handlingAnthony Baxter2006-04-071-1/+1
* Whitespace normalization.Tim Peters2006-04-061-2/+2
* Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.Thomas Heller2006-04-062-10/+3
* Hopefully this makes test_urllib2 have inconsistent leak resultsNeal Norwitz2006-04-061-1/+2
* Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)Anthony Baxter2006-04-062-156/+166
* In some environments (under screen, in a chroot) curses doesn't supportAnthony Baxter2006-04-061-5/+7
* remove more cruft no longer neededFred Drake2006-04-061-4/+2
* remove much of the Python-version compatibility cruft; the minimum PythonFred Drake2006-04-064-141/+64
* One test still fails on the ia64 debian box.Thomas Heller2006-04-051-1/+1
* Use 'ldd' to find the libc library to load. Based on an idea from Matthias K...Thomas Heller2006-04-051-40/+40
* whitespace normalisationAnthony Baxter2006-04-051-1/+1
* no-one but windows should expect startfile to workAnthony Baxter2006-04-051-0/+14
* we need os.path too for the normal run on windowsv2.5a1Neal Norwitz2006-04-041-3/+3
* Change the import statement so that the test is skipped whenThomas Heller2006-04-041-7/+8
* Add a simple test for os.startfile().Thomas Heller2006-04-042-0/+37
* Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always atThomas Wouters2006-04-041-6/+1
* Fix __import__("") to raise ValueError rather than return None.Thomas Wouters2006-04-041-0/+1