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
*
bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)
Arne de Laat
2017-02-23
1
-2/+2
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
1
-0/+9
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
3
-83/+89
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-1/+13
*
bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...
Anthony Zhang
2017-02-22
2
-13/+30
*
bpo-29554: Improve docs for pstat module and profile. (#88)
Matthias Bussonnier
2017-02-21
1
-5/+8
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
1
-0/+23
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
1
-0/+9
*
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Window...
Vinay Sajip
2017-02-20
2
-0/+34
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
2
-6/+77
*
bpo-29571: Use correct locale encoding in test_re (#149)
Nick Coghlan
2017-02-18
1
-1/+1
*
Change some mercurial/ hg.python.org references. (#8)
Senthil Kumaran
2017-02-16
1
-1/+1
*
update test_socket AEAD test for kernel 4.9 and up (#133)
matejcik
2017-02-16
1
-8/+7
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
3
-7/+27
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-0/+19
*
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester
2017-02-14
2
-11/+26
*
bpo-28556: Various updates to typing (#28)
Ivan Levkivskyi
2017-02-13
3
-58/+331
*
getpass: update docstrings (#49)
MRMillon
2017-02-12
1
-1/+0
*
bpo-27122: Fix comment to point to correct issue number (#47)
Nathaniel J. Smith
2017-02-12
1
-1/+1
*
Merge 3.6
Victor Stinner
2017-02-10
1
-2/+3
|
\
|
*
Fix test_datetime on Windows
Victor Stinner
2017-02-10
1
-2/+3
*
|
Merge 3.6
Victor Stinner
2017-02-10
1
-3/+7
|
\
\
|
|
/
|
*
Fix test_datetime on system with 32-bit time_t
Victor Stinner
2017-02-10
1
-3/+7
*
|
Merge 3.6
Victor Stinner
2017-02-10
1
-0/+36
|
\
\
|
|
/
|
*
Fix datetime.fromtimestamp(): check bounds
Victor Stinner
2017-02-10
1
-0/+36
*
|
Merge 3.6 (fix #29519)
Łukasz Langa
2017-02-10
1
-2/+2
|
\
\
|
|
/
|
*
Merge 3.5 (fix #29519)
Łukasz Langa
2017-02-10
1
-2/+2
|
|
\
|
|
*
Fix #29519: weakref spewing exceptions during interp finalization
Łukasz Langa
2017-02-10
1
-2/+2
*
|
|
Issue #29507: Update test_exceptions
Victor Stinner
2017-02-09
1
-9/+2
*
|
|
support: temp_dir() and change_cwd() uses repr() in error message
Victor Stinner
2017-02-08
2
-5/+5
*
|
|
Fix regrtest -j0 -R output
Victor Stinner
2017-02-08
1
-1/+1
*
|
|
Update test_support for my temp_dir/change_cwd changes
Victor Stinner
2017-02-08
2
-6/+19
*
|
|
support: add more info on temp_dir() and change_cwd() failure
Victor Stinner
2017-02-08
1
-4/+6
*
|
|
Issue #29314: Merge with 3.6
Mariatta Wijaya
2017-02-07
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #29314: Merge with 3.5
Mariatta Wijaya
2017-02-07
1
-1/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning
Mariatta Wijaya
2017-02-07
1
-1/+2
*
|
|
Issue #28164: Improves test on Windows 7
Steve Dower
2017-02-06
1
-16/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #28164: Improves test on Windows 7
Steve Dower
2017-02-06
1
-16/+22
*
|
|
regrtest: don't fail immediately if a child does crash
Victor Stinner
2017-02-06
3
-6/+16
*
|
|
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
[next]