summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #12612: Add some Valgrind suppressions for 64-bit machines.doko@ubuntu.com2015-11-051-0/+24
* Fix use of default reST roleZachary Ware2015-11-051-1/+1
* remove trailing wsBenjamin Peterson2015-11-041-1/+1
* merge headsBenjamin Peterson2015-11-0420-20/+20
|\
| * Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-0220-20/+20
* | link to modern PUG urlBenjamin Peterson2015-11-042-10/+9
|/
* Issue #25519: Mark difflib.ndiff as a functions where not already.Terry Jan Reedy2015-10-301-2/+2
* Issue #25505: Remove unused buggy method.Terry Jan Reedy2015-10-301-2/+0
* Issue #25507: move test-specific imports to test function (idlelib.IOBinding).Terry Jan Reedy2015-10-302-11/+15
* fix usage of undefined name (#25504)Benjamin Peterson2015-10-301-1/+1
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-302-21/+8
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-284-4/+18
* Issue #25432: Explain isinstance behaviour when type is a tuple.Terry Jan Reedy2015-10-281-5/+4
* Display IDLE warning as a warning rather than as an error.Terry Jan Reedy2015-10-271-2/+4
* Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić.Serhiy Storchaka2015-10-241-5/+7
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-232-3/+4
* Issue21709: Call os.path.normcase when setting _srcfile for compatibilityGregory P. Smith2015-10-221-1/+1
* Issue #21709: Fix the logging module to not depend upon __file__ being setGregory P. Smith2015-10-222-12/+11
* Issue #24782: Limit width of canvas and hence IDLE settings dialog.Terry Jan Reedy2015-10-221-1/+1
* Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
* Added entry to logging cookbook.Vinay Sajip2015-10-171-0/+66
* Issue #25188: Clean up code to pass the --pgo flag to subprocessesBrett Cannon2015-10-161-4/+2
* Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-146-208/+154
* actually link to the version attributes documentationBenjamin Peterson2015-10-121-2/+2
* Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-122-20/+33
* don't mention Python 2.2 (closes #25375)Benjamin Peterson2015-10-111-2/+2
* use the with statement for locking the internal condition (closes #25362)Benjamin Peterson2015-10-111-12/+3
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-1024-23/+24
* Issue #22413: Document newline effect on StringIO initializer and getvalueMartin Panter2015-10-102-6/+18
* Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 characterSerhiy Storchaka2015-10-102-9/+12
* Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+136
* Issue #25326: Improve an obscure error message.Raymond Hettinger2015-10-091-1/+1
* Issue #25286: Accidentally dropped "the"Martin Panter2015-10-071-1/+1
* Issue #25286: Dictionary views are not sequencesMartin Panter2015-10-072-8/+9
* Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6Raymond Hettinger2015-10-071-1/+5
* merge headsBenjamin Peterson2015-10-071-251/+295
|\
| * Issue #25317: Converted doctests in test_tokenize to unittests.Serhiy Storchaka2015-10-061-251/+295
* | prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-073-7/+40
|/
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-064-1/+13
* Make error report in test_codecs more informative.Serhiy Storchaka2015-10-041-10/+26
* Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-042-0/+38
* Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-042-0/+43
* Issue #16701: Document += and *= for mutable sequencesMartin Panter2015-10-031-2/+11
* Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-033-4/+19
* Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-034-5/+27
* Issue #25224: README.txt is now an idlelib index for IDLE developers andTerry Jan Reedy2015-10-033-66/+232
* Issue #24820: Users can now set breakpoint colors in Settings ->Terry Jan Reedy2015-10-031-14/+16
* Fix indentationBrett Cannon2015-10-021-4/+4
* Issue #25188: Add -P/--pgo to test.regrtest for PGO building.Brett Cannon2015-10-022-34/+51