summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-059-30/+23
* docstring tweakFredrik Lundh2006-04-041-1/+1
* SF Bug #1448488 - make collectionsmodule build on Cygwin, using the sameAnthony Baxter2006-04-041-2/+6
* Fix a couple of memory issuesNeal Norwitz2006-04-041-3/+3
* Update to pysqlite 2.2.0Anthony Baxter2006-04-0412-129/+416
* Properly support empty woperation in win32_startfile;Martin v. Löwis2006-04-031-9/+12
* Try to fix the build on Mac OS X 10.3. The 'live_support' segmentThomas Heller2006-04-031-1/+1
* - add missing chunk for patch #1117961Matthias Klose2006-04-031-2/+2
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-034-344/+465
* Try to fix the tests on OpenBSD. Apparently OpenBSD passesThomas Heller2006-04-031-2/+2
* Bug #1451503: allow unicode filenames in os.startfile().Georg Brandl2006-04-031-0/+35
* Whitespace: break long lineNeal Norwitz2006-04-031-1/+2
* Make ssize_t cleanNeal Norwitz2006-04-014-6/+6
* backport r243 from the pysqlite2 svn repository - lowers the required versionAnthony Baxter2006-04-013-126/+151
* Patch #1459631: documnent zlib.Decompress.flush() length parameter.Georg Brandl2006-04-011-1/+3
* Bug #1460564: document that socket.fromfd() duplicates the givenGeorg Brandl2006-04-011-2/+3
* merged the sqlite-integration branch.Anthony Baxter2006-04-0122-0/+4142
* In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 ifThomas Wouters2006-03-311-1/+1
* Add guards against fcntl() not being available on Windows.Georg Brandl2006-03-311-0/+4
* bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.Georg Brandl2006-03-311-2/+13
* Patch #1380952: fix SSL objects timing out on consecutive read()sGeorg Brandl2006-03-311-8/+15
* Remove unnecessary casts from type object initializers.Georg Brandl2006-03-303-35/+35
* Try to build _ctypes on x86 openbsd.Thomas Heller2006-03-302-0/+2
* In format strings slinging Py_ssize_t, unconditionallyTim Peters2006-03-281-22/+9
* Try to get rid of a Coverity warning by consistently using origpending.Neal Norwitz2006-03-281-1/+1
* Make itertools.tee and its internal teedataobject participate in GC. ThisThomas Wouters2006-03-271-19/+71
* Fix reference leaks introduced by the recent incremental codecHye-Shik Chang2006-03-272-41/+52
* Years in the making.Tim Peters2006-03-261-5/+5
* Utilize %zd for Py_ssize_t formatting instead of casting to long.Hye-Shik Chang2006-03-261-4/+4
* Allow long objects as a position value of error callbacks returned.Hye-Shik Chang2006-03-261-8/+12
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-263-316/+826
* Try to fix broken compile on openbsd.Neal Norwitz2006-03-261-4/+4
* Fix some int/Py_ssize_t issues which led to compiler warningsThomas Heller2006-03-221-6/+6
* Include <malloc.h> on windows, to avoid warnings when compiling with mingw.Thomas Heller2006-03-224-45/+52
* Try to repair at least one segfault on the Mac buildbot,Tim Peters2006-03-211-12/+42
* Avoid a potential double-free bug.Thomas Heller2006-03-202-2/+3
* Apply patch from Martin v. Loewis: Avoid function pointer casts.Thomas Heller2006-03-202-34/+34
* Damn Coverity. I can't even sneak in a leak any more. :-)Neal Norwitz2006-03-201-1/+1
* Fix another bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Fix bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-201-46/+104
* The helper is only necessary for wait3/4.Neal Norwitz2006-03-201-0/+2
* Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the codeNeal Norwitz2006-03-201-143/+47
* Make some functions static, reformat function decl to be consistent and check...Neal Norwitz2006-03-201-7/+10
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-201-0/+128
* replace use of int16_t with a (typedef'd) short, to fix Windows buildbots.Anthony Baxter2006-03-201-1199/+1201
* SF [ 1231053 ] audioop - alaw encoding/decoding added, code updatedAnthony Baxter2006-03-201-91/+305
* SF #1445431, fix some leaks in error conditions.Neal Norwitz2006-03-202-13/+19
* Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace()Neal Norwitz2006-03-201-4/+9
* Use macro versions instead of function versions when we already know the type.Neal Norwitz2006-03-201-1/+1