Martin Panter
|
6a31bb5cac
|
Issue #24952: Clarify default argument of stack_size() in threading, thread
Patch from Mattip.
|
2015-08-31 03:40:59 +00:00 |
Raymond Hettinger
|
fe2f2876ce
|
Make an example a little clearer
|
2015-08-30 14:48:42 -07:00 |
Zachary Ware
|
e0c8e26294
|
Issue #24962: Remove space from filename
|
2015-08-29 22:25:04 -05:00 |
Zachary Ware
|
d155d72c1e
|
Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows
|
2015-08-28 23:52:31 -05:00 |
Terry Jan Reedy
|
34eab0785b
|
Issue #24790: correct typo noticed by Eric Smith
|
2015-08-27 13:01:45 -04:00 |
Terry Jan Reedy
|
0c416e0e2e
|
Issue #24790: Restore unused function.
|
2015-08-26 23:37:09 -04:00 |
Terry Jan Reedy
|
936a6f15c6
|
Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Patch by Mark Roseman.
|
2015-08-26 23:13:16 -04:00 |
Donald Stufft
|
9de9b782ca
|
Update pip to 7.1.2 and setuptools to 18.2
|
2015-08-24 16:17:13 -04:00 |
R David Murray
|
f79aa5870f
|
#24926: Fix typo in example.
|
2015-08-24 12:50:50 -04:00 |
Robert Collins
|
d951625f81
|
Merge 2.7 heads.
|
2015-08-24 12:10:23 +12:00 |
Robert Collins
|
11ac1a8239
|
Issue #22812: Fix unittest discovery examples.
Patch from Pam McA'Nulty.
|
2015-08-24 12:06:18 +12:00 |
Benjamin Peterson
|
14462d486b
|
remove tabs from ceval.c (closes #24895)
|
2015-08-19 20:38:39 -07:00 |
Terry Jan Reedy
|
864e1a6415
|
Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
|
2015-08-18 13:26:45 -04:00 |
Ned Deily
|
c9a5a19e81
|
Issue #24079: Improve description of the text and tail attributes for
ElementTree Element objects. Initial patch by Martin Panter.
|
2015-08-17 22:10:47 -04:00 |
Terry Jan Reedy
|
ea4287651c
|
Entries for idlelib/NEWS.txt
|
2015-08-16 23:22:32 -04:00 |
Terry Jan Reedy
|
5fa59bd250
|
Idle NEWS entries.
|
2015-08-16 22:11:43 -04:00 |
Terry Jan Reedy
|
b4bdbe9496
|
Issue #23672: ACKS
|
2015-08-16 21:54:35 -04:00 |
Terry Jan Reedy
|
87da49888e
|
Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7,
to keep synchronized.
|
2015-08-14 16:59:36 -04:00 |
Benjamin Peterson
|
223546d55c
|
add missing NULL checks to get_coding_spec (closes #24854)
|
2015-08-13 21:52:56 -07:00 |
R David Murray
|
9168d069bf
|
#21167: Fix definition of NAN when ICC used without -fp-model strict.
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
|
2015-08-13 09:48:35 -04:00 |
Serhiy Storchaka
|
16870748ce
|
Fixed doubled spaces in Misc/NEWS.
|
2015-08-09 13:07:06 +03:00 |
Zachary Ware
|
ce698f3aa2
|
Issue #24751: Fix running regrtest with '-w' flag in case of test failures.
Also fixes reporting of tests that change environment when there are no test
failures.
|
2015-08-08 22:01:20 -05:00 |
Robert Collins
|
311c8d63e5
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
|
2015-08-06 21:08:44 +12:00 |
Zachary Ware
|
a4777f1bef
|
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
|
2015-08-04 21:53:21 -05:00 |
Gregory P. Smith
|
0a8572800b
|
Don't left shift negative values. Use an unsigned value instead to avoid
undefined behavior.
|
2015-08-04 16:29:00 -07:00 |
Robert Collins
|
937f2f70f5
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
|
2015-08-05 08:16:41 +12:00 |
Terry Jan Reedy
|
1d8b7be333
|
Issue #24759: Revert 8203fc75b3d2.
|
2015-08-03 18:34:07 -04:00 |
Benjamin Peterson
|
d7a4f9ef8d
|
include fcntl.h on all *nix platforms (closes #24217)
Patch by Jeffrey Armstrong.
|
2015-08-02 12:15:30 -07:00 |
Serhiy Storchaka
|
ea4d2875ac
|
Issue #20557: Use specific asserts in io tests.
|
2015-08-02 15:19:04 +03:00 |
Zachary Ware
|
977be3e7b5
|
Issue #23652: Make the select module compile against LSB headers.
Initial patch by Matt Frank.
|
2015-08-01 21:30:11 -05:00 |
Terry Jan Reedy
|
9de4707973
|
Issue 24745: Add ACKS entry.
|
2015-08-01 19:15:37 -04:00 |
Terry Jan Reedy
|
1235214945
|
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
editor font. This should not affect current customized font selections.
Patch by Mark Roseman.
|
2015-08-01 18:57:27 -04:00 |
Terry Jan Reedy
|
3f32b979d5
|
Issue #21192: acks for 2.7
|
2015-08-01 16:32:27 -04:00 |
Terry Jan Reedy
|
8755d78e4f
|
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Do not print false prompts. Original patch by Adnan Umer.
|
2015-07-31 22:34:31 -04:00 |
Terry Jan Reedy
|
a872fec1ec
|
Issue 24759: Gracefull exit Idle if ttk import fails.
|
2015-07-30 21:16:09 -04:00 |
Terry Jan Reedy
|
fa002d4cdd
|
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
|
2015-07-30 16:44:09 -04:00 |
Berker Peksag
|
ffc7e8eebe
|
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode().
Patch by Nick Weinhold.
|
2015-07-30 23:27:13 +03:00 |
Guido van Rossum
|
3d731c5994
|
Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).
|
2015-07-30 16:50:25 +02:00 |
Benjamin Peterson
|
1edd2f6241
|
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
|
2015-07-29 22:18:16 -07:00 |
Robert Collins
|
f524799a65
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
|
2015-07-30 06:14:32 +12:00 |
Victor Stinner
|
15a92fde7d
|
Issue #23319: Add Matthieu Gautier to Misc/ACKS
|
2015-07-29 14:40:27 +02:00 |
Victor Stinner
|
e97944a27e
|
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
written by Matthieu Gautier.
|
2015-07-29 14:37:17 +02:00 |
Robert Collins
|
2f2c829688
|
Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
|
2015-07-29 12:48:42 +12:00 |
Zachary Ware
|
62a23383dd
|
Set a default BasePlatformToolset to allow the ICC buildbot to build.
|
2015-07-28 00:00:47 -05:00 |
Benjamin Peterson
|
0287f2f7cb
|
check return value of PyString_FromStringAndSize for NULL (closes #24734)
Patch by Pankaj Sharma.
|
2015-07-27 07:47:21 -07:00 |
Robert Collins
|
581234ee0d
|
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
|
2015-07-27 10:40:15 +12:00 |
Serhiy Storchaka
|
76a64ca438
|
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument.
|
2015-07-26 09:07:53 +03:00 |
Serhiy Storchaka
|
cf74c1996e
|
Issue #24613: Calling array.fromstring() with self is no longer allowed
to prevent the use-after-free error. Patch by John Leitch.
|
2015-07-26 08:49:37 +03:00 |
Benjamin Peterson
|
7f18ac4a59
|
possible memory leak in error case (closes #24719)
Patch by Pankaj Sharma.
|
2015-07-25 10:20:13 -07:00 |
Benjamin Peterson
|
455a2a30a3
|
proper overflow checks for mymemreplace (closes #24708)
|
2015-07-24 23:25:35 -07:00 |