summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the bitfield test when _ctypes is compiled with MingW. StructuresThomas Heller2006-07-051-2/+2
* Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a numberRonald Oussoren2006-07-042-84/+116
* Fix build problems with the platform SDK on windows. It is not sufficient to...Kristján Valur Jónsson2006-07-031-1/+1
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-0/+14
* Fixes so that _ctypes can be compiled with the MingW compiler.Thomas Heller2006-07-032-6/+4
* Cleanup: Remove commented out code.Thomas Heller2006-07-031-22/+1
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-1/+1
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-022-3/+4
* SF bug #1296433 (Expat bug #1515266): Unchecked calls to character dataFred Drake2006-07-011-0/+2
* Remove now-unused fidding with PY_FORMAT_SIZE_T.Tim Peters2006-06-301-4/+0
* Revert the use of PY_FORMAT_SIZE_T in PyErr_Format.Thomas Heller2006-06-301-1/+5
* Silence compiler warningNeal Norwitz2006-06-301-1/+6
* Protect the thread api calls in the _ctypes extension module withinThomas Heller2006-06-293-1/+22
* Fix bug #1512695: cPickle.loads could crash if it was interrupted withNeal Norwitz2006-06-281-2/+6
* [ 1295808 ] expat symbols should be namespaced in pyexpatv2.5b1Trent Mick2006-06-192-0/+128
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-1911-308/+363
* Fixed a memory leak that was introduced with incorrect usage of the Python weakGerhard Häring2006-06-192-2/+2
* Patch #1506645: add Python wrappers for the curses functionsWalter Dörwald2006-06-191-1/+66
* Fix memory leak reported by valgrind while running test_subprocessNeal Norwitz2006-06-171-0/+2