| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python 2.7.10 finalv2.7.10 | Benjamin Peterson | 2015-05-23 | 1 | -1/+1 |
| | | |||||
| * | allow square brackets in cookie values (#22931) | Benjamin Peterson | 2015-05-23 | 2 | -3/+18 |
| | | |||||
| * | make idlever.py self-updating (closes #24199) | Benjamin Peterson | 2015-05-22 | 1 | -1/+4 |
| | | |||||
| * | bump version to 2.7.10rc1v2.7.10rc1 | Benjamin Peterson | 2015-05-10 | 2 | -2/+2 |
| | | |||||
| * | update pydoc-topics | Benjamin Peterson | 2015-05-10 | 1 | -45/+45 |
| | | |||||
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
| | | |||||
| * | Upgrade setuptools to 15.2 | Donald Stufft | 2015-05-09 | 2 | -1/+1 |
| | | |||||
| * | Fixed English in error message. | Serhiy Storchaka | 2015-05-06 | 1 | -1/+1 |
| | | |||||
| * | Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer | Serhiy Storchaka | 2015-05-06 | 2 | -5/+53 |
| | | | | | | | successful if the callable is None. Added tests for assertRaises(). | ||||
| * | Issue #24125: Saved error's line and column numbers when an error is occured | Serhiy Storchaka | 2015-05-06 | 2 | -2/+15 |
| | | | | | during closing expatreader. Fixed a regression introduced in issue #23865. | ||||
| * | Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. | Serhiy Storchaka | 2015-04-23 | 1 | -2/+8 |
| | | | | | Patch by Davin Potts. | ||||
| * | Use more precise Tcl version checks in tests. | Serhiy Storchaka | 2015-04-23 | 1 | -2/+2 |
| | | |||||
| * | Issue #16840: Skip bignum tests on minor releases where they are not supported. | Serhiy Storchaka | 2015-04-22 | 1 | -1/+3 |
| | | |||||
| * | Fixed full Tcl version parsing in tests for pre-final versions. | Serhiy Storchaka | 2015-04-22 | 3 | -25/+23 |
| | | |||||
| * | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. | Serhiy Storchaka | 2015-04-21 | 1 | -1/+1 |
| | | |||||
| * | Issue #23728: Added a test for binascii.crc_hqx(). | Serhiy Storchaka | 2015-04-20 | 1 | -0/+8 |
| | | |||||
| * | Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. | Serhiy Storchaka | 2015-04-20 | 1 | -0/+34 |
| | | |||||
| * | Backported tests from issue #20175. | Serhiy Storchaka | 2015-04-16 | 2 | -3/+23 |
| | | |||||
| * | Issue #23811: Add missing newline to the PyCompileError error message. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
| | | | | | Patch by Alex Shkop. | ||||
| * | #17898: reset k and v so that the loop doesn't use an old value | Andrew Kuchling | 2015-04-14 | 2 | -1/+29 |
| | | |||||
| * | #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) | Andrew Kuchling | 2015-04-13 | 1 | -1/+3 |
| | | |||||
| * | remove useless word (closes #23929) | Benjamin Peterson | 2015-04-14 | 1 | -1/+1 |
| | | |||||
| * | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 2 | -5/+5 |
| | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
| * | Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. | Serhiy Storchaka | 2015-04-10 | 1 | -1/+2 |
| | | | | | In some Tcl versions -2147483648 is wide integer. | ||||
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 23 | -176/+260 |
| | | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
| * | Update pip to 6.1.1 | Donald Stufft | 2015-04-07 | 2 | -1/+1 |
| | | |||||
| * | ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ | Victor Stinner | 2015-04-07 | 1 | -6/+4 |
| | | | | | | | | are down, don't use anymore in test_urllib2net ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python 3.4 and 3.5: use ftp.debian.org instead. | ||||
| * | Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP | Victor Stinner | 2015-04-07 | 1 | -1/+5 |
| | | | | | connection failed. | ||||
| * | Upgrade pip to 6.1.0 and setuptools to 15.0 | Donald Stufft | 2015-04-07 | 3 | -2/+2 |
| | | |||||
| * | Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() | Victor Stinner | 2015-04-06 | 2 | -63/+0 |
| | | | | | | | | | | os.urandom() only tries to make the os.random() file descriptor non inheritable, but there is no guarantee. The test fails on too many operating systems: Windows, OS X 10.5, OpenIndiana. This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python 3.4 is you need stronger guarantees. | ||||
| * | Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and | Serhiy Storchaka | 2015-04-04 | 4 | -8/+59 |
| | | | | | | | always returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool. | ||||
| * | Open files in binary mode to avoid newlines transformation. | Serhiy Storchaka | 2015-04-04 | 1 | -2/+2 |
| | | |||||
| * | Issue #23825: Fixed test_idle under -OO. | Serhiy Storchaka | 2015-04-04 | 1 | -7/+12 |
| | | |||||
| * | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 | 3 | -5/+5 |
| | | |||||
| * | Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). | Serhiy Storchaka | 2015-04-02 | 1 | -1/+108 |
| | | |||||
| * | Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). | Serhiy Storchaka | 2015-04-02 | 3 | -6/+61 |
| | | | | | Made test XML files non-ASCII. | ||||
| * | Issue #16840: Fixed test_tcl for Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -3/+3 |
| | | |||||
| * | Issue #21526: Skip test_booleans on Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+1 |
| | | |||||
| * | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and | Serhiy Storchaka | 2015-04-02 | 1 | -7/+42 |
| | | | | | arbitrary precision integers added in Tcl 8.5. | ||||
| * | Issue #21526: Fixed the test_booleans test for wantobjects = 0. | Serhiy Storchaka | 2015-04-02 | 1 | -2/+6 |
| | | |||||
| * | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+15 |
| | | |||||
| * | replace 512 bit dh key with a 2014 bit one (closes #23844) | Benjamin Peterson | 2015-04-02 | 3 | -10/+8 |
| | | | | | Patch by Cédric Krier. | ||||
| * | Issue #23838: linecache now clears the cache and returns an empty result on | Serhiy Storchaka | 2015-04-01 | 2 | -1/+21 |
| | | | | | MemoryError. | ||||
| * | Issue #23799: Added test.test_support.start_threads() for running and | Serhiy Storchaka | 2015-04-01 | 7 | -87/+82 |
| | | | | | cleaning up multiple threads. | ||||
| * | Issue #14904: Made test_unicode_repr_oflw to use less memory. | Serhiy Storchaka | 2015-03-30 | 1 | -34/+43 |
| | | | | | Corrected memory requirements in other bigmem tests. | ||||
| * | Issue #22390: Fix test_gzip if unicode filename doesn't work | Victor Stinner | 2015-03-30 | 1 | -1/+1 |
| | | |||||
| * | Issue #22390: Fix test_gzip, remove temporary file | Victor Stinner | 2015-03-29 | 1 | -0/+1 |
| | | |||||
| * | Issue #22390: Fix test_pdb to remove created bar.pyc file | Victor Stinner | 2015-03-29 | 1 | -0/+1 |
| | | |||||
| * | Issue #22390: Fix test_aifc to remove the created file | Victor Stinner | 2015-03-29 | 1 | -2/+6 |
| | | |||||
| * | Issue #22390: Fix typo in regrtest, support => test_support | Victor Stinner | 2015-03-29 | 1 | -3/+3 |
| | | |||||
