summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #28226: compileall now supports pathlibBerker Peksag2016-10-011-0/+2
* Merge with 3.5Terry Jan Reedy2016-09-301-0/+1
|\
| * 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-305-367/+1857
|\ \ | |/ |/|
| * Fix xml.etree.ElementTree.Element.getiterator()Victor Stinner2016-09-291-0/+3
| * Issue #28258: Fixed build with Estonian locale (python-config and distcleanSerhiy Storchaka2016-09-291-0/+3
| |\
| * \ merge 3.5 (#1703178)Benjamin Peterson2016-09-285-365/+1852
| |\ \
| | * | Issue #28148: Added a NEWS entry.Alexander Belopolsky2016-09-281-0/+7
| | * | Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky2016-09-281-0/+1
| | * | Issue #28253: Added a NEWS entry.Alexander Belopolsky2016-09-271-0/+7
| | * | Issue #21578: Fixed misleading error message when ImportError called withSerhiy Storchaka2016-09-275-353/+1836
| | |\ \
| | | * \ Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-275-353/+1836
| | | |\ \
| | | | * | Issue #18844: Make the number of selections a keyword-only argument for rando...Raymond Hettinger2016-09-261-0/+4
| | | | * | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-275-351/+1830
| | | | |\ \
| | | | | * \ Issue #18893: Merge from 3.5Berker Peksag2016-09-265-349/+1828
| | | | | |\ \
| | | | | | * \ Issue #27611: Fixed support of default root window in the tkinter.tix module.Serhiy Storchaka2016-09-255-346/+1825
| | | | | | |\ \
| | | | | | | * \ Issue #28203: Merge from 3.5Mark Dickinson2016-09-242-0/+4
| | | | | | | |\ \
| | | | | | | * \ \ Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-225-342/+1820
| | | | | | | |\ \ \
| | | | | | | | * | | Issue #28086: Single var-positional argument of tuple subtype was passedSerhiy Storchaka2016-09-221-0/+3
| | | | | | | | * | | Merge socketserver fixes from 3.5 into 3.6Martin Panter2016-09-221-1/+1
| | | | | | | | |\ \ \
| | | | | | | | * \ \ \ Issue #27348: Merge exception formatting fix from 3.5 into 3.6Martin Panter2016-09-221-0/+4
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ Issue #25651: Merge from 3.5Berker Peksag2016-09-215-337/+1812
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * | | | | Issue #28214: Now __set_name__ is looked up on the class instead of theSerhiy Storchaka2016-09-211-0/+3
| | | | | | | | | * | | | | Fix memleak in os.getrandom()Victor Stinner2016-09-201-0/+3
| | | | | | | | | * | | | | (Merge 3.5) Catch EPERM error in py_getrandom()Victor Stinner2016-09-205-335/+1804
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ merge 3.5 (#28184)Benjamin Peterson2016-09-195-335/+1804
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * | | | | Fix memory leak in path_converter()Victor Stinner2016-09-191-0/+3
| | | | | | | | | | | * | | | | Issue #25400: RobotFileParser now correctly returns default values for crawl_...Berker Peksag2016-09-181-0/+3
| | | | | | | | | | | * | | | | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-185-333/+1799
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | * | | | | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-0/+2
| | | | | | | | | | | | * | | | | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
| | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | * | | | | | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-0/+10
| | | | | | | | | | | | * | | | | | Issue #26384: Merge from 3.5Berker Peksag2016-09-171-0/+2
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-0/+9
| | | | | | | | | | | | * | | | | | | Issue #28075: Merge from 3.5Berker Peksag2016-09-175-328/+1775
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | Issue #22493: Warning message emitted by using inline flags in the middle ofSerhiy Storchaka2016-09-171-0/+4
| | | | | | | | | | | | | * | | | | | | Issue #25270: Merge from 3.5Berker Peksag2016-09-165-326/+1769
| | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-165-324/+1767
| | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ Issue #25895: Merge from 3.5Berker Peksag2016-09-165-323/+1766
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ Issue #28145: Merge spelling fixes from 3.5 into 3.6Martin Panter2016-09-161-1/+1
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ Merge 3.5 (issue #27759)Yury Selivanov2016-09-151-0/+3
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | Fix Misc/NEWSYury Selivanov2016-09-151-12/+12
| | | | | | | | | | | | | | | | * | | | | | | | | Merge 3.5 (issue #28176)Yury Selivanov2016-09-151-0/+2
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-155-316/+1759
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.5 (issue #26654)Yury Selivanov2016-09-151-0/+3
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge 3.5 (issue #28174)Yury Selivanov2016-09-155-310/+1753
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge 3.5 (issue #27906)Yury Selivanov2016-09-151-0/+3
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #28114: Fix a crash in parse_envlist() when env contains byte stringsBerker Peksag2016-09-151-0/+3
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-151-0/+3
| | | | | | | | | | | | | | | | | | * | | | | | | | | | | | Unicode 9.0.0Benjamin Peterson2016-09-141-0/+2