summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-121-1/+1
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-122-7/+25
* Issue 25959: Explain in docstring that PhotoImage.zoom arguments areTerry Jan Reedy2016-03-111-4/+8
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-095-137/+179
* Issue #15068: Avoid creating a reference loop in fileinput.Serhiy Storchaka2016-03-081-13/+15
* Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-082-83/+137
* Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform.Serhiy Storchaka2016-03-081-11/+0
* Issue #26456: Force all child threads to terminate in TestForkInThreadMartin Panter2016-03-081-1/+6
* properly use PyObject_CallMethod in dictview binary operations (closes #26478)Benjamin Peterson2016-03-041-0/+4
* Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+8
* Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-062-1/+14
* Issue #26167: Backported copy tests.Serhiy Storchaka2016-03-061-4/+47
* Issue #26475: Fixed debugging output for regular expressions with the (?x) flag.Serhiy Storchaka2016-03-061-3/+3
* Issue #26486: Backported some pickle tests from 3.x.Serhiy Storchaka2016-03-061-4/+208
* Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhostMartin Panter2016-02-292-1/+9
* Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-4/+65
* Issue #25801: Fixed resource warnings in test_zipfile64.Serhiy Storchaka2016-02-251-7/+11
* Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-242-2/+25
* Issue #5824: Fix DatagramRequestHandler tests by binding the client socketMartin Panter2016-02-242-29/+20
* Issue #22088: Clarify base-64 alphabets and which characters are discardedMartin Panter2016-02-232-13/+27
* Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-221-2/+2
* Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-191-7/+8
* Issue #26309: Rewrite test in main thread and avoid race conditionMartin Panter2016-02-191-11/+12
* Issue #26309: Shut down SocketServer request if verify_request() is falseMartin Panter2016-02-182-0/+25
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-103-5/+5
* Issues #26310, #26311: Fix typos in the documentationMartin Panter2016-02-103-3/+3
* Issue #25983: Added tests for multi-argument type().Serhiy Storchaka2016-02-081-1/+129
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-042-12/+30
* Issue #25945: Fixed bugs in functools.partial.Serhiy Storchaka2016-02-021-5/+96
* Issue #26173: Separate bad cert file tests and client rejection testMartin Panter2016-02-011-40/+54
* Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pemMartin Panter2016-01-301-14/+11
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-292-6/+15
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-1/+285
* Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.Terry Jan Reedy2016-01-272-3/+15
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-0/+59
* Upgrade pip to 8.0.2Donald Stufft2016-01-222-1/+1
* Issue #26147: xmlrpclib now works with unicode not encodable with usedSerhiy Storchaka2016-01-202-12/+33
* Upgrade pip to 8.0.0 and setuptools to 19.4Donald Stufft2016-01-203-2/+2
* Issue #16620: Fixed AttributeError in msilib.Directory.glob().Serhiy Storchaka2016-01-191-1/+5
* add spaceBenjamin Peterson2016-01-191-0/+1
* Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.Serhiy Storchaka2016-01-181-3/+53
* Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.Serhiy Storchaka2016-01-182-12/+11
* Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().Serhiy Storchaka2016-01-182-5/+8
* Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
* Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+2
* Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-155-98/+94
* #7944: close files explicitly in test_tarfile (backport d560eece0857).Ezio Melotti2016-01-131-278/+365
* Convert test_tarfile to ASCII (backport c1ed490bd266).Ezio Melotti2016-01-131-21/+19
* Fixes issue #26083: Workaround a subprocess bug that raised an incorrectGregory P. Smith2016-01-111-1/+5
* Comment out another test that won't pass after reverting the picklabilityBarry Warsaw2016-01-111-10/+11