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 #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
3
-26/+156
|
\
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
3
-26/+156
|
*
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
1
-2/+4
*
|
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-11
2
-0/+11
*
|
Issue #18270: merge from 3.3
Ned Deily
2013-12-11
1
-11/+14
|
\
\
|
|
/
|
*
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
1
-11/+14
*
|
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
*
|
#19943: merge with 3.3.
Ezio Melotti
2013-12-10
1
-1/+1
|
\
\
|
|
/
|
*
#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti
2013-12-10
1
-1/+1
*
|
Remove commented out debugging code (remnants of issue #18996).
Serhiy Storchaka
2013-12-10
1
-2/+0
*
|
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-3/+9
|
\
\
|
|
/
|
*
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-3/+9
*
|
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
1
-2/+5
|
\
\
|
|
/
|
*
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
1
-2/+5
*
|
Remove commented-out module spec test code and an out-of-date note.
Eric Snow
2013-12-10
1
-10/+0
*
|
Issue 19851: Fix a regression in reloading submodules.
Eric Snow
2013-12-10
2
-4/+79
*
|
Issue #15475: Add __sizeof__ implementations for itertools objects.
Serhiy Storchaka
2013-12-09
1
-1/+42
*
|
Backed out changeset c4c1c4bc8086
Victor Stinner
2013-12-09
1
-1/+1
*
|
Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reus...
Victor Stinner
2013-12-09
1
-1/+1
*
|
Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break
Victor Stinner
2013-12-09
2
-1/+39
*
|
Fix #19830: Fix a ResourceWarning in test_poplib.
Victor Stinner
2013-12-09
1
-1/+1
*
|
(Merge 3.3) Issue #17429: Oops, remove unused import
Victor Stinner
2013-12-08
1
-1/+0
|
\
\
|
|
/
|
*
Issue #17429: Oops, remove unused import
Victor Stinner
2013-12-08
1
-1/+0
*
|
Issue #17429: some PEP 8 compliance fixes for the platform modules, add white...
Victor Stinner
2013-12-08
1
-111/+113
*
|
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner
2013-12-08
2
-2/+23
|
\
\
|
|
/
|
*
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
2
-2/+23
*
|
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
Gregory P. Smith
2013-12-08
1
-1/+1
|
\
\
|
|
/
|
*
Fixes issue #19929: Call os.read with 32768 within subprocess.Popen
Gregory P. Smith
2013-12-08
1
-1/+1
*
|
Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and
Serhiy Storchaka
2013-12-08
4
-4/+11
|
\
\
|
|
/
|
*
Issue #19535: Fixed test_docxmlrpc when python is run with -OO.
Serhiy Storchaka
2013-12-08
1
-2/+4
*
|
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc...
Christian Heimes
2013-12-08
1
-0/+6
*
|
Fix test_selectors failure introduced by 39e7995f9ad1.
Charles-François Natali
2013-12-08
1
-0/+1
*
|
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith
2013-12-08
1
-5/+2
|
\
\
|
|
/
|
*
Remove mentions of Python 2.x and being externally maintained from
Gregory P. Smith
2013-12-08
1
-5/+2
*
|
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Zachary Ware
2013-12-08
1
-4/+0
|
\
\
|
|
/
|
*
Issue #19926: Removed unneeded test_main from test_abstract_numbers.
Zachary Ware
2013-12-08
1
-4/+0
*
|
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
34
-146/+137
|
\
\
|
|
/
|
*
Normalize whitespace
Zachary Ware
2013-12-08
1
-1/+1
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
33
-137/+125
*
|
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
Gregory P. Smith
2013-12-08
1
-2/+5
|
\
\
|
|
/
|
*
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
Gregory P. Smith
2013-12-08
1
-2/+5
|
*
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali
2013-12-07
1
-7/+6
*
|
Issue #19758: silence PendingDeprecationWarnings in test_importlib.
Eric Snow
2013-12-08
1
-4/+8
*
|
Silently ignore unregistering closed files. Fixes issue 19876. With docs and ...
Guido van Rossum
2013-12-07
2
-46/+124
*
|
Issue #19857: Make sure that test_imaplib reaps server threads even in face of
Charles-François Natali
2013-12-07
1
-7/+6
*
|
Solaris needs a readable file for shared lock
Christian Heimes
2013-12-07
1
-1/+2
*
|
Remove a duplicated import
Victor Stinner
2013-12-07
1
-1/+0
*
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
4
-123/+167
*
|
copy 'n paste typo (thx Antoine)
Christian Heimes
2013-12-06
1
-5/+5
[next]