index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #29405: Make total calculation in _guess_delimiter more accurate.
Xiang Zhang
2017-02-06
1
-2/+2
*
Merge from 3.6
Steve Dower
2017-02-05
1
-15/+27
|
\
|
*
Updates test_winconsoleio to better show the source of its issues.
Steve Dower
2017-02-05
1
-15/+27
*
|
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-13/+27
|
\
\
|
|
/
|
*
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-13/+27
*
|
Merge issue #28164 and issue #29409
Steve Dower
2017-02-04
2
-2/+46
|
\
\
|
|
/
|
*
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower
2017-02-04
1
-1/+27
|
*
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Steve Dower
2017-02-04
1
-1/+19
*
|
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
2
-1/+12
|
\
\
|
|
/
|
*
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
2
-1/+12
|
|
\
|
|
*
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
2
-1/+12
*
|
|
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+10
|
|
\
\
|
|
|
/
|
|
*
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka
2017-02-04
1
-0/+10
|
*
|
Fixes #29213: merged fix from 3.5.
Vinay Sajip
2017-02-02
2
-7/+5
|
|
\
\
|
|
|
/
|
|
*
Fixes #29213: regularised EOLs of venv scripts.
Vinay Sajip
2017-02-02
2
-7/+5
*
|
|
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-1/+1
*
|
|
Closes #29213: Merged fix from 3.6.
Vinay Sajip
2017-02-02
2
-7/+5
*
|
|
Closes #24875: Merged fix from 3.6.
Vinay Sajip
2017-02-02
2
-8/+23
|
\
\
\
|
|
/
/
|
*
|
Fixes #24875: Merged fix from 3.5.
Vinay Sajip
2017-02-02
2
-8/+23
|
|
\
\
|
|
|
/
|
|
*
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip
2017-02-02
2
-9/+25
|
*
|
Merge 3.5
Victor Stinner
2017-02-02
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #29300: test_struct tests unpack_from() with keywords
Victor Stinner
2017-02-02
1
-0/+4
*
|
|
Rename struct.unpack() 2nd parameter to "buffer"
Victor Stinner
2017-02-02
1
-3/+3
*
|
|
Issue #29300: Convert _struct module to Argument Clinic
Victor Stinner
2017-02-02
1
-0/+4
*
|
|
Issue #29368: The extend() method is now called instead of the append()
Serhiy Storchaka
2017-02-02
1
-5/+12
*
|
|
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum
2017-02-01
2
-0/+22
*
|
|
Fix test_gdb.test_wrapper_call() on Python 2
Victor Stinner
2017-02-01
1
-2/+2
*
|
|
Make test_gdb.test_wrapper_call() make reliable
Victor Stinner
2017-02-01
1
-3/+2
*
|
|
python-gdb.py supports method-wrapper
Victor Stinner
2017-02-01
1
-1/+20
*
|
|
Issue #29218: Remove unused install_misc command
Berker Peksag
2017-02-01
1
-31/+0
*
|
|
Issue #29283: Merge from 3.6
Berker Peksag
2017-01-30
1
-2/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #29283: Delete accidentally added Lib/site-packages/README
Berker Peksag
2017-01-30
1
-2/+0
*
|
|
Closes #29308: Merged fix from 3.6.
Vinay Sajip
2017-01-27
1
-7/+9
|
\
\
\
|
|
/
/
|
*
|
Fixes #29308: Merged fix from 3.5.
Vinay Sajip
2017-01-27
1
-7/+9
|
|
\
\
|
|
|
/
|
|
*
Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.
Vinay Sajip
2017-01-27
1
-7/+9
*
|
|
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
Serhiy Storchaka
2017-01-24
1
-10/+9
*
|
|
issue29167: fix race condition in (Int)Flag
Ethan Furman
2017-01-24
2
-6/+99
|
\
\
\
|
|
/
/
|
*
|
closes issue29167: fix race condition in (Int)Flag
Ethan Furman
2017-01-24
2
-6/+99
*
|
|
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-0/+3
*
|
|
Issue #29338: Fix test_enum.
Serhiy Storchaka
2017-01-24
1
-0/+4
*
|
|
Issues #29273: Merge test___all__ from 3.6
Martin Panter
2017-01-23
1
-11/+0
|
\
\
\
|
|
/
/
|
*
|
Issues #29273: Merge test___all__ from 3.5
Martin Panter
2017-01-23
1
-11/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #29273: Remove unneeded workaround to restore locale
Martin Panter
2017-01-23
1
-11/+0
*
|
|
Issue #29338: Don't output an empty signature for class constructor.
Serhiy Storchaka
2017-01-23
1
-2/+2
*
|
|
Issue #29338: The help of a builtin or extension class now includes the
Serhiy Storchaka
2017-01-23
1
-3/+29
*
|
|
Skip the test requiring ctypes if ctypes is unavailable.
Gregory P. Smith
2017-01-23
1
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Skip the test requiring ctypes if ctypes is unavailable.
Gregory P. Smith
2017-01-23
1
-1/+6
|
|
\
\
|
|
|
/
[next]