summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | #17178: update any()/all() docstrings to document their behavior with empty i...Ezio Melotti2013-02-152-2/+5
| * | | | | | | | | Issue #17208: add a note about the termination behaviour of daemon threads.Antoine Pitrou2013-02-151-0/+6
| * | | | | | | | | Add Misc/NEWS entry for Issue #16743Richard Oudkerk2013-02-131-0/+2
| * | | | | | | | | Issue #16743: Fix mmap overflow check on 32 bit WindowsRichard Oudkerk2013-02-132-11/+18
| * | | | | | | | | Fix tests for issue #5308.Serhiy Storchaka2013-02-131-4/+4
| * | | | | | | | | Issue #11311: StringIO.readline(0) now returns an empty string as all otherSerhiy Storchaka2013-02-133-1/+6
| * | | | | | | | | Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-134-63/+116
| * | | | | | | | | Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-121-2/+2
| * | | | | | | | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-125-12/+93
| * | | | | | | | | Issue #13555: cPickle now supports files larger than 2 GiB.Serhiy Storchaka2013-02-126-130/+217
| * | | | | | | | | Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-128-144/+299
| * | | | | | | | | Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.Serhiy Storchaka2013-02-122-6/+6
| * | | | | | | | | Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.Ned Deily2013-02-122-2/+5
| * | | | | | | | | #17171: backport behavior-confirming test from python3.R David Murray2013-02-111-1/+18
| * | | | | | | | | #17064: fix sporadic permission errors in test_mailbox on windows.R David Murray2013-02-111-6/+10
| * | | | | | | | | Correction to issue 17052 fixMichael Foord2013-02-113-3/+3
| * | | | | | | | | Issue 17502: unittest discovery should use self.testLoaderMichael Foord2013-02-103-1/+20
| * | | | | | | | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-103-10/+40
| * | | | | | | | | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma...Mark Dickinson2013-02-103-2/+19
| * | | | | | | | | Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.Serhiy Storchaka2013-02-103-47/+124
| * | | | | | | | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-103-38/+95
| * | | | | | | | | Import shutil for restore_test_support_TESTFN().Serhiy Storchaka2013-02-101-1/+1
| * | | | | | | | | Minor cleanups.Raymond Hettinger2013-02-091-19/+19
| * | | | | | | | | Issue #17156: pygettext.py now correctly escapes non-ascii characters.Serhiy Storchaka2013-02-092-6/+7
| * | | | | | | | | Keep IDLE from displaying spurious SystemExit tracebacksRaymond Hettinger2013-02-092-1/+7
| * | | | | | | | | #16564: test to confirm behavior that regressed in python3.R David Murray2013-02-093-0/+21
| * | | | | | | | | add proper dependencies on expat headers and sourcesChristian Heimes2013-02-091-1/+17
| * | | | | | | | | Issue #7358: cStringIO.StringIO now supports writing to and reading fromSerhiy Storchaka2013-02-093-32/+96
| * | | | | | | | | Issue #10355: SpooledTemporaryFile properties and xreadline method now work f...Serhiy Storchaka2013-02-093-11/+48
| * | | | | | | | | Issue #16686: Fixed a lot of bugs in audioop module.Serhiy Storchaka2013-02-094-280/+457
| * | | | | | | | | Issue #17161: make install now also installs a python2 and python man page.Ned Deily2013-02-092-4/+14
| * | | | | | | | | Fix accidental non-breakable space (U+00A0).Serhiy Storchaka2013-02-081-1/+1
| * | | | | | | | | whitespace fixGregory P. Smith2013-02-081-1/+1
| * | | | | | | | | Issue #6972: fix the documentation mis applied patch.Gregory P. Smith2013-02-081-10/+13
| * | | | | | | | | Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-078-75/+203
| * | | | | | | | | Issue #17043: The unicode-internal decoder no longer read past the end ofSerhiy Storchaka2013-02-072-27/+27
| * | | | | | | | | Issue #17118: Add new tests for testing Python-Tcl interaction.Serhiy Storchaka2013-02-071-0/+22
| * | | | | | | | | Fix test_from_dll* in test_returnfuncptrs.py.Serhiy Storchaka2013-02-071-5/+4
| * | | | | | | | | Fix Issue17069: Document getcode method in urllib.request.rstSenthil Kumaran2013-02-071-0/+2
| * | | | | | | | | #17142: fix apparent copy and paste error in test_all.R David Murray2013-02-061-1/+1
| * | | | | | | | | #17091: update docstring for _thread.Lock.acquire.R David Murray2013-02-041-2/+2
| * | | | | | | | | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
| * | | | | | | | | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-047-14/+115
| * | | | | | | | | fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-043-0/+32
| * | | | | | | | | Add alias to restore 2.7.2 compatibility for setup scripts (#13994).Éric Araujo2013-02-032-0/+5
| * | | | | | | | | Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlyingSerhiy Storchaka2013-02-033-20/+87
| * | | | | | | | | Issue #16698: Skip posix test_getgroups when built with OS XNed Deily2013-02-022-0/+10
| * | | | | | | | | Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...Antoine Pitrou2013-02-023-7/+27
| * | | | | | | | | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-022-4/+1
| * | | | | | | | | Issue 16398: Use memcpy() in deque.rotate().Raymond Hettinger2013-02-021-50/+60