summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #29405: Make total calculation in _guess_delimiter more accurate.Xiang Zhang2017-02-061-2/+2
* Merge from 3.6Steve Dower2017-02-051-15/+27
|\
| * Updates test_winconsoleio to better show the source of its issues.Steve Dower2017-02-051-15/+27
* | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-13/+27
|\ \ | |/
| * Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-13/+27
* | Merge issue #28164 and issue #29409Steve Dower2017-02-042-2/+46
|\ \ | |/
| * Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)Steve Dower2017-02-041-1/+27
| * Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)Steve Dower2017-02-041-1/+19
* | Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-042-1/+12
|\ \ | |/
| * Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-042-1/+12
| |\
| | * Issue #29416: Prevent infinite loop in pathlib.Path.mkdirSteve Dower2017-02-042-1/+12
* | | Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+10
|\ \ \ | |/ /
| * | Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+10
| |\ \ | | |/
| | * Issue #29444: Fixed out-of-bounds buffer access in the group() method ofSerhiy Storchaka2017-02-041-0/+10
| * | Fixes #29213: merged fix from 3.5.Vinay Sajip2017-02-022-7/+5
| |\ \ | | |/
| | * Fixes #29213: regularised EOLs of venv scripts.Vinay Sajip2017-02-022-7/+5
* | | Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-021-1/+1
* | | Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-022-7/+5
* | | Closes #24875: Merged fix from 3.6.Vinay Sajip2017-02-022-8/+23
|\ \ \ | |/ /
| * | Fixes #24875: Merged fix from 3.5.Vinay Sajip2017-02-022-8/+23
| |\ \ | | |/
| | * Fixes #24875: pip can now be installed in a venv with --system-site-packages.Vinay Sajip2017-02-022-9/+25
| * | Merge 3.5Victor Stinner2017-02-021-0/+4
| |\ \ | | |/
| | * Issue #29300: test_struct tests unpack_from() with keywordsVictor Stinner2017-02-021-0/+4
* | | Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-3/+3
* | | Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+4
* | | Issue #29368: The extend() method is now called instead of the append()Serhiy Storchaka2017-02-021-5/+12
* | | Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-012-0/+22
* | | Fix test_gdb.test_wrapper_call() on Python 2Victor Stinner2017-02-011-2/+2
* | | Make test_gdb.test_wrapper_call() make reliableVictor Stinner2017-02-011-3/+2
* | | python-gdb.py supports method-wrapperVictor Stinner2017-02-011-1/+20
* | | Issue #29218: Remove unused install_misc commandBerker Peksag2017-02-011-31/+0
* | | Issue #29283: Merge from 3.6Berker Peksag2017-01-301-2/+0
|\ \ \ | |/ /
| * | Issue #29283: Delete accidentally added Lib/site-packages/READMEBerker Peksag2017-01-301-2/+0
* | | Closes #29308: Merged fix from 3.6.Vinay Sajip2017-01-271-7/+9
|\ \ \ | |/ /
| * | Fixes #29308: Merged fix from 3.5.Vinay Sajip2017-01-271-7/+9
| |\ \ | | |/
| | * Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.Vinay Sajip2017-01-271-7/+9
* | | Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDictSerhiy Storchaka2017-01-241-10/+9
* | | issue29167: fix race condition in (Int)FlagEthan Furman2017-01-242-6/+99
|\ \ \ | |/ /
| * | closes issue29167: fix race condition in (Int)FlagEthan Furman2017-01-242-6/+99
* | | Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
|\ \ \ | |/ /
| * | Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
| |\ \ | | |/
| | * Issue #29337: Fixed possible BytesWarning when compare the code objects.Serhiy Storchaka2017-01-241-0/+3
* | | Issue #29338: Fix test_enum.Serhiy Storchaka2017-01-241-0/+4
* | | Issues #29273: Merge test___all__ from 3.6Martin Panter2017-01-231-11/+0
|\ \ \ | |/ /
| * | Issues #29273: Merge test___all__ from 3.5Martin Panter2017-01-231-11/+0
| |\ \ | | |/
| | * Issue #29273: Remove unneeded workaround to restore localeMartin Panter2017-01-231-11/+0
* | | Issue #29338: Don't output an empty signature for class constructor.Serhiy Storchaka2017-01-231-2/+2
* | | Issue #29338: The help of a builtin or extension class now includes theSerhiy Storchaka2017-01-231-3/+29
* | | Skip the test requiring ctypes if ctypes is unavailable.Gregory P. Smith2017-01-231-1/+6
|\ \ \ | |/ /
| * | Skip the test requiring ctypes if ctypes is unavailable.Gregory P. Smith2017-01-231-1/+6
| |\ \ | | |/