summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Bug #1535081: A leading underscore has been added to the names ofGeorg Brandl2006-08-061-5/+8
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-0/+60
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-041-0/+9
* Correction of patch #1455898: In the mbcs decoder, set final=FalseMartin v. Löwis2006-08-021-1/+1
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-18/+36
* v is already checked for NULL, so just DECREF itNeal Norwitz2006-08-021-1/+1
* _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.Neal Norwitz2006-08-021-3/+3
* Prevent memory leak on error.Neal Norwitz2006-08-021-1/+1
* Speed up PyType_stgdict and PyObject_stgdict.Thomas Heller2006-08-011-2/+11
* Minimal useful docstring for CopyComPointer.Thomas Heller2006-08-011-1/+1
* Fix a potential segfault and various potentail refcount leaksThomas Heller2006-08-011-15/+13
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-301-4/+6
* Tweak wordingAndrew M. Kuchling2006-07-291-1/+1
* Patch #1529514: More openbsd platforms for ctypes.Thomas Heller2006-07-282-84/+58
* Remove a useless XXX comment.Thomas Heller2006-07-281-7/+7
* Fix spelling.Georg Brandl2006-07-284-4/+4
* Allow socketmodule to compile on NetBSD -current, whose bluetooth APIMatt Fleming2006-07-281-0/+8
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-3/+3
* defdict_reduce(): Plug leaks.Tim Peters2006-07-281-10/+11
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-272-0/+98
* No functional change. Add comment and assert to describe why there cannot be...Neal Norwitz2006-07-271-2/+9
* Correct error messageAndrew M. Kuchling2006-07-261-1/+1
* [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ...Andrew M. Kuchling2006-07-261-2/+5
* Part of bug #1523610: fix miscalculation of buffer length.Georg Brandl2006-07-261-0/+11
* Bug #1524310: Properly report errors from FindNextFile in os.listdir.Martin v. Löwis2006-07-241-0/+17
* Ensure we don't write beyond errText. I think I got this right, butNeal Norwitz2006-07-231-10/+19
* nextlink can be NULL if teedataobject_new fails, so use XINCREF.Neal Norwitz2006-07-231-2/+8
* Fix memory leaks spotted by Klocwork #37.Neal Norwitz2006-07-231-2/+2
* Check the allocation of b_objects and return if there was a failure.Neal Norwitz2006-07-231-2/+11
* Fix more memory allocation issues found with failmalloc.Neal Norwitz2006-07-222-12/+29
* Remove an XXX marker in a comment.Brett Cannon2006-07-211-1/+1
* Make sure the _ctypes extension can be compiled when WITH_THREAD isThomas Heller2006-07-192-0/+6
* Fix bug #1520914. Starting in 2.4, time.strftime() began to check the boundsBrett Cannon2006-07-181-4/+28
* Fix memory leaks in some conditions.Neal Norwitz2006-07-161-9/+11
* proto was dereffed above and is known to be good. No need for X.Neal Norwitz2006-07-161-1/+1
* self is dereffed (and passed as first arg), so it's known to be good.Neal Norwitz2006-07-161-2/+2
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-141-10/+8
* Make the prototypes of our private PyUnicode_FromWideChar andThomas Heller2006-07-142-5/+6
* A misspelled preprocessor symbol caused ctypes to be always compiledThomas Heller2006-07-133-11/+11
* Accept long options "--help" and "--version".Georg Brandl2006-07-121-3/+4
* Fix function name in error msgNeal Norwitz2006-07-121-1/+1
* Change the ctypes version number to 1.0.0.Thomas Heller2006-07-111-1/+1
* #1494314: Fix a regression with high-numbered sockets in 2.4.3. ThisAnthony Baxter2006-07-112-17/+72
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-1/+1
* Fixed a segfault when ctypes.wintypes were imported onThomas Heller2006-07-101-2/+9
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-8/+19
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-108-63/+152
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-3/+2
* Revert the change done in svn revision 47206:Thomas Heller2006-07-061-14/+0
* - back out Expat change; the final fix to Expat will be differentFred Drake2006-07-062-3/+31