summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+3
* | | Issue #29368: The extend() method is now called instead of the append()Serhiy Storchaka2017-02-021-0/+4
* | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+4
* | | python-gdb.py supports method-wrapperVictor Stinner2017-02-011-0/+3
* | | Merge 3.6doko@ubuntu.com2017-02-011-1/+1
|\ \ \ | |/ /
| * | Merge 3.5doko@ubuntu.com2017-02-011-1/+1
| |\ \ | | |/
| | * Issue #29169: Fix NEWS entry.doko@ubuntu.com2017-02-011-1/+1
* | | Issue #29218: Remove unused install_misc commandBerker Peksag2017-02-011-0/+3
* | | merge 3.6doko@ubuntu.com2017-01-311-0/+5
|\ \ \ | |/ /
| * | merge 3.5doko@ubuntu.com2017-01-311-0/+5
| |\ \ | | |/
| | * - Issue #29169: Update zlib to 1.2.10.doko@ubuntu.com2017-01-311-0/+5
* | | Issue #28822: Add susp-ignored entry for NEWS; fix grammarMartin Panter2017-01-291-1/+1
* | | Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+Martin Panter2017-01-291-0/+2
* | | Issues #29349: Add NEWS for 3.7; use “with” statementMartin Panter2017-01-291-0/+2
* | | Issues #29349: Merge Py 2 fix 3.6Martin Panter2017-01-291-0/+5
|\ \ \ | |/ /
| * | Issues #29349: Merge Py 2 fix 3.5Martin Panter2017-01-291-0/+5
| |\ \ | | |/
| | * Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-0/+5
* | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-0/+5
|\ \ \ | |/ /
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+4
| |\ \ | | |/