summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-013-3/+11
* Issue #19683: Add __closure__ and other missing attributes to function docs.Mark Dickinson2014-02-011-24/+30
* Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.Zachary Ware2014-01-311-0/+1
* Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).Terry Jan Reedy2014-01-311-1/+1
* Issue #20444: Reduced code duplication. Thanks to dongwm for the report and p...Vinay Sajip2014-01-301-52/+36
* Idlelib & buildbots: suppress py3 deprecation message even if enabled.Terry Jan Reedy2014-01-291-2/+6
* Backported a test for lone surrogates support in io.StringIO.Serhiy Storchaka2014-01-291-0/+10
* Silence deprecation warning in sunau.pyTerry Jan Reedy2014-01-291-1/+1
* Idlelib: silence two buildbot Deprecation Warnings with better code.Terry Jan Reedy2014-01-292-8/+6
* Remove unneeded use of globals() and locals() in test on importsGregory P. Smith2014-01-281-9/+8
* Remove inaccurate comment and a the related recently addedGregory P. Smith2014-01-281-7/+0
* Refactor the new test for issue19081 to exec import statements into aGregory P. Smith2014-01-281-10/+14
* Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-273-68/+61
* Issue #19081: Remove the zipimporter.files reference as the zip TOCGregory P. Smith2014-01-272-73/+200
* Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-272-4/+8
* Idlelib.calltips: add test of starred first parameters. They should not beTerry Jan Reedy2014-01-271-0/+10
* Merge heads.Terry Jan Reedy2014-01-272-7/+28
|\
| * Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.Terry Jan Reedy2014-01-272-7/+28
* | Issue #19990: Added tests for the imghdr module.Serhiy Storchaka2014-01-2614-1/+132
* | Fixed a bug in previous changeset: StreamReader returned '' instead of u''.Serhiy Storchaka2014-01-261-2/+0
* | Issue #8260: The read(), readline() and readlines() methods ofSerhiy Storchaka2014-01-263-8/+45
* | update sphinx urlBenjamin Peterson2014-01-251-2/+2
* | linkifyBenjamin Peterson2014-01-251-3/+4
* | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-255-33/+37
* | update hosting faqBenjamin Peterson2014-01-251-3/+6
* | new plan: just remove typecasts (closes #20374)Benjamin Peterson2014-01-241-4/+4
* | use new readline function types (closes #20374)Benjamin Peterson2014-01-242-3/+5
* | Third attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-1/+3
* | Other attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-9/+15
* | Try to fix test_user_command on OpenSolaris where floats can have differentSerhiy Storchaka2014-01-231-6/+10
* | Added test_user_command in test_tcl.Serhiy Storchaka2014-01-231-0/+28
|/
* Issue #17390: Add Python version to Idle editor window title bar.Terry Jan Reedy2014-01-233-1/+9
* Issue #14548: Make multiprocessing finalizers check pid beforeRichard Oudkerk2014-01-232-3/+13
* Fix test failures --without-threads.Stefan Krah2014-01-221-1/+9
* Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is nowTerry Jan Reedy2014-01-221-7/+1
* Issue #16638: Include up to 5 docstring header lines (before first blank) inTerry Jan Reedy2014-01-222-15/+40
* Issue #17825: Cursor ^ is correctly positioned for SyntaxError and Indentatio...Florent Xicluna2014-01-223-3/+17
* Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* Issue #16630: Make Idle calltips work even when __getattr__ raises.Terry Jan Reedy2014-01-212-53/+66
* Fix markup error.Georg Brandl2014-01-211-1/+0
* Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins.Terry Jan Reedy2014-01-211-0/+7
* Issue #21222: WhitespaceTerry Jan Reedy2014-01-211-1/+1
* Issue #20122: Idlelib: Move tests in 3.x CallTips.py to test_calltips.py.Terry Jan Reedy2014-01-212-55/+114
* Issue #20262: Warnings are raised now when duplicate names are added in theSerhiy Storchaka2014-01-203-9/+15
* put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
* document that a new Python thread context is created in ctypes callbacks (clo...Benjamin Peterson2014-01-201-1/+7
* add Nikolaus Rath to ACKSBenjamin Peterson2014-01-191-0/+1
* #19855: restore use of LC_ALL, not LC_MESSAGESR David Murray2014-01-181-2/+2
* Issue #20270: urllib and urlparse now support empty ports.Serhiy Storchaka2014-01-185-12/+48
* Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-183-2/+24