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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0/+11
|
\
\
|
|
/
|
*
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
1
-0/+11
|
|
\
|
|
*
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower
2017-02-04
1
-0/+11
*
|
|
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
*
|
|
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-1/+1
*
|
|
Closes #24875: Merged fix from 3.6.
Vinay Sajip
2017-02-02
1
-8/+14
|
\
\
\
|
|
/
/
|
*
|
Fixes #24875: Merged fix from 3.5.
Vinay Sajip
2017-02-02
1
-8/+14
|
|
\
\
|
|
|
/
|
|
*
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip
2017-02-02
1
-9/+16
|
*
|
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 #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum
2017-02-01
1
-0/+18
*
|
|
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
*
|
|
issue29167: fix race condition in (Int)Flag
Ethan Furman
2017-01-24
1
-2/+88
|
\
\
\
|
|
/
/
|
*
|
closes issue29167: fix race condition in (Int)Flag
Ethan Furman
2017-01-24
1
-2/+88
*
|
|
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
*
|
|
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
|
|
\
\
|
|
|
/
|
|
*
Skip the test requiring ctypes if ctypes is unavailable.
Gregory P. Smith
2017-01-23
1
-1/+6
*
|
|
typo fix, extra '.' on MacOS :)
Gregory P. Smith
2017-01-23
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
typo fix, extra '.' on MacOS :)
Gregory P. Smith
2017-01-23
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
typo fix, extra '.' :)
Gregory P. Smith
2017-01-23
1
-1/+1
*
|
|
Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.6->...
Guido van Rossum
2017-01-23
1
-5/+27
|
\
\
\
|
|
/
/
|
*
|
Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->...
Guido van Rossum
2017-01-23
1
-5/+27
|
|
\
\
|
|
|
/
|
|
*
Issue #28556: Allow defining methods in NamedTuple class syntax (#362)
Guido van Rossum
2017-01-23
1
-5/+27
*
|
|
Issue #28556: various style fixes for typing.py (3.6->3.7)
Guido van Rossum
2017-01-23
1
-10/+21
|
\
\
\
|
|
/
/
|
*
|
Issue #28556: various style fixes for typing.py (3.5->3.6)
Guido van Rossum
2017-01-23
1
-10/+21
|
|
\
\
|
|
|
/
|
|
*
Issue #28556: various style fixes for typing.py
Guido van Rossum
2017-01-23
1
-10/+21
*
|
|
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-0/+41
|
\
\
\
|
|
/
/
|
*
|
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-0/+41
|
|
\
\
|
|
|
/
|
|
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-0/+41
*
|
|
Issue #29290: Merge 3.6.
Xiang Zhang
2017-01-22
1
-0/+17
|
\
\
\
|
|
/
/
|
*
|
Issue #29290: Merge 3.5.
Xiang Zhang
2017-01-22
1
-0/+17
|
|
\
\
|
|
|
/
|
|
*
Issue #29290: argparse help messages won't wrap at non-breaking spaces.
Xiang Zhang
2017-01-22
1
-0/+17
*
|
|
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson
2017-01-21
1
-234/+0
*
|
|
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson
2017-01-21
1
-0/+234
[next]