index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
os.access now returns True on Windows for any existing directory.
Martin v. Löwis
2007-12-03
1
-2/+5
*
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
Gerhard Häring
2007-11-25
2
-4/+14
*
Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
Christian Heimes
2007-11-21
1
-2/+3
*
* fix failing test_recno.py - backport from trunk.
Gregory P. Smith
2007-11-07
1
-1/+1
*
Backport r58757, r58758, r58759.
Gregory P. Smith
2007-11-01
1
-1/+3
*
Silence a compiler warning about a function definition not being a prototype.
Brett Cannon
2007-10-12
1
-1/+1
*
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
Thomas Heller
2007-10-12
1
-6/+10
*
Backport 58385 from trunk: fix a double free bug in the _bsddb module
Gregory P. Smith
2007-10-09
1
-1/+13
*
Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.
Gregory P. Smith
2007-10-06
1
-1/+7
*
Backport 58332: Fix Coverity #159.
Neal Norwitz
2007-10-05
1
-1/+1
*
issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.
Sean Reifscheider
2007-09-17
1
-17/+8
*
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
Sean Reifscheider
2007-09-17
1
-23/+17
*
Backport of r58004.
Armin Rigo
2007-09-06
1
-2/+14
*
Patch #786737: Allow building in a tree of symlinks pointing to
Martin v. Löwis
2007-09-05
1
-1/+1
*
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
Matthias Klose
2007-09-04
2
-2/+2
*
Fix compilation warning.
Georg Brandl
2007-08-08
1
-1/+1
*
Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...
Georg Brandl
2007-08-08
1
-2/+5
*
Backport from trunk r56727:
Hye-Shik Chang
2007-08-04
1
-0/+1
*
Bug #1704793: Raise KeyError if unicodedata.lookup cannot
Martin v. Löwis
2007-07-28
1
-1/+11
*
PyType_stgdict() returns a borrowed reference which must not be
Thomas Heller
2007-07-13
1
-2/+0
*
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
Thomas Heller
2007-07-13
2
-2/+2
*
Merged revisions 55896 via svnmerge from
Thomas Heller
2007-06-15
2
-13/+17
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-3/+27
*
Merged revisions 55129-55131 via svnmerge from
Thomas Heller
2007-06-08
2
-11/+17
*
backport change 55821 to release25-maint
Kristján Valur Jónsson
2007-06-07
1
-2/+9
*
Backport rev. 55783:
Georg Brandl
2007-06-05
1
-0/+1
*
(Backport from r55770)
Hye-Shik Chang
2007-06-05
1
-1/+5
*
Backout the original 'fix' to 1721309 which had no effect.
Neal Norwitz
2007-05-20
1
-5/+9
*
Backport rev 55452:
Neal Norwitz
2007-05-19
1
-1/+1
*
Backport rev 55450:
Neal Norwitz
2007-05-19
1
-0/+1
*
Backport checkin:
Walter Dörwald
2007-05-09
1
-1/+1
*
Backport r55070: Stop using PyMem_FREE while the GIL is not held.
Neal Norwitz
2007-05-09
1
-1/+1
*
Merge change 54982 from the trunk. This fixes the test_subprocess test in th...
Kristján Valur Jónsson
2007-05-07
1
-6/+14
*
Fix two problems that emerged when the testsuite was run with an x64 build: ...
Kristján Valur Jónsson
2007-05-07
1
-2/+2
*
Merged revisions 55027 via svnmerge from
Thomas Heller
2007-05-02
1
-3/+11
*
Merging of change 55024 from the truk to release25-maint branch.
Kristján Valur Jónsson
2007-05-02
2
-7/+6
*
Merged revisions 55025 via svnmerge from
Thomas Heller
2007-04-30
3
-3/+15
*
Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch
Kristján Valur Jónsson
2007-04-22
1
-6/+8
*
Fix various minor issues discovered with static analysis using Visual Studio ...
Kristján Valur Jónsson
2007-04-21
5
-18/+35
*
Fix unpack so it works on 64-bit platforms.
v2.5.1c1
Neal Norwitz
2007-04-05
1
-1/+1
*
Fix-up error-exits on struct_unpack().
Raymond Hettinger
2007-04-04
1
-13/+17
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-04
1
-3/+17
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
1
-34/+66
*
- Fix an off-by-one bug in locale.strxfrm().
Matthias Klose
2007-04-03
1
-1/+1
*
Array module's buffer interface can now handle empty arrays.
Raymond Hettinger
2007-04-02
1
-0/+6
*
SF #1693079 Array module cannot pickle empty arrays
Raymond Hettinger
2007-04-02
1
-6/+13
*
Backport 54594:
Neal Norwitz
2007-03-31
1
-5/+12
*
In Windows' time.clock(), when QueryPerformanceFrequency() fails,
Georg Brandl
2007-03-29
1
-1/+2
*
Prevent creation (followed by a segfault) of array types when the size
Thomas Heller
2007-03-23
1
-3/+20
*
Explain the purpose of the b_needsfree flag. This answers Neals
Thomas Heller
2007-03-22
1
-1/+6
[prev]
[next]