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
*
Add weakref support to the thread.lock type.
Gregory P. Smith
2009-08-20
1
-2/+7
*
Expat could crash if given the wrong kind of input by never stopping its
Brett Cannon
2009-08-13
1
-1/+1
*
Fix issue1628205: Socket file objects returned by socket.socket.makefile() now
Gregory P. Smith
2009-08-13
1
-1/+14
*
comment typo fix
Gregory P. Smith
2009-08-12
1
-1/+1
*
Issue #6629: Fix a data corruption issue in the new `io` package, which could
Antoine Pitrou
2009-08-06
1
-0/+13
*
Issue #6644: Fix compile error on AIX.
Mark Dickinson
2009-08-04
1
-1/+1
*
Issue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger
2009-08-04
1
-1/+4
*
Issue #6561: '\d' regular expression should not match characters of
Mark Dickinson
2009-07-28
1
-1/+1
*
#6553: crash in cPickle.load(), when given a StringIO with incomplete data.
Amaury Forgeot d'Arc
2009-07-23
1
-0/+6
*
Revert rev 74134, as it does not completely fixx issue #6493.
Thomas Heller
2009-07-21
1
-2/+2
*
Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
Thomas Heller
2009-07-21
1
-2/+2
*
Fix GCC warning about fprintf used without a string literal and
Alexandre Vassalotti
2009-07-17
1
-3/+3
*
Initialize variables in PyCurses_getsyx() to avoid compiler warnings.
Alexandre Vassalotti
2009-07-17
1
-1/+2
*
#5910: fix kqueue for calls with more than one event.
Georg Brandl
2009-07-16
1
-3/+4
*
Issue #2389: Pickle array objects using a list representation for portability
Alexandre Vassalotti
2009-07-15
1
-35/+33
*
#6416: Fix compilation of the select module on Windows, as well as test_subpr...
Amaury Forgeot d'Arc
2009-07-09
1
-0/+2
*
Issue #1523: Remove deprecated overflow masking in struct module, and
Mark Dickinson
2009-07-07
1
-219/+32
*
Typo in error message
Mark Dickinson
2009-07-07
1
-1/+1
*
#6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD.
Amaury Forgeot d'Arc
2009-07-07
1
-1/+1
*
Issues #1530559, #1741130: Fix various inconsistencies in struct.pack
Mark Dickinson
2009-07-05
1
-109/+107
*
Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and
Alexandre Vassalotti
2009-07-05
1
-2/+21
*
Adds the select.PIPE_BUF attribute to expose the system constant.
Gregory P. Smith
2009-07-03
1
-0/+2
*
multiprocessing doesn't compile in Solaris because a typo
Jesus Cea
2009-07-02
1
-1/+1
*
Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
Hirokazu Yamamoto
2009-06-29
1
-3/+13
*
Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttribu...
Hirokazu Yamamoto
2009-06-29
1
-58/+2
*
Issue #4856: Remove checks for win NT.
Hirokazu Yamamoto
2009-06-28
2
-329/+264
*
Fix a compilation warning on Windows
Amaury Forgeot d'Arc
2009-06-25
1
-1/+1
*
Issue 6305: Clarify error message for large arguments to itertools.islice().
Raymond Hettinger
2009-06-23
1
-3/+3
*
remove some unused symtable constants
Benjamin Peterson
2009-06-23
1
-4/+0
*
backport r73430
Benjamin Peterson
2009-06-14
1
-9/+0
*
Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
Hirokazu Yamamoto
2009-06-14
1
-1/+2
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
8
-247/+7793
*
Fix signed/unsigned compiler warning.
Raymond Hettinger
2009-06-10
1
-1/+1
*
backport r73268
Benjamin Peterson
2009-06-07
1
-33/+1
*
Issue #4873: Fix resource leaks in error cases of pwd and grp.
Martin v. Löwis
2009-05-29
2
-1/+2
*
Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
Jeffrey Yasskin
2009-05-29
2
-1/+3
*
Issue 5794: fix cPickle's unpickling of recursive tuples.
Collin Winter
2009-05-26
1
-10/+9
*
Allow multiple context managers in one with statement, as proposed
Georg Brandl
2009-05-25
1
-15/+18
*
fix error handling
Benjamin Peterson
2009-05-25
1
-3/+4
*
Issue 5670: special-case pickling of dicts. This nearly doubles the performan...
Collin Winter
2009-05-25
1
-9/+78
*
stop using Py_FindMethod
Benjamin Peterson
2009-05-24
1
-8/+22
*
Issue #1309352: fcntl now converts its third arguments to a C `long` rather
Antoine Pitrou
2009-05-24
1
-2/+2
*
Fix build under Windows
Antoine Pitrou
2009-05-24
1
-3/+1
*
support building with subversion 1.7 #6094
Benjamin Peterson
2009-05-23
1
-1/+1
*
Some pid_t-expecting or producing functions were forgotten in r72852.
Antoine Pitrou
2009-05-23
1
-11/+17
*
Issue #1983: Fix functions taking or returning a process identifier to use
Antoine Pitrou
2009-05-23
1
-16/+35
*
typos in ctypes Module
Mark Dickinson
2009-05-20
1
-2/+2
*
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
Hirokazu Yamamoto
2009-05-17
2
-34/+26
*
Issue #5918: Fix a crash in the parser module.
Antoine Pitrou
2009-05-14
1
-2/+2
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
3
-75/+19
[next]