summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-262-0/+4
* bpo-28518: Start a transaction implicitly before a DML statement (#245)Berker Peksag2017-02-261-0/+3
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-252-1/+5
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-252-1/+7
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-252-0/+6
* bpo-28929: Add to Misc/NEWS (GH-112)Mariatta2017-02-251-0/+2
* bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)Barry Warsaw2017-02-241-0/+3
* bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...Martijn Pieters2017-02-231-0/+4
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-0/+4
* bpo-29546: Improve from-import error message with location (#103)Matthias Bussonnier2017-02-221-0/+2
* bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...Anthony Zhang2017-02-221-0/+3
* bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)Matthieu Dartiailh2017-02-211-0/+3
* bpo-29602: fix signed zero handling in complex constructor. (#203)Mark Dickinson2017-02-201-0/+4
* bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)Serhiy Storchaka2017-02-201-0/+3
* bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...Xiang Zhang2017-02-201-0/+3
* bpo-29579: Removes readme.txt from the installer. (#160)Steve Dower2017-02-191-0/+2
* bpo-22807: Expose platform UUID generation safety information. (#138)Barry Warsaw2017-02-181-0/+4
* bpo-29571: Use correct locale encoding in test_re (#149)Nick Coghlan2017-02-181-0/+5
* bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...Matthias Bussonnier2017-02-161-0/+3
* bpo-29521 update Misc/ACKS (#106)Mariatta2017-02-151-0/+1
* bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)Matthias Bussonnier2017-02-151-0/+2
* Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for...Mark Dickinson2017-02-142-2/+4
* Fixed #29534 - _decimal difference with _pydecimal (#65)Andrew Nester2017-02-141-0/+2
* bpo-28556: Various updates to typing (#28)Ivan Levkivskyi2017-02-131-0/+4
* bpo-29438: fixed use-after-free in key sharing dict (#17)INADA Naoki2017-02-121-0/+2
* Fix some sphinx warnings (#9)Ryan Gonzalez2017-02-111-1/+1
* Merge 3.6Victor Stinner2017-02-101-0/+3
|\
| * 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 finalizationŁukasz Langa2017-02-101-0/+3
* | | Merge issue #26355 fix from 3.6Nick Coghlan2017-02-092-0/+4
|\ \ \ | |/ /
| * | Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-092-0/+4
| |\ \ | | |/
| | * Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-092-0/+4
* | | Prohibit implicit C function declarationsVictor Stinner2017-02-061-0/+4
* | | Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-041-0/+2
|\ \ \ | |/ /
| * | Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-041-0/+2
| |\ \ | | |/
| | * Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].Steve Dower2017-02-041-0/+2
* | | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-042-0/+3
|\ \ \ | |/ /
| * | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-042-0/+3
* | | Merge issue #28164 and issue #29409Steve Dower2017-02-041-0/+4
|\ \ \ | |/ /
| * | 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-041-0/+2
|\ \ \ | |/ /
| * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.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 #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-041-0/+2
| |\ \ | | |/
| | * 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 #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
| |\ \ | | |/