summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Speculative checkin (requires approval of Gerhard Haering)Neal Norwitz2006-06-151-0/+2
* - Added version checks in C code to make sure we don't trigger bugs in olderGerhard Häring2006-06-141-4/+15
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-5/+10
* Merged changes from external pysqlite 2.3.0 release. Documentation updates willGerhard Häring2006-06-134-58/+266
* Remove unused variable.Brett Cannon2006-06-131-1/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+58
* Add pep-291 compatibility markers.Thomas Heller2006-06-129-2/+37
* Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...Kristján Valur Jónsson2006-06-121-0/+8
* Make the -m switch conform to the documentation of sys.path by behaving like ...Nick Coghlan2006-06-121-2/+3
* I don't know how that happend, but the entire file contents wasThomas Heller2006-06-121-195/+0
* Get rid of function pointer cast.Martin v. Löwis2006-06-121-3/+3
* Patch #1503046, Conditional compilation of zlib.(de)compressobj.copyNeal Norwitz2006-06-121-0/+6
* Impl ssize_tNeal Norwitz2006-06-122-105/+110
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-123-9/+10
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-121-5/+6
* Cleanup Py_ssize_t a little (get rid of second #ifdef)Neal Norwitz2006-06-121-5/+2
* Release the GIL during COM method calls, to avoid deadlocks inThomas Heller2006-06-111-3/+10
* Wrap some long linesNeal Norwitz2006-06-111-15/+10
* Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.Neal Norwitz2006-06-111-4/+2
* Handle failure of PyMem_Realloc.Thomas Heller2006-06-101-1/+4
* Don't use C++ comment.Thomas Heller2006-06-101-1/+1
* Fix the second occurrence of the problematic printf format.Thomas Heller2006-06-101-5/+1
* Fix a wrong printf format.Thomas Heller2006-06-101-6/+1
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-106-284/+496
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-108-6/+32
* Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005.Kristján Valur Jónsson2006-06-091-0/+2
* Buffer objects would return the read or write buffer for a wrapped object whenBrett Cannon2006-06-081-0/+1
* Make binascii.hexlify() use s# for its arguments instead of t# to actuallyBrett Cannon2006-06-081-1/+1
* Fix a refleak in recvfrom_intoNeal Norwitz2006-06-081-1/+1
* Fix for foreign functions returning small structures on 64-bit bigThomas Heller2006-06-071-1/+3