summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Issue #23319: Add Matthieu Gautier to Misc/ACKSVictor Stinner2015-07-291-0/+1
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-293-0/+32
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-293-2/+16
* Set a default BasePlatformToolset to allow the ICC buildbot to build.Zachary Ware2015-07-282-3/+7
* check return value of PyString_FromStringAndSize for NULL (closes #24734)Benjamin Peterson2015-07-271-1/+4
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-263-1/+4
* Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st ...Serhiy Storchaka2015-07-261-0/+7
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-263-0/+9
* possible memory leak in error case (closes #24719)Benjamin Peterson2015-07-251-1/+1
* proper overflow checks for mymemreplace (closes #24708)Benjamin Peterson2015-07-253-2/+16
* Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.Ned Deily2015-07-242-4/+4
* Issue #24704: Fixed possible NULL pointer dereferencing in the _json moduleSerhiy Storchaka2015-07-241-0/+2
* Issue #24620: Random.setstate() now validates the value of state last element.Serhiy Storchaka2015-07-243-0/+11
* Issue #24703: Fixed resource leak on error in bsddb.verify().Serhiy Storchaka2015-07-241-2/+4
* Initialize buf.outobj in multibyte encoder (closes issue #24702).Serhiy Storchaka2015-07-241-0/+1
* Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-223-1/+7
* we don't care about python 1.5.2Benjamin Peterson2015-07-221-2/+0