summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-033-8/+8
* update pydoc topicsBenjamin Peterson2016-12-031-13324/+80
* inline constant into its single useBenjamin Peterson2016-12-031-2/+1
* fix refleak in reduce_2 error caseBenjamin Peterson2016-12-031-1/+1
* fix refleak in null-containing error case (#21147)Benjamin Peterson2016-12-031-1/+2
* when you enter repr, you must leave, too (#25455)Benjamin Peterson2016-12-031-0/+1
* fix refleak in file handle creation error caseBenjamin Peterson2016-12-031-7/+5
* fix refleak in the shift-by-zero case (#27870)Benjamin Peterson2016-12-031-5/+6
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-035-35/+59
* Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.Serhiy Storchaka2016-12-031-2/+2
* Issue #28847: Fix spellingMartin Panter2016-12-031-1/+1
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-0227-124/+124
* declarations to the top of the blockBenjamin Peterson2016-12-021-1/+1
* increase test_smtplib timeoutsBenjamin Peterson2016-12-021-8/+8
* Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-023-1/+127
* Issue #28847: dubmdbm no longer writes the index file in when it is notSerhiy Storchaka2016-12-023-4/+32
* - Import latest config.sub config.guess filesdoko@ubuntu.com2016-12-012-88/+161
* Issue #11145: Fixed miscellaneous issues with C-style formatting of typesSerhiy Storchaka2016-12-013-69/+126
* Issue #28771: Correct documentation of signatures using constMartin Panter2016-12-011-6/+8
* Issue #25701: Document that some C APIs can both set and delete itemsMartin Panter2016-11-304-32/+57
* Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-11-303-3/+3
* Issue #24469: Fixed memory leak caused by int subclasses without overriddenSerhiy Storchaka2016-11-292-8/+3
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-2617-25/+25
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-211-1/+1
* Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-216-7/+7
* Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-203-4/+21
* Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-206-3/+9
* Issue #28666: Fix stat importMartin Panter2016-11-201-1/+1
* Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-203-17/+18
* 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-202-1/+35
* 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 #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-142-1/+4
* Issue #28016: Skip /dev/tty seekable() test on AIXMartin Panter2016-11-141-1/+1
* Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.Ned Deily2016-11-122-0/+6
* Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-122-3/+3
* Issue #28615: Backport imaginary/complex number text from 3.x.Terry Jan Reedy2016-11-121-3/+3
* Issue #27854: Include idlelib/help.html in 2.7 Windows installer.Terry Jan Reedy2016-11-113-0/+13
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-113-5/+11
* Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-112-24/+94
* Issue #25507: Add back import needed for 2.x encoding warning box.Terry Jan Reedy2016-11-101-0/+2
* Issue #27942: Fix memory leak in codeobject.cYury Selivanov2016-11-091-0/+2
* Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-083-63/+215
* Fix PC/VS9.0/build_ssl.py for recent OpenSSLZachary Ware2016-11-071-5/+8
* Fix spacing after C++ in documentationMartin Panter2016-11-052-2/+2
* Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-042-1/+2
* Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-033-8/+12