summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, dueTim Peters2006-04-101-1/+1
* Whitespace normalization.Tim Peters2006-04-102-21/+21
* Patch #837242: id() for large ptr should return a long.Martin v. Löwis2006-04-103-4/+18
* 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
* SF Patch #1463867: Improved generator finalization to allow generatorsPhillip J. Eby2006-04-104-1/+29
* Patch #1467770: Add Popen objects to _active only in __del__.Martin v. Löwis2006-04-102-10/+29
* Patch #1441452: Add more AST nodes.Martin v. Löwis2006-04-101-15/+236
* Patch #1429775: Link Python modules to libpython on linux ifMartin v. Löwis2006-04-103-4/+26
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-103-11/+117
* Fix warning about ptsname not being a prototype on Solaris. Is this prototyp...Neal Norwitz2006-04-101-1/+1
* Use PyObject_* allocator since FutureFeatures is smallNeal Norwitz2006-04-102-3/+3
* SF patch #1467512, fix double free with triple quoted string in standard build.Neal Norwitz2006-04-109-37/+45
* Get rid of warnings about using chars as subscriptsNeal Norwitz2006-04-102-3/+3
* Fix some warnings on HP-UX when using cc/aCCNeal Norwitz2006-04-104-10/+11
* I wonder if we can be too graceful? One oughta be enough. :-)Neal Norwitz2006-04-101-2/+1
* Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c)Anthony Baxter2006-04-097-8/+17
* 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 problem (not checking return result) reported by CoverityNeal Norwitz2006-04-091-1/+4
* 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-093-1/+11
* test_timeout(): This test was added during Bug Day, but disabledTim Peters2006-04-081-20/+36
* Define WIN32, to get proper struct alignment in WinSock2.h.Martin v. Löwis2006-04-081-2/+2
* Fix bsddb.db.DBError derived exceptions so they can be unpickled.Gregory P. Smith2006-04-084-6/+100
* Don't try to build ctypes when configuration of libffi fails.Thomas Heller2006-04-071-2/+4
* Configure Modules/_ctypes/libffi just before building the _ctypes extension.Thomas Heller2006-04-071-2/+13
* Fix a few XXX markersAndrew M. Kuchling2006-04-071-8/+7
* Adjust compileall -x option to Makefile.pre.in. Fixes #1465093.Martin v. Löwis2006-04-071-1/+1
* Regenerate.Martin v. Löwis2006-04-071-1/+1
* missing 'self' from TextCalendar.prweek.Anthony Baxter2006-04-071-1/+1
* minor error in uudecode main error handlingAnthony Baxter2006-04-071-1/+1
* Patch #1462080: Conditionalize some NETLINK defines.Martin v. Löwis2006-04-061-0/+11
* Whitespace normalization.Tim Peters2006-04-061-2/+2
* Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.Thomas Heller2006-04-063-12/+15
* Fix unfinished paragraph; markup fixAndrew M. Kuchling2006-04-061-4/+6
* Expand the PEP 353 section; various smaller changesAndrew M. Kuchling2006-04-061-14/+64
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* Bug #1465619: rot13 codec decodes to a Unicode string.Georg Brandl2006-04-061-1/+1
* Bug #1465600: note encoding issue in ZipFile.write().Georg Brandl2006-04-061-4/+11
* Replace a few more 'char' types with 'signed char', to fix test failuresThomas Heller2006-04-061-5/+5
* This change shouldn't have any functional effect. Coverity wasNeal Norwitz2006-04-061-1/+1
* Fix unchecked return result from Coverity.Neal Norwitz2006-04-061-0/+2
* Remove dead code (reported by HP compiler).Neal Norwitz2006-04-061-8/+5
* Handle ssize_tNeal Norwitz2006-04-061-2/+2
* Handle error conditions from PyString_ConcatAndDel().Neal Norwitz2006-04-061-1/+6
* Handle ssize_tNeal Norwitz2006-04-061-3/+4