summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* merge heads.Senthil Kumaran2015-09-033-29/+338
|\
| * Issue #23375: Fix test_py3kwarn for modules implemented in CVictor Stinner2015-09-031-0/+16
| * python-gdb.py: enhance py-bt commandVictor Stinner2015-09-032-18/+292
| * test_gdb: enhance regex used to parse the GDB versionVictor Stinner2015-09-031-12/+31
* | Remove unused imports in test_wsgiref.pySenthil Kumaran2015-09-031-2/+2
|/
* Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1
* Turn 'rem' comments into a real usage message in PCbuild/build.batZachary Ware2015-09-021-26/+46
* Improve tutorial suggestion for looping techniquesRaymond Hettinger2015-09-011-11/+11
* Issue #24952: Clarify default argument of stack_size() in threading, threadMartin Panter2015-08-314-2/+8
* Make an example a little clearerRaymond Hettinger2015-08-301-0/+1
* Issue #24962: Remove space from filenameZachary Ware2015-08-301-2/+3
* Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware2015-08-291-0/+8
* Issue #24790: correct typo noticed by Eric SmithTerry Jan Reedy2015-08-271-1/+1
* Issue #24790: Restore unused function.Terry Jan Reedy2015-08-271-0/+3
* Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
* Update pip to 7.1.2 and setuptools to 18.2Donald Stufft2015-08-243-2/+2
* #24926: Fix typo in example.R David Murray2015-08-241-1/+1
* Merge 2.7 heads.Robert Collins2015-08-2412-230/+304
|\
| * remove tabs from ceval.c (closes #24895)Benjamin Peterson2015-08-201-173/+173
| * Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).Terry Jan Reedy2015-08-181-7/+3
| * Issue #24079: Improve description of the text and tail attributes forNed Deily2015-08-181-11/+19
| * Entries for idlelib/NEWS.txtTerry Jan Reedy2015-08-171-2/+24
| * Idle NEWS entries.Terry Jan Reedy2015-08-171-0/+13
| * Issue #23672: ACKSTerry Jan Reedy2015-08-171-0/+1
| * Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7,Terry Jan Reedy2015-08-141-1/+1
| * add missing NULL checks to get_coding_spec (closes #24854)Benjamin Peterson2015-08-141-1/+4
| * #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-133-1/+27
| * Fixed doubled spaces in Misc/NEWS.Serhiy Storchaka2015-08-091-23/+23
| * Issue #24751: Fix running regrtest with '-w' flag in case of test failures.Zachary Ware2015-08-091-8/+6
| * Issue #24634: Importing uuid should not try to load libc on WindowsSteve Dower2015-07-142-2/+8
| * Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.pySteve Dower2015-08-081-1/+1
* | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-243-2/+6
|/
* Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-3/+4
* Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.Zachary Ware2015-08-052-3/+15
* Don't left shift negative values. Use an unsigned value instead to avoidGregory P. Smith2015-08-041-1/+1
* Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-043-4/+8
* Issue #24759: Revert 8203fc75b3d2.Terry Jan Reedy2015-08-031-10/+0
* include fcntl.h on all *nix platforms (closes #24217)Benjamin Peterson2015-08-021-2/+2
* Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-025-18/+20
* Issue #23652: Make the select module compile against LSB headers.Zachary Ware2015-08-023-0/+15
* Issue 24745: Add ACKS entry.Terry Jan Reedy2015-08-011-0/+1
* Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as defaultTerry Jan Reedy2015-08-014-35/+51
* Issue #21192: acks for 2.7Terry Jan Reedy2015-08-011-0/+1
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-08-012-8/+7
* Issue 24759: Gracefull exit Idle if ttk import fails.Terry Jan Reedy2015-07-311-0/+10
* Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-304-10/+7
* Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-302-8/+8
* Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).Guido van Rossum2015-07-302-5/+11
* make comment not lie about the size of SMALL_REQUEST_THRESHOLDBenjamin Peterson2015-07-301-1/+1
* Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-292-4/+4