summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#411)Yury Selivanov2017-03-031-0/+3
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Martijn Pieters2017-02-271-0/+3
* bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)Xiang Zhang2017-02-271-0/+2
* bpo-29110: Fix file object leak in `aifc.open` (GH-311)INADA Naoki2017-02-261-0/+3
* Fix unittest.mock._Call: don't ignore name (#307)Berker Peksag2017-02-261-0/+3
* [3.5] bpo-28929: Add to Misc/NEWS (GH-285)Mariatta2017-02-261-0/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)Barry Warsaw2017-02-241-0/+3
* [3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no...Serhiy Storchaka2017-02-221-0/+3
* bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)Mark Dickinson2017-02-201-0/+4
* bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...Xiang Zhang2017-02-201-0/+3
* [3.5] bpo-29571: Use correct locale encoding in test_re (#149) (#154)Nick Coghlan2017-02-191-0/+8
* bpo-29521 update Misc/ACKS (#111)Mariatta2017-02-151-0/+1
* bpo-28556: Various updates to typing (#28) (#78)Mariatta2017-02-131-0/+7
* bpo-29438: Fixed use-after-free in key sharing dict (#40)INADA Naoki2017-02-131-0/+2
* Fix #29519: weakref spewing exceptions during interp finalizationƁukasz Langa2017-02-101-0/+3
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-092-0/+4
* Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-041-0/+2
* Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-0/+5
* Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-041-0/+2
* Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
* Issue #29169: Fix NEWS entry.doko@ubuntu.com2017-02-011-1/+1
* - Issue #29169: Update zlib to 1.2.10.doko@ubuntu.com2017-01-311-0/+5
* Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-0/+5
* Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+4
* Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-0/+9
* Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
* Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-231-0/+3
* Issue #29290: argparse help messages won't wrap at non-breaking spaces.Xiang Zhang2017-01-221-1/+4
* Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-211-0/+2
* Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-171-4/+17
|\
| * Issue #29011: Fix an important omission by adding Deque to the typing module.Raymond Hettinger2017-01-171-4/+16
| * Fix grammar, typos and markup in documentation and code commentsMartin Panter2017-01-141-1/+1
| * Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+3
| * Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+4
| * Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-0/+3
* | Post-release updates for 3.5.3.Larry Hastings2017-01-171-1/+13
* | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-161-5/+1
|/
* Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-031-1/+13
* 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 #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.Raymond Hettinger2016-12-312-0/+5
* Issue #29109: Enhance tracemalloc documentationVictor Stinner2016-12-301-0/+1
* Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
* 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-282-0/+4
* 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 #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+2
* Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1