summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add a test for Py_ssize_t. Correct typo in getargs.c.Georg Brandl2006-04-131-1/+18
* test_compile can be really long if we are using -u compiler.Neal Norwitz2006-04-131-2/+11
* Remove tests that no longer leak. There is still one leaking generator testNeal Norwitz2006-04-133-30/+19
* tty isn't supported on all boxes.Tim Peters2006-04-131-1/+6
* reverting r45321: Patch #860326: traceback.format_exception_only() nowAnthony Baxter2006-04-132-26/+1
* Patch #860326: traceback.format_exception_only() now prepends theGeorg Brandl2006-04-122-1/+26
* Fixes bug #1117761Gregory P. Smith2006-04-122-8/+10
* Closes bug #1149413Gregory P. Smith2006-04-122-2/+9
* Fix for a bug found by Armin Rigo, plus test.Thomas Heller2006-04-121-0/+12
* Patch #1468808: don't complain if Tkinter is already deleted at the time Font...Georg Brandl2006-04-121-1/+3
* Update test_sundry. Many modules have now tests, butGeorg Brandl2006-04-121-36/+12
* 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