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
*
#20634: fix typo in IDLE README noticed by Saimadhav Heblikar.
Ezio Melotti
2014-02-15
1
-1/+1
*
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Ned Deily
2014-02-14
1
-2/+8
*
#19680: add back documentation for print and exec in the interactive help.
Ezio Melotti
2014-02-14
1
-5/+7
*
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
Serhiy Storchaka
2014-02-12
1
-0/+38
*
Issue #20558: Improved implementation of error handling.
Vinay Sajip
2014-02-11
1
-27/+30
*
Issue #19856: shutil.move() failed to move a directory to other directory
Serhiy Storchaka
2014-02-11
2
-1/+11
*
issue12085: Use more Pythonic way to check _child_created.
Serhiy Storchaka
2014-02-10
1
-4/+5
*
#14983: always add a line end after a MIME boundary marker.
R David Murray
2014-02-08
4
-12/+22
*
Issue #20406: Use Python application icons for Idle window title bars.
Terry Jan Reedy
2014-02-08
8
-1/+13
*
Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.
Serhiy Storchaka
2014-02-08
3
-38/+38
*
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...
Serhiy Storchaka
2014-02-08
8
-28/+29
*
Issue #20546: Use specific asserts in int tests.
Serhiy Storchaka
2014-02-08
1
-2/+2
*
#20013: don't raise socket error when selected mailbox deleted.
R David Murray
2014-02-07
1
-0/+5
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
19
-103/+202
*
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-6/+15
*
Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
Serhiy Storchaka
2014-02-05
1
-0/+77
*
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka
2014-02-05
1
-1/+36
*
Skip expr* tests for large integers for Tcl <8.5.
Serhiy Storchaka
2014-02-03
1
-4/+8
*
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...
Antoine Pitrou
2014-02-03
2
-7/+24
*
Issue #19761: Fixed Tkinter tests on OS X.
Serhiy Storchaka
2014-02-03
2
-7/+14
*
Issue #20368: The null character now correctly passed from Tcl to Python (in
Serhiy Storchaka
2014-02-03
2
-6/+55
*
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka
2014-02-03
1
-0/+131
*
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...
Antoine Pitrou
2014-02-02
2
-1/+16
*
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
Serhiy Storchaka
2014-02-02
1
-5/+32
*
use with statement to ensure zipfile is always closed (closes #20102)
Benjamin Peterson
2014-02-02
1
-11/+9
*
Update the python.gif icon for the Idle classbrowser and pathbowser
Terry Jan Reedy
2014-02-02
1
-0/+0
*
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti
2014-02-01
2
-3/+9
*
Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).
Terry Jan Reedy
2014-01-31
1
-1/+1
*
Issue #20444: Reduced code duplication. Thanks to dongwm for the report and p...
Vinay Sajip
2014-01-30
1
-52/+36
*
Idlelib & buildbots: suppress py3 deprecation message even if enabled.
Terry Jan Reedy
2014-01-29
1
-2/+6
*
Backported a test for lone surrogates support in io.StringIO.
Serhiy Storchaka
2014-01-29
1
-0/+10
*
Silence deprecation warning in sunau.py
Terry Jan Reedy
2014-01-29
1
-1/+1
*
Idlelib: silence two buildbot Deprecation Warnings with better code.
Terry Jan Reedy
2014-01-29
2
-8/+6
*
Remove unneeded use of globals() and locals() in test on imports
Gregory P. Smith
2014-01-28
1
-9/+8
*
Refactor the new test for issue19081 to exec import statements into a
Gregory P. Smith
2014-01-28
1
-10/+14
*
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka
2014-01-27
2
-68/+58
*
Issue #19081: Remove the zipimporter.files reference as the zip TOC
Gregory P. Smith
2014-01-27
1
-18/+103
*
Issue #17721: Remove non-functional configuration dialog help button until we
Terry Jan Reedy
2014-01-27
1
-4/+5
*
Idlelib.calltips: add test of starred first parameters. They should not be
Terry Jan Reedy
2014-01-27
1
-0/+10
*
Merge heads.
Terry Jan Reedy
2014-01-27
2
-7/+28
|
\
|
*
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-27
2
-7/+28
*
|
Issue #19990: Added tests for the imghdr module.
Serhiy Storchaka
2014-01-26
13
-1/+129
*
|
Fixed a bug in previous changeset: StreamReader returned '' instead of u''.
Serhiy Storchaka
2014-01-26
1
-2/+0
*
|
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka
2014-01-26
2
-8/+41
*
|
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
5
-33/+37
*
|
Third attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-1/+3
*
|
Other attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-9/+15
*
|
Try to fix test_user_command on OpenSolaris where floats can have different
Serhiy Storchaka
2014-01-23
1
-6/+10
*
|
Added test_user_command in test_tcl.
Serhiy Storchaka
2014-01-23
1
-0/+28
|
/
*
Issue #17390: Add Python version to Idle editor window title bar.
Terry Jan Reedy
2014-01-23
1
-1/+5
[next]