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
*
Backport 52503:
Neal Norwitz
2006-10-28
1
-0/+3
*
Backport 52501:
Neal Norwitz
2006-10-28
1
-0/+1
*
Get DBL_MAX from float.h not values.h.
Martin v. Löwis
2006-10-27
1
-3/+1
*
Check for values.h.
Martin v. Löwis
2006-10-27
1
-0/+2
*
[Backport of r52452]
Martin v. Löwis
2006-10-27
1
-8/+121
*
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
Martin v. Löwis
2006-10-22
1
-0/+4
*
C:\Code\python>type c.txt
Tim Peters
2006-10-18
1
-1/+1
*
ctypes callback functions only support 'fundamental' result types.
Thomas Heller
2006-10-17
1
-2/+5
*
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Martin v. Löwis
2006-10-15
1
-2/+103
*
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
Georg Brandl
2006-10-12
1
-4/+2
*
Bug #1565150: Fix subsecond processing for os.utime on Windows.
Martin v. Löwis
2006-10-09
1
-3/+3
*
List gc.get_count() in the module docstring.
Barry Warsaw
2006-10-09
1
-0/+1
*
Backport from trunk r52223:
Hye-Shik Chang
2006-10-08
1
-14/+22
*
Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the...
Kristján Valur Jónsson
2006-10-07
1
-2/+2
*
[Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK
Andrew M. Kuchling
2006-10-05
1
-2/+21
*
Forward-port of r52136: a review of overflow-detecting code.
Armin Rigo
2006-10-04
1
-4/+8
*
Compilation problem caused by conflicting typedefs for uint32_t
Armin Rigo
2006-10-04
2
-0/+4
*
Bug #1556784: allow format strings longer than 127 characters in
Georg Brandl
2006-09-30
1
-2/+2
*
fix: DB.stat flags and txn keyword arguments were backwards.
Gregory P. Smith
2006-09-30
1
-2/+2
*
Backport rev. 51987: superfluous semicola.
Georg Brandl
2006-09-25
2
-3/+3
*
backport of r51950
Jack Diederich
2006-09-21
1
-1/+1
*
Backport rev 51820 from Thomas Heller
Neal Norwitz
2006-09-11
1
-2/+2
*
Backport rev 51819 from Thomas Heller
Neal Norwitz
2006-09-11
1
-2/+2
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
3
-28/+39
*
Backport of r51379 from trunk:
Thomas Heller
2006-09-06
1
-0/+16
*
Bug #1551427: fix a wrong NULL pointer check in the win32 version
Georg Brandl
2006-09-06
1
-1/+1
*
Backport fix from 51683.
Neal Norwitz
2006-09-05
1
-0/+4
*
Backport fix for SF bug #1550714, itertools.tee raises SystemError
Neal Norwitz
2006-09-05
1
-2/+6
*
Alexander Belopolsky pointed out that pos is a size_t
Neal Norwitz
2006-08-22
1
-1/+1
*
Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev
Neal Norwitz
2006-08-21
1
-1/+1
*
Move assert to after NULL check, otherwise we deref NULL in the assert.
Neal Norwitz
2006-08-19
1
-1/+1
*
SF#1534630
Fredrik Lundh
2006-08-16
1
-1/+5
*
Remove the special casing of Py_None when converting the return value
Thomas Heller
2006-08-16
1
-1/+1
*
The __repr__ method of a NULL py_object does no longer raise an
Thomas Heller
2006-08-16
1
-1/+1
*
Add commented assert statements to check that the result of
Thomas Heller
2006-08-16
1
-20/+36
*
Check for NULL return value from new_CArgObject calls.
Thomas Heller
2006-08-15
1
-0/+6
*
Patch #1511317: don't crash on invalid hostname info
Georg Brandl
2006-08-14
1
-11/+14
*
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
Georg Brandl
2006-08-14
1
-2/+17
*
Patch #1536908: Add support for AMD64 / OpenBSD.
Thomas Heller
2006-08-14
3
-3/+2
*
Apply the patch #1532975 plus ideas from the patch #1533481.
Thomas Heller
2006-08-14
3
-162/+182
*
Revert the change that tries to zero out a closure's result storage
Thomas Heller
2006-08-14
1
-15/+5
*
Check for NULL return value of GenericCData_new().
Thomas Heller
2006-08-14
1
-0/+4
*
Check for NULL return value from new_CArgObject().
Thomas Heller
2006-08-14
1
-0/+6
*
Remove unused, buggy test function.
Thomas Heller
2006-08-14
1
-12/+0
*
Get rid of compiler warning
Neal Norwitz
2006-08-13
1
-2/+2
*
Handle alloca failures.
Neal Norwitz
2006-08-13
2
-0/+15
*
Really address the issue of where to place the assert for leftblock.
Neal Norwitz
2006-08-13
1
-1/+1
*
Handle failure from PyModule_GetDict() (Klocwork 208).
Neal Norwitz
2006-08-13
1
-9/+15
*
Handle failures from lookup.
Neal Norwitz
2006-08-13
1
-0/+4
*
It's very unlikely, though possible that source is not a string. Verify
Neal Norwitz
2006-08-13
1
-0/+3
[next]