summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* os.access now returns True on Windows for any existing directory.Martin v. Löwis2007-12-031-2/+5
* - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where aGerhard Häring2007-11-252-4/+14
* Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-211-2/+3
* * fix failing test_recno.py - backport from trunk.Gregory P. Smith2007-11-071-1/+1
* Backport r58757, r58758, r58759.Gregory P. Smith2007-11-011-1/+3
* Silence a compiler warning about a function definition not being a prototype.Brett Cannon2007-10-121-1/+1
* Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.Thomas Heller2007-10-121-6/+10
* Backport 58385 from trunk: fix a double free bug in the _bsddb moduleGregory P. Smith2007-10-091-1/+13
* Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.Gregory P. Smith2007-10-061-1/+7
* Backport 58332: Fix Coverity #159.Neal Norwitz2007-10-051-1/+1
* issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.Sean Reifscheider2007-09-171-17/+8
* issue1597011: Fix for bz2 module corner-case error due to error checking bug.Sean Reifscheider2007-09-171-23/+17
* Backport of r58004.Armin Rigo2007-09-061-2/+14
* Patch #786737: Allow building in a tree of symlinks pointing toMartin v. Löwis2007-09-051-1/+1
* - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.Matthias Klose2007-09-042-2/+2
* Fix compilation warning.Georg Brandl2007-08-081-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-2/+5
* Backport from trunk r56727:Hye-Shik Chang2007-08-041-0/+1
* Bug #1704793: Raise KeyError if unicodedata.lookup cannotMartin v. Löwis2007-07-281-1/+11
* PyType_stgdict() returns a borrowed reference which must not beThomas Heller2007-07-131-2/+0
* Fix for SF# 1649098: avoid zero-sized array declaration in structure.Thomas Heller2007-07-132-2/+2
* Merged revisions 55896 via svnmerge fromThomas Heller2007-06-152-13/+17
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-3/+27
* Merged revisions 55129-55131 via svnmerge fromThomas Heller2007-06-082-11/+17
* backport change 55821 to release25-maintKristján Valur Jónsson2007-06-071-2/+9
* Backport rev. 55783:Georg Brandl2007-06-051-0/+1
* (Backport from r55770)Hye-Shik Chang2007-06-051-1/+5
* Backout the original 'fix' to 1721309 which had no effect.Neal Norwitz2007-05-201-5/+9
* Backport rev 55452:Neal Norwitz2007-05-191-1/+1
* Backport rev 55450:Neal Norwitz2007-05-191-0/+1
* Backport checkin:Walter Dörwald2007-05-091-1/+1
* Backport r55070: Stop using PyMem_FREE while the GIL is not held.Neal Norwitz2007-05-091-1/+1
* Merge change 54982 from the trunk. This fixes the test_subprocess test in th...Kristján Valur Jónsson2007-05-071-6/+14
* Fix two problems that emerged when the testsuite was run with an x64 build: ...Kristján Valur Jónsson2007-05-071-2/+2
* Merged revisions 55027 via svnmerge fromThomas Heller2007-05-021-3/+11
* Merging of change 55024 from the truk to release25-maint branch.Kristján Valur Jónsson2007-05-022-7/+6
* Merged revisions 55025 via svnmerge fromThomas Heller2007-04-303-3/+15
* Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branchKristján Valur Jónsson2007-04-221-6/+8
* Fix various minor issues discovered with static analysis using Visual Studio ...Kristján Valur Jónsson2007-04-215-18/+35
* Fix unpack so it works on 64-bit platforms.v2.5.1c1Neal Norwitz2007-04-051-1/+1
* Fix-up error-exits on struct_unpack().Raymond Hettinger2007-04-041-13/+17
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-3/+17
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-34/+66
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-031-1/+1
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+6
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-6/+13
* Backport 54594:Neal Norwitz2007-03-311-5/+12
* In Windows' time.clock(), when QueryPerformanceFrequency() fails,Georg Brandl2007-03-291-1/+2
* Prevent creation (followed by a segfault) of array types when the sizeThomas Heller2007-03-231-3/+20
* Explain the purpose of the b_needsfree flag. This answers NealsThomas Heller2007-03-221-1/+6