summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-231-1/+1
* allow square brackets in cookie values (#22931)Benjamin Peterson2015-05-232-3/+18
* make idlever.py self-updating (closes #24199)Benjamin Peterson2015-05-221-1/+4
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-102-2/+2
* update pydoc-topicsBenjamin Peterson2015-05-101-45/+45
* ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* Upgrade setuptools to 15.2Donald Stufft2015-05-092-1/+1
* Fixed English in error message.Serhiy Storchaka2015-05-061-1/+1
* Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longerSerhiy Storchaka2015-05-062-5/+53
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-062-2/+15
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
* Use more precise Tcl version checks in tests.Serhiy Storchaka2015-04-231-2/+2
* Issue #16840: Skip bignum tests on minor releases where they are not supported.Serhiy Storchaka2015-04-221-1/+3
* Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-223-25/+23
* Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-211-1/+1
* Issue #23728: Added a test for binascii.crc_hqx().Serhiy Storchaka2015-04-201-0/+8
* Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.Serhiy Storchaka2015-04-201-0/+34
* Backported tests from issue #20175.Serhiy Storchaka2015-04-162-3/+23
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-141-1/+1
* #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-142-1/+29
* #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)Andrew Kuchling2015-04-131-1/+3
* remove useless word (closes #23929)Benjamin Peterson2015-04-141-1/+1
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-132-5/+5
* Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.Serhiy Storchaka2015-04-101-1/+2
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-1023-176/+260
* Update pip to 6.1.1Donald Stufft2015-04-072-1/+1
* ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/Victor Stinner2015-04-071-6/+4
* Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTPVictor Stinner2015-04-071-1/+5
* Upgrade pip to 6.1.0 and setuptools to 15.0Donald Stufft2015-04-073-2/+2
* Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()Victor Stinner2015-04-062-63/+0
* Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj andSerhiy Storchaka2015-04-044-8/+59
* Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-2/+2
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-033-5/+5
* Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+108
* Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-023-6/+61
* Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-3/+3
* Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
* Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-7/+42
* Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
* Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+15
* replace 512 bit dh key with a 2014 bit one (closes #23844)Benjamin Peterson2015-04-023-10/+8
* Issue #23838: linecache now clears the cache and returns an empty result onSerhiy Storchaka2015-04-012-1/+21
* Issue #23799: Added test.test_support.start_threads() for running andSerhiy Storchaka2015-04-017-87/+82
* Issue #14904: Made test_unicode_repr_oflw to use less memory.Serhiy Storchaka2015-03-301-34/+43
* Issue #22390: Fix test_gzip if unicode filename doesn't workVictor Stinner2015-03-301-1/+1
* Issue #22390: Fix test_gzip, remove temporary fileVictor Stinner2015-03-291-0/+1
* Issue #22390: Fix test_pdb to remove created bar.pyc fileVictor Stinner2015-03-291-0/+1
* Issue #22390: Fix test_aifc to remove the created fileVictor Stinner2015-03-291-2/+6
* Issue #22390: Fix typo in regrtest, support => test_supportVictor Stinner2015-03-291-3/+3