Zachary Ware
|
47ff6fa600
|
Fix badly merged NEWS item.
|
2014-10-17 11:09:13 -05:00 |
Benjamin Peterson
|
9d780a22ea
|
add back NEWS entries removed by 1c2c44313408
|
2014-10-17 11:30:45 -04:00 |
Benjamin Peterson
|
867dc37822
|
remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657)
|
2014-10-17 11:07:14 -04:00 |
Vinay Sajip
|
0746b00288
|
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().
|
2014-10-17 08:42:57 +01:00 |
Terry Jan Reedy
|
cf834769e4
|
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.
|
2014-10-17 01:31:29 -04:00 |
Terry Jan Reedy
|
833dfadc07
|
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Move test lines up with respect to icons.
|
2014-10-16 23:12:41 -04:00 |
Terry Jan Reedy
|
0234fd1c44
|
Issue #16233: When the module browser is not invoked in an editor window with
a filename, pop up the Open Module box. If a module is opened, open a
corresponding browser.
|
2014-10-15 22:01:23 -04:00 |
Terry Jan Reedy
|
cca5b69f93
|
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
easily recognize and display boolean values as such and recognize changes.
Also reformat comments and alphabetize extensions included with Idle.
|
2014-10-14 18:55:13 -04:00 |
Terry Jan Reedy
|
26e825273c
|
Issue #22632: replace dead link with version-specific doc link.
|
2014-10-14 16:56:36 -04:00 |
Serhiy Storchaka
|
20c049df37
|
Issue #21855: Fixed the decimal module in unicode disabled build.
|
2014-10-14 21:10:56 +03:00 |
Alex Gaynor
|
9c2ce254bb
|
Use https:// URLs for the bug tracker in the :issue: role.
Thanks to Ezio for noticing this
|
2014-10-13 12:58:03 -07:00 |
Alex Gaynor
|
5560b4208f
|
issue22626: Use https:// for a link to the bug tracker
|
2014-10-13 12:55:21 -07:00 |
Benjamin Peterson
|
49714f402f
|
merge heads
|
2014-10-13 15:51:28 -04:00 |
Charles-François Natali
|
b29ab4a379
|
Merge.
|
2014-10-13 18:42:49 +01:00 |
Charles-François Natali
|
977c424ef6
|
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
|
2014-10-13 18:39:34 +01:00 |
Benjamin Peterson
|
078ece20e4
|
note xmlrpclib doesn't verify certs (yet)
|
2014-10-13 11:53:54 -04:00 |
Serhiy Storchaka
|
fbddffad2f
|
Fixed the test of issue #13664 on platforms without unicode filenames support.
|
2014-10-13 10:33:32 +03:00 |
Terry Jan Reedy
|
08da46e10f
|
Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
|
2014-10-12 22:58:42 -04:00 |
Terry Jan Reedy
|
c0dc65ef8d
|
Change deprecated Exception.message to Exception.args-[0] where the use of
.message is not an essential part of the test.
|
2014-10-12 22:00:10 -04:00 |
Serhiy Storchaka
|
54edfb3eef
|
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
|
2014-10-12 22:23:28 +03:00 |
R David Murray
|
55bf20ad6e
|
#13096: Fix segfault in CTypes POINTER handling of large values.
Patch by Meador Inge.
|
2014-10-12 14:26:30 -04:00 |
Serhiy Storchaka
|
e73b8c64b8
|
Always handle non-handled events before destoying root widget in tests.
This gets rid of Tcl warnings when they are handled later when the root is
already destroyed.
|
2014-10-12 20:32:05 +03:00 |
R David Murray
|
9511b546e4
|
#17325: Improve distutils PyPI documentation.
Patch by Chris Jerdonek.
|
2014-10-12 13:15:40 -04:00 |
R David Murray
|
d7f44e2370
|
#11973: add test for previously fixed kevent signed/unsigned bug.
Patch by David Naylor.
|
2014-10-12 12:42:58 -04:00 |
Serhiy Storchaka
|
fb29e35274
|
Merge heads
|
2014-10-12 17:15:56 +03:00 |
Georg Brandl
|
f8757fd356
|
Closes #22586: clarify meaning of allow_fragments in urlparse.
|
2014-10-12 16:13:32 +02:00 |
Serhiy Storchaka
|
80f0c824ba
|
Fixed and optimized a test of issue #22526.
|
2014-10-12 17:13:06 +03:00 |
Terry Jan Reedy
|
987a02b5cf
|
Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
|
2014-10-12 01:10:58 -04:00 |
Antoine Pitrou
|
d0a5e9bb4a
|
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
|
2014-10-10 23:49:32 +02:00 |
Zachary Ware
|
f126fa59f6
|
Issue #15414: Clean and correct the os.path.join docs.
In particular, correctly describe the behavior of ntpath.join.
Based on a patch by Dave Sawyer.
|
2014-10-10 16:03:14 -05:00 |
Petri Lehtinen
|
f85a856fb0
|
Issue #11694: Raise ConversionError in xdrlib as documented
|
2014-10-10 21:11:34 +03:00 |
Terry Jan Reedy
|
c305ad7350
|
Issue #22575: Revise bytearray entry for 2.7.
|
2014-10-10 13:02:55 -04:00 |
R David Murray
|
a68109a248
|
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
Patch by Ezio Melotti, docs by Berker Peksag.
|
2014-10-09 23:13:42 -04:00 |
Terry Jan Reedy
|
1375538b1a
|
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
|
2014-10-09 18:44:26 -04:00 |
Victor Stinner
|
a6066ce6b1
|
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
The result type is Py_ssize_t (and not int).
|
2014-10-09 11:14:04 +02:00 |
Terry Jan Reedy
|
23030dbfe2
|
Issue 3068: Move idlelib.configDialog action button creation into a separate
method so it can be reused by the new extension dialog.
|
2014-10-08 20:29:05 -04:00 |
Terry Jan Reedy
|
163d7fb842
|
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
TODOs (mostly to do after add tests), and make a few other changes.
|
2014-10-06 23:26:17 -04:00 |
Benjamin Peterson
|
05179d528c
|
use source role instead of linking to svn
|
2014-10-06 21:10:25 -04:00 |
Benjamin Peterson
|
3d1f2d3b52
|
make _socket.socket weakrefable (closes #22569)
Patch from Alex Gaynor.
|
2014-10-06 14:38:20 -04:00 |
Georg Brandl
|
7788dba204
|
Closes #19071: "self" argument is not the module for module functions in 2.x.
|
2014-10-06 18:01:02 +02:00 |
Georg Brandl
|
436ebf8a52
|
Closes #16155: fix a few errors in doctest output of the FAQ pages.
|
2014-10-06 17:51:46 +02:00 |
Georg Brandl
|
8d867cb718
|
Closes #17057: fix grammar in old-style vs new-style class docs.
|
2014-10-06 17:46:43 +02:00 |
Ezio Melotti
|
c468abafc7
|
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
|
2014-08-04 19:34:29 +03:00 |
Terry Jan Reedy
|
ae4108612c
|
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
a, b in arg lists, and hanging indents for long arg lists.
|
2014-08-03 23:02:53 -04:00 |
Jason R. Coombs
|
c4a907dbc1
|
Issue #13540: Merge commits
|
2014-08-03 14:57:20 -04:00 |
Jason R. Coombs
|
2b492032f2
|
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
|
2014-08-03 14:54:11 -04:00 |
Raymond Hettinger
|
9376c8b5e3
|
Fix typo in comment.
|
2014-08-01 23:51:51 -07:00 |
doko@ubuntu.com
|
a16fd7a7ec
|
- update config.guess and config.sub to support openrisc.
|
2014-08-01 17:48:17 +02:00 |
Serhiy Storchaka
|
04fa704161
|
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
configure options of tkinter.PhotoImage.
Added private Tkapp method _createbytearray().
|
2014-07-31 07:48:14 +03:00 |
Terry Jan Reedy
|
19b7a75abf
|
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
In 2.7, these become leaks and cause test_gc to fail.
|
2014-07-30 19:24:26 -04:00 |