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 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
*
Back out "Patch #1643874: memory leak in ctypes fixed."
Thomas Heller
2007-03-22
1
-21/+8
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
1
-10/+11
*
Merged revisions 54248 via svnmerge from
Thomas Heller
2007-03-09
1
-18/+0
*
Merged revisions 54244 via svnmerge from
Thomas Heller
2007-03-09
1
-3/+3
*
Backport checkin:
Walter Dörwald
2007-03-06
1
-2/+62
*
Patch #1654417: make operator.{get,set,del}slice use the full range
Georg Brandl
2007-03-06
1
-13/+11
*
Patch #1646728: datetime.fromtimestamp fails with negative
Georg Brandl
2007-03-06
1
-0/+6
*
Fix another reincarnation of bug #1576657 in defaultdict.
Georg Brandl
2007-03-06
1
-2/+6
*
Revert r53672, just fix signature of time_isoformat instead.
Martin v. Löwis
2007-02-18
1
-2/+5
*
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-07
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
*
Merged revisions 53556 via svnmerge from
Thomas Heller
2007-01-25
1
-8/+21
*
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certa...
Andrew M. Kuchling
2007-01-22
1
-1/+7
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
4
-15/+16
*
Add a comment for some code I don't understand. Why would needsfree
Neal Norwitz
2007-01-18
1
-0/+1
*
Merged revisions 53466 via svnmerge from
Thomas Heller
2007-01-17
1
-8/+12
*
Must update the version number on the extension module 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
*
support linking the _bsddb extension module against BerkeleyDB 4.5
Gregory P. Smith
2007-01-05
1
-1/+9
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-0/+29
*
Backport trunk checkin r51565:
Thomas Wouters
2006-12-29
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
*
Backport of 52811:
Neal Norwitz
2006-11-21
1
-2/+0
*
Bug #1588217: don't parse "= " as a soft line break in binascii's
Georg Brandl
2006-11-16
1
-2/+1
*
Backport checkin:
Walter Dörwald
2006-11-09
1
-1/+1
*
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
[next]