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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
|
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
2
-2/+5
|
*
|
|
|
|
|
|
|
|
Issue #17208: add a note about the termination behaviour of daemon threads.
Antoine Pitrou
2013-02-15
1
-0/+6
|
*
|
|
|
|
|
|
|
|
Add Misc/NEWS entry for Issue #16743
Richard Oudkerk
2013-02-13
1
-0/+2
|
*
|
|
|
|
|
|
|
|
Issue #16743: Fix mmap overflow check on 32 bit Windows
Richard Oudkerk
2013-02-13
2
-11/+18
|
*
|
|
|
|
|
|
|
|
Fix tests for issue #5308.
Serhiy Storchaka
2013-02-13
1
-4/+4
|
*
|
|
|
|
|
|
|
|
Issue #11311: StringIO.readline(0) now returns an empty string as all other
Serhiy Storchaka
2013-02-13
3
-1/+6
|
*
|
|
|
|
|
|
|
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
4
-63/+116
|
*
|
|
|
|
|
|
|
|
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka
2013-02-12
1
-2/+2
|
*
|
|
|
|
|
|
|
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
5
-12/+93
|
*
|
|
|
|
|
|
|
|
Issue #13555: cPickle now supports files larger than 2 GiB.
Serhiy Storchaka
2013-02-12
6
-130/+217
|
*
|
|
|
|
|
|
|
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka
2013-02-12
8
-144/+299
|
*
|
|
|
|
|
|
|
|
Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.
Serhiy Storchaka
2013-02-12
2
-6/+6
|
*
|
|
|
|
|
|
|
|
Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
Ned Deily
2013-02-12
2
-2/+5
|
*
|
|
|
|
|
|
|
|
#17171: backport behavior-confirming test from python3.
R David Murray
2013-02-11
1
-1/+18
|
*
|
|
|
|
|
|
|
|
#17064: fix sporadic permission errors in test_mailbox on windows.
R David Murray
2013-02-11
1
-6/+10
|
*
|
|
|
|
|
|
|
|
Correction to issue 17052 fix
Michael Foord
2013-02-11
3
-3/+3
|
*
|
|
|
|
|
|
|
|
Issue 17502: unittest discovery should use self.testLoader
Michael Foord
2013-02-10
3
-1/+20
|
*
|
|
|
|
|
|
|
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
Serhiy Storchaka
2013-02-10
3
-10/+40
|
*
|
|
|
|
|
|
|
|
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma...
Mark Dickinson
2013-02-10
3
-2/+19
|
*
|
|
|
|
|
|
|
|
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
Serhiy Storchaka
2013-02-10
3
-47/+124
|
*
|
|
|
|
|
|
|
|
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...
Serhiy Storchaka
2013-02-10
3
-38/+95
|
*
|
|
|
|
|
|
|
|
Import shutil for restore_test_support_TESTFN().
Serhiy Storchaka
2013-02-10
1
-1/+1
|
*
|
|
|
|
|
|
|
|
Minor cleanups.
Raymond Hettinger
2013-02-09
1
-19/+19
|
*
|
|
|
|
|
|
|
|
Issue #17156: pygettext.py now correctly escapes non-ascii characters.
Serhiy Storchaka
2013-02-09
2
-6/+7
|
*
|
|
|
|
|
|
|
|
Keep IDLE from displaying spurious SystemExit tracebacks
Raymond Hettinger
2013-02-09
2
-1/+7
|
*
|
|
|
|
|
|
|
|
#16564: test to confirm behavior that regressed in python3.
R David Murray
2013-02-09
3
-0/+21
|
*
|
|
|
|
|
|
|
|
add proper dependencies on expat headers and sources
Christian Heimes
2013-02-09
1
-1/+17
|
*
|
|
|
|
|
|
|
|
Issue #7358: cStringIO.StringIO now supports writing to and reading from
Serhiy Storchaka
2013-02-09
3
-32/+96
|
*
|
|
|
|
|
|
|
|
Issue #10355: SpooledTemporaryFile properties and xreadline method now work f...
Serhiy Storchaka
2013-02-09
3
-11/+48
|
*
|
|
|
|
|
|
|
|
Issue #16686: Fixed a lot of bugs in audioop module.
Serhiy Storchaka
2013-02-09
4
-280/+457
|
*
|
|
|
|
|
|
|
|
Issue #17161: make install now also installs a python2 and python man page.
Ned Deily
2013-02-09
2
-4/+14
|
*
|
|
|
|
|
|
|
|
Fix accidental non-breakable space (U+00A0).
Serhiy Storchaka
2013-02-08
1
-1/+1
|
*
|
|
|
|
|
|
|
|
whitespace fix
Gregory P. Smith
2013-02-08
1
-1/+1
|
*
|
|
|
|
|
|
|
|
Issue #6972: fix the documentation mis applied patch.
Gregory P. Smith
2013-02-08
1
-10/+13
|
*
|
|
|
|
|
|
|
|
Issue #17073: Fix some integer overflows in sqlite3 module.
Serhiy Storchaka
2013-02-07
8
-75/+203
|
*
|
|
|
|
|
|
|
|
Issue #17043: The unicode-internal decoder no longer read past the end of
Serhiy Storchaka
2013-02-07
2
-27/+27
|
*
|
|
|
|
|
|
|
|
Issue #17118: Add new tests for testing Python-Tcl interaction.
Serhiy Storchaka
2013-02-07
1
-0/+22
|
*
|
|
|
|
|
|
|
|
Fix test_from_dll* in test_returnfuncptrs.py.
Serhiy Storchaka
2013-02-07
1
-5/+4
|
*
|
|
|
|
|
|
|
|
Fix Issue17069: Document getcode method in urllib.request.rst
Senthil Kumaran
2013-02-07
1
-0/+2
|
*
|
|
|
|
|
|
|
|
#17142: fix apparent copy and paste error in test_all.
R David Murray
2013-02-06
1
-1/+1
|
*
|
|
|
|
|
|
|
|
#17091: update docstring for _thread.Lock.acquire.
R David Murray
2013-02-04
1
-2/+2
|
*
|
|
|
|
|
|
|
|
Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.
Serhiy Storchaka
2013-02-04
1
-1/+4
|
*
|
|
|
|
|
|
|
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
7
-14/+115
|
*
|
|
|
|
|
|
|
|
fix find_library on Solaris (closes #5289)
Benjamin Peterson
2013-02-04
3
-0/+32
|
*
|
|
|
|
|
|
|
|
Add alias to restore 2.7.2 compatibility for setup scripts (#13994).
Éric Araujo
2013-02-03
2
-0/+5
|
*
|
|
|
|
|
|
|
|
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
3
-20/+87
|
*
|
|
|
|
|
|
|
|
Issue #16698: Skip posix test_getgroups when built with OS X
Ned Deily
2013-02-02
2
-0/+10
|
*
|
|
|
|
|
|
|
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
3
-7/+27
|
*
|
|
|
|
|
|
|
|
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
2
-4/+1
|
*
|
|
|
|
|
|
|
|
Issue 16398: Use memcpy() in deque.rotate().
Raymond Hettinger
2013-02-02
1
-50/+60
[prev]
[next]