summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix datetime.fromtimestamp(): check boundsVictor Stinner2017-02-101-0/+3
* Merge 3.5 (fix #29519)?ukasz Langa2017-02-101-0/+3
|\
| * Fix #29519: weakref spewing exceptions during interp finalization3.5?ukasz Langa2017-02-101-0/+3
* | Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-097-4325/+9814
|\ \ | |/ |/|
| * Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-047-4325/+9814
| |\
| | * Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-042-0/+3
| | * Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)Steve Dower2017-02-041-0/+2
| | * Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)Steve Dower2017-02-041-0/+2
| | * Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-047-4325/+9807
| | |\
| | | * Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-047-4325/+9810
| | | |\
| | | | * Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
| | | | |\
| | | | * \ Merge 3.5doko2017-02-011-1/+1
| | | | |\ \
| | | | * \ \ merge 3.5doko2017-01-317-4325/+9810
| | | | |\ \ \
| | | | | * \ \ Issues #29349: Merge Py 2 fix 3.5Martin Panter2017-01-297-4325/+9810
| | | | | |\ \ \
| | | | | | * \ \ Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-257-4325/+9810
| | | | | | |\ \ \
| | | | | | | * \ \ Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-0/+6
| | | | | | | |\ \ \
| | | | | | | * \ \ \ Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTIONVictor Stinner2017-01-231-4/+4
| | | | | | | * | | | | Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-227-4325/+9813
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Issue #29290: Merge 3.5.Xiang Zhang2017-01-227-4325/+9813
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.Serhiy Storchaka2017-01-217-4325/+9813
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * | | | | Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.Ned Deily2017-01-202-49/+3669
| | | | | | | | | | * | | | | Issue #29316: Restore the provisional status of typing module and addNed Deily2017-01-201-0/+3
| | | | | | | | | | * | | | | Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().Serhiy Storchaka2017-01-201-0/+3
| | | | | | | | | | * | | | | mergeRaymond Hettinger2017-01-167-4777/+6638
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * | | | | More instances of ?when pass?Martin Panter2017-01-141-2/+2
| | | | | | | | | | | * | | | | Merge doc fixes from 3.5Martin Panter2017-01-141-1/+1
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-137-4770/+6641
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-127-4770/+6641
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | Issue #29239: Fix --enable-optimizations bug numberMartin Panter2017-01-111-1/+1
| | | | | | | | | | | | | * | | | | | Issue #29142: Merge 3.5.Xiang Zhang2017-01-091-0/+4
| | | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | Issue #29203: functools.lru_cache() now respects PEP 468Raymond Hettinger2017-01-081-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 #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-017-4757/+6626
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | Issue #29119: Merge in ACK from 3.5 branchRaymond Hettinger2016-12-311-0/+1
| | | | | | | | | | | | | | * | | | | | | | mergeRaymond Hettinger2016-12-311-0/+4
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-292-0/+4
| | | | | | | | | | | | | | * | | | | | | | | Merge 3.5Victor Stinner2016-12-307-4752/+6617
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | fix error check, so that Random.seed actually uses OS randomness (closes #29085)Benjamin Peterson2016-12-281-0/+3
| | | | | | | | | | | | | | | * | | | | | | | | Issue #29079: Prevent infinite loop in pathlib.resolve() on WindowsSteve Dower2016-12-281-0/+2
| | | | | | | | | | | | | | | * | | | | | | | | Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-287-4752/+6612
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | 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 #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-287-4749/+6606
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+3
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \