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
*
Fix another reincarnation of bug #1576657 in defaultdict.
Georg Brandl
2007-03-06
1
-2/+6
*
Prepare collections module for pure python code entries.
Raymond Hettinger
2007-02-28
1
-2/+2
*
Remove filler struct item and fix leak.
Raymond Hettinger
2007-02-21
1
-44/+40
*
Add itertools.izip_longest().
Raymond Hettinger
2007-02-21
1
-0/+234
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
1
-0/+57
*
Update 1432399 to removal of _BT_SOCKADDR_MEMB.
Martin v. Löwis
2007-02-14
1
-2/+1
*
Patch #1432399: Add HCI sockets.
Martin v. Löwis
2007-02-14
2
-0/+36
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
1
-0/+2
*
Bug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis
2007-02-08
1
-2/+2
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-08
1
-0/+5
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
1
-1/+7
*
Bug #1645944: os.access now returns bool but docstring is not updated
Georg Brandl
2007-01-27
1
-1/+1
*
Fix for #1643874: When calling SysAllocString, create a PyCObject
Thomas Heller
2007-01-25
1
-8/+21
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
4
-15/+16
*
Patch #1610575: Add support for _Bool to struct.
Martin v. Löwis
2007-01-21
1
-0/+49
*
Replace C++ comments with C comments.
Thomas Heller
2007-01-17
1
-8/+12
*
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
Guido van Rossum
2007-01-14
1
-4/+24
*
Merged changes from standalone version 2.3.3. This should probably all be
Gerhard Häring
2007-01-14
18
-484/+518
*
Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions
Thomas Heller
2007-01-11
1
-1/+2
*
Must change the version number in the _ctypes extension as well.
Thomas Heller
2007-01-10
1
-1/+1
*
Fix zero-length corner case for iterating over a mutating deque.
Raymond Hettinger
2007-01-08
1
-3/+2
*
Silence a warning from gcc 4.0.1 by specifying a function's parameter list is
Brett Cannon
2007-01-05
1
-1/+1
*
bump module version to match supported berkeleydb version
Gregory P. Smith
2007-01-05
1
-1/+1
*
Support linking of the bsddb module against BerkeleyDB 4.5.x
Gregory P. Smith
2007-01-05
1
-0/+8
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-0/+29
*
Fix typo.
Walter Dörwald
2006-12-21
1
-1/+1
*
Comment typo
Andrew M. Kuchling
2006-12-19
1
-1/+1
*
[Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...
Andrew M. Kuchling
2006-12-18
1
-1/+1
*
Patch #1544279: Improve thread-safety of the socket module by moving
Martin v. Löwis
2006-12-03
2
-53/+45
*
Fix #1563807: _ctypes built on AIX fails with ld ffi error.
Thomas Heller
2006-11-28
1
-1/+1
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
1
-3/+13
*
Bug #1599782: Fix segfault on bsddb.db.DB().type().
Neal Norwitz
2006-11-21
1
-2/+0
*
Speed up function calls into the math module by using METH_O.
Neal Norwitz
2006-11-19
1
-63/+55
*
Make cStringIO.truncate raise IOError for negative
Martin v. Löwis
2006-11-19
1
-1/+11
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-2/+1
*
Replace C++ comment with C comment (fixes SF bug #1593525).
Walter Dörwald
2006-11-09
1
-1/+1
*
Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if
Neal Norwitz
2006-10-28
1
-0/+3
*
Add some asserts. In sysmodule, I think these were to try to silence
Neal Norwitz
2006-10-28
1
-0/+1
*
Get DBL_MAX from float.h not values.h. Will backport.
Martin v. Löwis
2006-10-27
1
-3/+1
*
Check for values.h. Will backport.
Martin v. Löwis
2006-10-27
1
-0/+2
*
Patch #1549049: Rewrite type conversion in structmember.
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
*
Patch #1580674: with this patch os.readlink uses the filesystem encoding to
Ronald Oussoren
2006-10-22
1
-2/+38
*
Fix various minor errors in passing arguments to
Martin v. Löwis
2006-10-19
4
-16/+27
*
newIobject(): repaired incorrect cast to quiet MSVC warning.
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/+102
*
Patch #1576166: Support os.utime for directories on Windows NT+.
Martin v. Löwis
2006-10-15
1
-2/+5
*
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
[next]