summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to keep synchronized.
* 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
| | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
* 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
| | | | | Also fixes reporting of tests that change environment when there are no test failures.
* 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 #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-3/+4
| | | | Patch from Terry Reedy
* 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
| | | | undefined behavior.
* 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
| | | | Patch by Jeffrey Armstrong.
* 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
| | | | Initial patch by Matt Frank.
* 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
| | | | | editor font. This should not affect current customized font selections. Patch by Mark Roseman.
* 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
| | | | Do not print false prompts. Original patch by Adnan Umer.
* 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 ↵Berker Peksag2015-07-302-8/+8
| | | | | | | | Codec.decode() docs. It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold.
* 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
| | | | written by Matthieu Gautier.
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-293-2/+16
| | | | Patch from Martin Panter.
* 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
| | | | Patch by Pankaj Sharma.
* 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
| | | | argument.
* Issue #24613: Calling array.fromstring() with self is no longer allowedSerhiy Storchaka2015-07-263-0/+9
| | | | to prevent the use-after-free error. Patch by John Leitch.
* possible memory leak in error case (closes #24719)Benjamin Peterson2015-07-251-1/+1
| | | | Patch by Pankaj Sharma.
* 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
| | | | initialization. Patch by Pankaj Sharma.
* 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
| | | | Original patch by Pankaj Sharma.
* Initialize buf.outobj in multibyte encoder (closes issue #24702).Serhiy Storchaka2015-07-241-0/+1
| | | | Patch by pankaj.s01.
* 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
|
* Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-226-7/+7
|
* Issue #24680: Remove random backslash. Patch by cdz.Zachary Ware2015-07-221-1/+1
|
* Issue #20792: Expand idle_test.test_pathbowser. Tweak file.Terry Jan Reedy2015-07-202-3/+20
| | | | Original patch by Saimadhav Heblikar.
* Issue #19663: Improve error message for defaultdict.Raymond Hettinger2015-07-201-1/+1
|
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-192-1/+3
|
* Fixes OpenSSL directory referenceSteve Dower2015-07-191-1/+1
|
* Issue #24568: fix typo.Raymond Hettinger2015-07-181-1/+1
|