summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-111-1/+1
* | | Issue #29142: Merge 3.5.Xiang Zhang2017-01-091-0/+4
|\ \ \ | |/ /
| * | Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-0/+3
| |/
| * Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-031-1/+13
* | Issue #29203: functools.lru_cache() now respects PEP 468Raymond Hettinger2017-01-091-0/+4
* | Issue #29034: Fix memory leak and use-after-free in path_converter.Xiang Zhang2017-01-081-0/+2
* | Fix unittest.mock._Call: don't ignore nameVictor Stinner2017-01-061-0/+3
* | Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.INADA Naoki2017-01-061-0/+2
* | Issue #26851: Set Android compilation and link flags.Xavier de Gaye2017-01-041-0/+2
* | Issue #15812: Merge from 3.5Berker Peksag2017-01-021-0/+3
|\ \ | |/
| * Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...Berker Peksag2017-01-021-0/+3
* | Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-0/+3
|\ \ | |/
| * Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-0/+3
* | mergeRaymond Hettinger2016-12-311-0/+4
|\ \ | |/
| * Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.Raymond Hettinger2016-12-311-0/+4
* | Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-301-0/+3
* | fix error check, so that Random.seed actually uses OS randomness (closes #29085)Benjamin Peterson2016-12-291-0/+3
* | Issue #29079: Prevent infinite loop in pathlib.resolve() on WindowsSteve Dower2016-12-291-0/+2
* | Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
|\ \ | |/
| * Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
* | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...Steve Dower2016-12-281-0/+3
* | Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-0/+2
|\ \ | |/
| * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-0/+2
* | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+3
|\ \ | |/
| * Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+3
* | Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+3
|\ \ | |/
| * Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+3
| * Issue #29073: bytearray formatting no longer truncates on first null byte.Serhiy Storchaka2016-12-281-0/+2
* | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+3
|\ \ | |/
| * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+3
* | Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+7
* | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+2
|\ \ | |/
| * Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+2
* | Issue #29055: Suppress upstream exception for random.choice()Raymond Hettinger2016-12-271-0/+3
* | Merge 3.6.0 release engineering headNed Deily2016-12-231-4320/+28
|\ \
| * | Update docs and patchlevel for 3.6.0 final.v3.6.0Ned Deily2016-12-221-4318/+26
| * | Version bump for 3.6.0rc2v3.6.0rc2Ned Deily2016-12-161-1/+1
| * | Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.Ned Deily2016-12-161-4/+8
| * | Merge 3.5 (issue #28990)Yury Selivanov2016-12-161-0/+4
| * | Issue #28898: add Misc/NEWS entryNed Deily2016-12-161-0/+5
| * | Fix a memory leak in split-table dictionariesVictor Stinner2016-12-151-0/+7
| * | Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+11
* | | Issue #28762: lockf() is available on Android API level 24, but theXavier de Gaye2016-12-221-0/+3
* | | Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-221-0/+2
|\ \ \ | | |/ | |/|
| * | Issue 28923: Remove editor artifacts from Tix.py.Terry Jan Reedy2016-12-221-0/+2
* | | Issue #28538: Fix the compilation error that occurs because if_nameindex() isXavier de Gaye2016-12-211-0/+4
* | | Merge from 3.5.Serhiy Storchaka2016-12-211-0/+2
|\ \ \ | |/ /
| * | Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-211-0/+2
* | | merge 3.5 (#28932)Benjamin Peterson2016-12-201-0/+2
|\ \ \ | |/ /
| * | add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-201-0/+2