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
*
Merge #19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
|
\
|
*
#19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
*
|
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
Serhiy Storchaka
2013-11-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
Serhiy Storchaka
2013-11-03
1
-1/+1
|
*
Issue #10197: merge heads
Tim Golden
2013-11-03
2
-24/+11
|
|
\
*
|
\
Issue #10197: merge heads
Tim Golden
2013-11-03
2
-24/+11
|
\
\
\
|
*
\
\
Issue #10197 Rework subprocess.get[status]output to use subprocess functional...
Tim Golden
2013-11-03
2
-24/+11
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #10197 Rework subprocess.get[status]output to use subprocess functional...
Tim Golden
2013-11-03
2
-24/+11
*
|
|
|
Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raises
Serhiy Storchaka
2013-11-03
3
-5/+30
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
Serhiy Storchaka
2013-11-03
3
-2/+27
*
|
|
|
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
Serhiy Storchaka
2013-11-03
2
-1/+13
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
Serhiy Storchaka
2013-11-03
2
-1/+13
|
|
/
*
|
Close #19403: make contextlib.redirect_stdout reentrant
Nick Coghlan
2013-11-03
2
-15/+21
*
|
Close #19439: execute embedding tests on Windows
Nick Coghlan
2013-11-03
1
-32/+46
*
|
Issue #4331: Added functools.partialmethod
Nick Coghlan
2013-11-03
2
-2/+192
*
|
Merge.
Richard Oudkerk
2013-11-02
2
-1/+33
|
\
\
|
*
\
Merge with 3.3 for Issue #19286.
Jason R. Coombs
2013-11-02
2
-1/+33
|
|
\
\
|
|
|
/
|
|
*
Merge with 3.2 for Issue #19286.
Jason R. Coombs
2013-11-02
2
-1/+33
|
|
|
\
|
|
|
*
Issue #19286: [distutils] Only match files in build_py.find_data_files.
Jason R. Coombs
2013-11-02
1
-1/+2
|
|
|
*
Issue #19286: Adding test demonstrating the failure when a directory is found...
Jason R. Coombs
2013-11-02
1
-0/+31
|
|
*
|
Merge heads
Serhiy Storchaka
2013-11-02
1
-1/+1
|
|
|
\
\
|
|
*
|
|
Issue #19085: Fixed some Tkinter tests on Windows.
Serhiy Storchaka
2013-11-02
1
-7/+7
*
|
|
|
|
Issue #19478: Make choice of semaphore prefix more flexible.
Richard Oudkerk
2013-11-02
2
-4/+10
|
/
/
/
/
*
|
|
|
Merge.
Richard Oudkerk
2013-11-02
1
-1/+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Relax timeout test.
Richard Oudkerk
2013-11-02
1
-1/+1
|
|
/
/
*
|
|
Relax test for process return code on Windows.
Richard Oudkerk
2013-11-02
1
-2/+2
*
|
|
Merge test_htmlparser changes from 3.3.
Ezio Melotti
2013-11-02
1
-7/+1
|
\
\
\
|
|
/
/
|
*
|
Use unittest.main() in test_htmlparser.
Ezio Melotti
2013-11-02
1
-7/+1
*
|
|
#15114: The html.parser module now raises a DeprecationWarning when the stric...
Ezio Melotti
2013-11-02
2
-7/+24
*
|
|
Issue #19085. Try to fix tkinter tests on Windows.
Serhiy Storchaka
2013-11-02
1
-7/+7
*
|
|
Issue #10734: Fix and re-enable test_ttk test_heading_callback.
Serhiy Storchaka
2013-11-02
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #10734: Fix and re-enable test_ttk test_heading_callback.
Serhiy Storchaka
2013-11-02
1
-3/+1
*
|
|
Merge heads
Serhiy Storchaka
2013-11-02
11
-132/+350
|
\
\
\
|
*
|
|
asyncio: Slight rearrangement of tests for server_hostname=...
Guido van Rossum
2013-11-01
1
-3/+4
|
*
|
|
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
3
-12/+41
|
*
|
|
asyncio: Various style nits.
Guido van Rossum
2013-11-01
6
-23/+48
|
*
|
|
asyncio: Log a warning when eof_received() returns true and using ssl.
Guido van Rossum
2013-11-01
1
-1/+4
|
*
|
|
asyncio: Document EventLoop.close().
Guido van Rossum
2013-11-01
3
-0/+20
|
*
|
|
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
2
-92/+136
|
*
|
|
asyncio: Add server_hostname as create_connection() argument, with secure def...
Guido van Rossum
2013-11-01
4
-5/+78
|
*
|
|
asyncio: Fold some long lines.
Guido van Rossum
2013-11-01
2
-3/+5
|
*
|
|
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...
Guido van Rossum
2013-11-01
3
-9/+30
*
|
|
|
Issue #19085: Added basic tests for all tkinter widget options.
Serhiy Storchaka
2013-11-02
4
-25/+1917
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #19085: Added basic tests for all tkinter widget options.
Serhiy Storchaka
2013-11-02
4
-25/+1917
*
|
|
Abstract out stat calls in importlib for easier experimentation.
Brett Cannon
2013-11-01
1
-5/+15
*
|
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
1
-1/+1
*
|
|
Issue #19413: Disregard duplicate namespace portions during reload tests.
Eric Snow
2013-11-01
1
-2/+2
*
|
|
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow
2013-11-01
3
-4/+132
*
|
|
Closes #19349: Merged fix from 3.3.
Vinay Sajip
2013-10-31
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #19349: Corrected error message.
Vinay Sajip
2013-10-31
1
-1/+1
[next]