| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Typo repair. | Tim Peters | 2006-04-11 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-11 | 2 | -4/+4 |
|
|
* | More words on patch #837242, since 4 or 5 tests started | Tim Peters | 2006-04-11 | 1 | -8/+19 |
|
|
* | Add notes to NEWS for other work today. | Phillip J. Eby | 2006-04-11 | 1 | -0/+10 |
|
|
* | specials(): squash another incorrect hash(x) == id(x) | Tim Peters | 2006-04-11 | 1 | -1/+6 |
|
|
* | Forgot to mark up a PEP reference | Phillip J. Eby | 2006-04-11 | 1 | -1/+1 |
|
|
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 10 | -30/+159 |
|
|
* | Huh. This belonged with the last checkin -- no idea why svn | Tim Peters | 2006-04-11 | 1 | -1/+0 |
|
|
* | Try to repair more new buildbot failures in "x86 OpenBSD trunk", due | Tim Peters | 2006-04-11 | 1 | -1/+1 |
|
|
* | Write part of ElementTree section | Andrew M. Kuchling | 2006-04-10 | 1 | -8/+75 |
|
|
* | Give SQLite examples | Andrew M. Kuchling | 2006-04-10 | 1 | -7/+102 |
|
|
* | Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, | Tim Peters | 2006-04-10 | 1 | -1/+1 |
|
|
* | Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due | Tim Peters | 2006-04-10 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-10 | 2 | -21/+21 |
|
|
* | Patch #837242: id() for large ptr should return a long. | Martin v. Löwis | 2006-04-10 | 3 | -4/+18 |
|
|
* | DecimalContextTestCase: this permanently changed the | Tim Peters | 2006-04-10 | 1 | -9/+13 |
|
|
* | test_contextlib wasn't actually being run by regrtest.py. Or more precisely, | Phillip J. Eby | 2006-04-10 | 1 | -1/+9 |
|
|
* | Minor clarity edit to contextlib per Guido's request. | Phillip J. Eby | 2006-04-10 | 1 | -2/+2 |
|
|
* | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 4 | -1/+29 |
|
|
* | Patch #1467770: Add Popen objects to _active only in __del__. | Martin v. Löwis | 2006-04-10 | 2 | -10/+29 |
|
|
* | Patch #1441452: Add more AST nodes. | Martin v. Löwis | 2006-04-10 | 1 | -15/+236 |
|
|
* | Patch #1429775: Link Python modules to libpython on linux if | Martin v. Löwis | 2006-04-10 | 3 | -4/+26 |
|
|
* | Patch #1462222: Fix Tix.Grid. Closes #1036406. | Martin v. Löwis | 2006-04-10 | 3 | -11/+117 |
|
|
* | Fix warning about ptsname not being a prototype on Solaris. Is this prototyp... | Neal Norwitz | 2006-04-10 | 1 | -1/+1 |
|
|
* | Use PyObject_* allocator since FutureFeatures is small | Neal Norwitz | 2006-04-10 | 2 | -3/+3 |
|
|
* | SF patch #1467512, fix double free with triple quoted string in standard build. | Neal Norwitz | 2006-04-10 | 9 | -37/+45 |
|
|
* | Get rid of warnings about using chars as subscripts | Neal Norwitz | 2006-04-10 | 2 | -3/+3 |
|
|
* | Fix some warnings on HP-UX when using cc/aCC | Neal Norwitz | 2006-04-10 | 4 | -10/+11 |
|
|
* | I wonder if we can be too graceful? One oughta be enough. :-) | Neal Norwitz | 2006-04-10 | 1 | -2/+1 |
|
|
* | Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) | Anthony Baxter | 2006-04-09 | 7 | -8/+17 |
|
|
* | Patch #1466993: remove wrong comment in socket.py | Georg Brandl | 2006-04-09 | 1 | -8/+0 |
|
|
* | Fix tests so they pass in -R mode | Neal Norwitz | 2006-04-09 | 3 | -7/+18 |
|
|
* | Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) | Neal Norwitz | 2006-04-09 | 1 | -0/+7 |
|
|
* | Convert test_compare to use unittest. Hopefully we can find out | Neal Norwitz | 2006-04-09 | 2 | -124/+28 |
|
|
* | Fix problem (not checking return result) reported by Coverity | Neal Norwitz | 2006-04-09 | 1 | -1/+4 |
|
|
* | Fix a couple of strings that were no-ops. urllib.open_file was a docstring | Neal Norwitz | 2006-04-09 | 2 | -2/+2 |
|
|
* | glob('anything*/') would fail because isdir is in os.path, not os. | Neal Norwitz | 2006-04-09 | 3 | -1/+11 |
|
|
* | test_timeout(): This test was added during Bug Day, but disabled | Tim Peters | 2006-04-08 | 1 | -20/+36 |
|
|
* | Define WIN32, to get proper struct alignment in WinSock2.h. | Martin v. Löwis | 2006-04-08 | 1 | -2/+2 |
|
|
* | Fix bsddb.db.DBError derived exceptions so they can be unpickled. | Gregory P. Smith | 2006-04-08 | 4 | -6/+100 |
|
|
* | Don't try to build ctypes when configuration of libffi fails. | Thomas Heller | 2006-04-07 | 1 | -2/+4 |
|
|
* | Configure Modules/_ctypes/libffi just before building the _ctypes extension. | Thomas Heller | 2006-04-07 | 1 | -2/+13 |
|
|
* | Fix a few XXX markers | Andrew M. Kuchling | 2006-04-07 | 1 | -8/+7 |
|
|
* | Adjust compileall -x option to Makefile.pre.in. Fixes #1465093. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 |
|
|
* | missing 'self' from TextCalendar.prweek. | Anthony Baxter | 2006-04-07 | 1 | -1/+1 |
|
|
* | minor error in uudecode main error handling | Anthony Baxter | 2006-04-07 | 1 | -1/+1 |
|
|
* | Patch #1462080: Conditionalize some NETLINK defines. | Martin v. Löwis | 2006-04-06 | 1 | -0/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-06 | 1 | -2/+2 |
|
|
* | Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. | Thomas Heller | 2006-04-06 | 3 | -12/+15 |
|
|