summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 2.7.13 final bumpv2.7.13Benjamin Peterson2016-12-171-1/+1
* revert a37cc3d926ec (#5322)Benjamin Peterson2016-12-141-3/+11
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-031-3/+3
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-0/+13
* Issue #28847: Fix spellingMartin Panter2016-12-031-1/+1
* Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-0/+3
* Issue #28847: dubmdbm no longer writes the index file in when it is notSerhiy Storchaka2016-12-021-0/+3
* Issue #11145: Fixed miscellaneous issues with C-style formatting of typesSerhiy Storchaka2016-12-011-0/+3
* Issue #24469: Fixed memory leak caused by int subclasses without overriddenSerhiy Storchaka2016-11-291-0/+3
* Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+3
* Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-202-0/+5
* Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-0/+2
* Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
* Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-141-0/+1
* Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.Ned Deily2016-11-121-0/+3
* 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-0/+3
* Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-0/+2
* Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
* Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-041-0/+1
* Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-032-0/+5
* Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+2
* Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.Ned Deily2016-10-311-1/+1
* Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-301-0/+4
* Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-261-0/+1
* Issue #25464: Fixed HList.header_exists() in Tix module by addingSerhiy Storchaka2016-10-241-0/+3
* Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.Serhiy Storchaka2016-10-231-0/+2
* Issue #28435: Avoid no_proxy environment variable interfering with testsMartin Panter2016-10-221-0/+1
* Issue #28480: Avoid label at end of compound statement --without-threadsMartin Panter2016-10-201-0/+3
* Issue #21720: Improve exception message when the type of fromlist is unicodeBerker Peksag2016-10-161-0/+5
* Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)Guido van Rossum2016-10-131-0/+2
* Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-111-0/+2
* Issue #28394: Typo fixes in code comments and changelogMartin Panter2016-10-101-4/+4
* Issue #26906: Resolving special methods of uninitialized type now causesSerhiy Storchaka2016-10-081-0/+3
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-072-0/+4
* Issue #26293: Fixed writing ZIP files that starts not from the start of theSerhiy Storchaka2016-10-071-0/+4
* Issue #24098: Fixed possible crash when AST is changed in process ofSerhiy Storchaka2016-10-071-0/+3
* mmap: do all internal arithmetic with Py_ssize_t while being very careful abo...Benjamin Peterson2016-10-061-0/+3
* Issue #28350: String constants with null character no longer interned.Serhiy Storchaka2016-10-041-0/+2
* Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-10-011-0/+3
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-0/+1
* Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-0/+2
* Issue #28258: Fixed build with Estonian locale (distclean target inSerhiy Storchaka2016-09-291-0/+3
* build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-291-0/+3
* IDLE NEWS item and ack.Terry Jan Reedy2016-09-292-0/+4
* Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-281-0/+7
* Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversio...Serhiy Storchaka2016-09-271-0/+3
* be extremely careful about overflows in encode_basestring_ascii (closes #28284)Benjamin Peterson2016-09-271-0/+3
* Issue #27611: Fixed support of default root window in the Tix module.Serhiy Storchaka2016-09-251-0/+2
* Issue #27806: add Aleks to Misc/ACKS.Ned Deily2016-09-182-1/+2