summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #29354: Fixed inspect.getargs() for parameters which are cellSerhiy Storchaka2017-02-012-4/+39
* Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-232-1/+50
* Issue #29274: tests cases → test casesMartin Panter2017-01-182-8/+8
* revert dd13098a5dc2 (#29006, #10513)Benjamin Peterson2017-01-161-0/+30
* Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+4
* Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.Serhiy Storchaka2017-01-121-0/+7
* merge headsBenjamin Peterson2017-01-124-5/+9
|\
| * Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-092-1/+3
| * Issue #29023: Clarify that ints and longs are always deterministic seeds for...Raymond Hettinger2017-01-071-2/+4
| * test_curses - substitute self.skip() with self.skipTest()Xavier de Gaye2017-01-061-2/+2
* | revert 030e100f048a (#29006, #10513)Benjamin Peterson2017-01-121-30/+0
|/
* ring in 2017 for PythonBenjamin Peterson2017-01-021-1/+1
* Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-1/+1
* Issue #29123: Make CheckSqlTimestamp more robustBerker Peksag2016-12-311-2/+1
* Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-282-9/+31
* Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-282-9/+28
* Fixed running MiscTests in test_xml_etree_c.Serhiy Storchaka2016-12-281-0/+2
* Backed out changeset 78bf34b6a713Serhiy Storchaka2016-12-281-11/+0
* Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-272-5/+47
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-2716-30/+30
* Issue #28815: Skip TIPC tests if /proc/modules is not readableMartin Panter2016-12-241-3/+11
* Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-221-4/+0
* Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-211-0/+11
* Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-193-5/+62
* Fix spelling in code commentsMartin Panter2016-12-182-2/+2
* Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-162-18/+41
* Issue #28925: cPickle now correctly propagates errors when unpickle instancesSerhiy Storchaka2016-12-151-0/+43
* Issue #5322: Restored tests for __new__.Serhiy Storchaka2016-12-141-0/+99
* merge 2.7.13 release branchBenjamin Peterson2016-12-141-97/+0
|\
| * revert a37cc3d926ec (#5322)Benjamin Peterson2016-12-141-97/+0
* | remove unused logger from BaseFixBenjamin Peterson2016-12-061-2/+0
* | simplify cleanup of test_replace_parent_in_sys_modules (closes #28862)Benjamin Peterson2016-12-041-14/+13
|/
* update pydoc topicsBenjamin Peterson2016-12-031-13324/+80
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-032-21/+1
* Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.Serhiy Storchaka2016-12-031-2/+2
* increase test_smtplib timeoutsBenjamin Peterson2016-12-021-8/+8
* Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-0/+97
* Issue #28847: dubmdbm no longer writes the index file in when it is notSerhiy Storchaka2016-12-022-4/+29
* Issue #11145: Fixed miscellaneous issues with C-style formatting of typesSerhiy Storchaka2016-12-011-0/+38
* Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+8
* Issue #28666: Fix stat importMartin Panter2016-11-201-1/+1
* Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
* Issue #28666: Now test.test_support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
* Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+32
* Upgrade pip to 9.0.1 and setuptools to 28.8.0Donald Stufft2016-11-163-2/+2
* Issue #28563: Make plural form selection more lenient and acceptingSerhiy Storchaka2016-11-142-8/+20
* Issue #28016: Skip /dev/tty seekable() test on AIXMartin Panter2016-11-141-1/+1
* Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-1/+1
* Issue #27854: Include idlelib/help.html in 2.7 Windows installer.Terry Jan Reedy2016-11-111-0/+6
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4