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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti
2014-02-01
3
-3/+11
*
Issue #19683: Add __closure__ and other missing attributes to function docs.
Mark Dickinson
2014-02-01
1
-24/+30
*
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
Zachary Ware
2014-01-31
1
-0/+1
*
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
*
Remove inaccurate comment and a the related recently added
Gregory P. Smith
2014-01-28
1
-7/+0
*
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
3
-68/+61
*
Issue #19081: Remove the zipimporter.files reference as the zip TOC
Gregory P. Smith
2014-01-27
2
-73/+200
*
Issue #17721: Remove non-functional configuration dialog help button until we
Terry Jan Reedy
2014-01-27
2
-4/+8
*
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
14
-1/+132
*
|
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
3
-8/+45
*
|
update sphinx url
Benjamin Peterson
2014-01-25
1
-2/+2
*
|
linkify
Benjamin Peterson
2014-01-25
1
-3/+4
*
|
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
5
-33/+37
*
|
update hosting faq
Benjamin Peterson
2014-01-25
1
-3/+6
*
|
new plan: just remove typecasts (closes #20374)
Benjamin Peterson
2014-01-24
1
-4/+4
*
|
use new readline function types (closes #20374)
Benjamin Peterson
2014-01-24
2
-3/+5
*
|
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
3
-1/+9
*
Issue #14548: Make multiprocessing finalizers check pid before
Richard Oudkerk
2014-01-23
2
-3/+13
*
Fix test failures --without-threads.
Stefan Krah
2014-01-22
1
-1/+9
*
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
Terry Jan Reedy
2014-01-22
1
-7/+1
*
Issue #16638: Include up to 5 docstring header lines (before first blank) in
Terry Jan Reedy
2014-01-22
2
-15/+40
*
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...
Florent Xicluna
2014-01-22
3
-3/+17
*
Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.
Stefan Krah
2014-01-21
1
-1/+1
*
Issue #16630: Make Idle calltips work even when __getattr__ raises.
Terry Jan Reedy
2014-01-21
2
-53/+66
*
Fix markup error.
Georg Brandl
2014-01-21
1
-1/+0
*
Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.
Terry Jan Reedy
2014-01-21
1
-0/+7
*
Issue #21222: Whitespace
Terry Jan Reedy
2014-01-21
1
-1/+1
*
Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.
Terry Jan Reedy
2014-01-21
2
-55/+114
*
Issue #20262: Warnings are raised now when duplicate names are added in the
Serhiy Storchaka
2014-01-20
3
-9/+15
*
put notes in a ..note section
Benjamin Peterson
2014-01-20
1
-12/+12
*
document that a new Python thread context is created in ctypes callbacks (clo...
Benjamin Peterson
2014-01-20
1
-1/+7
*
add Nikolaus Rath to ACKS
Benjamin Peterson
2014-01-19
1
-0/+1
*
#19855: restore use of LC_ALL, not LC_MESSAGES
R David Murray
2014-01-18
1
-2/+2
*
Issue #20270: urllib and urlparse now support empty ports.
Serhiy Storchaka
2014-01-18
5
-12/+48
*
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
3
-2/+24
[next]